Skip to content

Update module github.com/labstack/echo-contrib to v0.50.1#122

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-labstack-echo-contrib-0.x
Open

Update module github.com/labstack/echo-contrib to v0.50.1#122
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-labstack-echo-contrib-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/labstack/echo-contrib v0.15.0v0.50.1 age confidence

Release Notes

labstack/echo-contrib (github.com/labstack/echo-contrib)

v0.50.1: Echo 5 support is located in echo-contrib/v5 series

Compare Source

Echo 5 support was introduced in this repository with the v0.50.0 release. However, this also means that users who are still on Echo 4 and run go get -u ./... will inadvertently pull in Echo 5, which they neither want nor need at this time.

v0.50.0 will be retracted in v0.18.0 series and v0+ will only support Echo 4.
For Echo 5 support use v5 major version of this repository.

Full Changelog: labstack/echo-contrib@v0.17.4...v0.50.1

Relates to #​142

v0.50.0: V5 is out

Compare Source

See: https://github.com/labstack/echo/releases/tag/v5.0.0

v0.18.0: Retract v0.50.0

Compare Source

Echo 5 support was introduced in this repository with the v0.50.0 release. However, this also means that users who are still on Echo 4 and run go get -u ./... will inadvertently pull in Echo 5, which they neither want nor need at this time.

v0.50.0 will be retracted in v0.18.0 series and v0+ will only support Echo 4.
For Echo 5 support use v5 major version of this repository.

Full Changelog: labstack/echo-contrib@v0.17.4...v0.18.0

Relates to #​142

v0.17.4: Update dependencies

Compare Source

What's Changed

Full Changelog: labstack/echo-contrib@v0.17.3...v0.17.4

v0.17.3

Compare Source

What's Changed

New Contributors

Full Changelog: labstack/echo-contrib@v0.17.2...v0.17.3

v0.17.2

Compare Source

What's Changed

Full Changelog: labstack/echo-contrib@v0.17.1...v0.17.2

v0.17.1

Compare Source

What's Changed

Security

Enhancements

Full Changelog: labstack/echo-contrib@v0.17.0...v0.17.1

v0.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: labstack/echo-contrib@v0.16.0...v0.17.0

v0.16.0: - small changes

Compare Source

Functionality:

  • Prometheus: disable echoprometheus compression by default #​97
  • Prometheus: Conditionally set url label for 404 responses #​111

Other:

  • Fix docs: Set correct go import path for echoprometheus package #​96
  • Add SDPX licence identifier to source files #​95
  • feat: improve test readability and include README.md #​107
  • Upgrade dependencies #​113

NB: this version needs Go 1.21+ if you want to use Prometheus mw


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: customers/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):

  • 15 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.17 -> 1.25.0
github.com/labstack/echo/v4 v4.11.1 -> v4.15.0
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/labstack/gommon v0.4.0 -> v0.4.2
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/mattn/go-isatty v0.0.19 -> v0.0.20
github.com/prometheus/client_golang v1.14.0 -> v1.23.2
github.com/prometheus/client_model v0.3.0 -> v0.6.2
github.com/prometheus/common v0.40.0 -> v0.67.5
github.com/prometheus/procfs v0.9.0 -> v0.19.2
golang.org/x/crypto v0.11.0 -> v0.47.0
golang.org/x/net v0.12.0 -> v0.49.0
golang.org/x/sys v0.10.0 -> v0.40.0
golang.org/x/text v0.11.0 -> v0.33.0
golang.org/x/time v0.3.0 -> v0.14.0
google.golang.org/protobuf v1.30.0 -> v1.36.11
File name: orders/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):

  • 15 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.17 -> 1.25.0
github.com/labstack/echo/v4 v4.11.1 -> v4.15.0
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/labstack/gommon v0.4.0 -> v0.4.2
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
github.com/mattn/go-isatty v0.0.19 -> v0.0.20
github.com/prometheus/client_golang v1.14.0 -> v1.23.2
github.com/prometheus/client_model v0.3.0 -> v0.6.2
github.com/prometheus/common v0.40.0 -> v0.67.5
github.com/prometheus/procfs v0.9.0 -> v0.19.2
golang.org/x/crypto v0.11.0 -> v0.47.0
golang.org/x/net v0.12.0 -> v0.49.0
golang.org/x/sys v0.10.0 -> v0.40.0
golang.org/x/text v0.11.0 -> v0.33.0
golang.org/x/time v0.3.0 -> v0.14.0
google.golang.org/protobuf v1.30.0 -> v1.36.11

@renovate renovate Bot requested a review from Clivern as a code owner July 6, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants