Releases: labstack/echo-contrib
Echo 5 support is located in `echo-contrib/v5` series
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.
For now we will release Echo 5 support as v5 major version.
go get github.com/labstack/echo-contrib/v5NB: v0.50.0 will be retracted in v0.x.y series and v0+ will only support Echo 4.
Apologies for the inconvenience.
Relates to #142
Echo 5 support is located in `echo-contrib/v5` series
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: v0.17.4...v0.50.1
Relates to #142
Retract `v0.50.0`
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: v0.17.4...v0.18.0
Relates to #142
V5 is out
Update dependencies
v0.17.3
What's Changed
- Add configurable status resolver on prometheus middleware by @Lee-Minjea in #126
- update deps by @aldas in #128
New Contributors
- @Lee-Minjea made their first contribution in #126
Full Changelog: v0.17.2...v0.17.3
v0.17.2
v0.17.1
What's Changed
Security
- Update golang.org/x/net dependency because of GO-2024-2687 by @aldas in #115
Enhancements
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- Jaeger Middleware: Missing Span Context in Proxied Request Header by @jamesstocktonj1 in #110
New Contributors
- @jamesstocktonj1 made their first contribution in #110
Full Changelog: v0.16.0...v0.17.0
v0.16.0 - small changes
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