Skip to content

Conversation

@bloopy-boi
Copy link
Contributor

@bloopy-boi bloopy-boi bot commented Dec 11, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/labstack/echo/v4 v4.13.4 -> v4.14.0 age confidence

Release Notes

labstack/echo (github.com/labstack/echo/v4)

v4.14.0

Compare Source

middleware.Logger has been deprecated. For request logging, use middleware.RequestLogger or
middleware.RequestLoggerWithConfig.

middleware.RequestLogger replaces middleware.Logger, offering comparable configuration while relying on the
Go standard library’s new slog logger.

The previous default output format was JSON. The new default follows the standard slog logger settings.
To continue emitting request logs in JSON, configure slog accordingly:

slog.SetDefault(slog.New(slog.NewJSONHandler(os.Stdout, nil)))
e.Use(middleware.RequestLogger())

Security

Enhancements


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource | package                     | from    | to      |
| ---------- | --------------------------- | ------- | ------- |
| go         | github.com/labstack/echo/v4 | v4.13.4 | v4.14.0 |
@bloopy-boi bloopy-boi bot requested a review from h3mmy as a code owner December 11, 2025 21:32
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Dec 11, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.47.0 -> v0.48.0
golang.org/x/term v0.37.0 -> v0.38.0
golang.org/x/tools v0.38.0 -> v0.39.0
golang.org/x/crypto v0.45.0 -> v0.46.0
golang.org/x/sync v0.18.0 -> v0.19.0
golang.org/x/sys v0.38.0 -> v0.39.0
golang.org/x/text v0.31.0 -> v0.32.0

@bloopy-boi bloopy-boi bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Dec 11, 2025
@bloopy-boi
Copy link
Contributor Author

bloopy-boi bot commented Dec 11, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S Denotes a PR that changes 10-29 lines, ignoring generated files. type/minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant