Releases: Clarilab/tracygo
Releases · Clarilab/tracygo
v2.6.0
What's Changed
- chore(deps): bump github.com/go-resty/resty/v2 from 2.15.1 to 2.16.0 by @dependabot in #56
- chore(deps): bump google.golang.org/grpc from 1.66.2 to 1.68.0 by @dependabot in #57
- chore(deps): bump github.com/go-resty/resty/v2 from 2.16.0 to 2.16.2 by @dependabot in #59
- chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.2 by @dependabot in #58
- feat: add middleware for grpc clients by @felixgehrmann in #68
Full Changelog: v2.5.2...v2.6.0
v2.5.2
What's Changed
- FIX: store data in attachedCtx too by @felixgehrmann in #55
Full Changelog: v2.5.1...v2.5.2
v2.5.1
What's Changed
- fix: rework eh middleware to use wrapping functions because compiler does … by @felixgehrmann in #53
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- add middleware for eventhorizon by @felixgehrmann in #52
Full Changelog: v2.4.1...v2.5.0
v2.4.1
What's Changed
- Revert "chore(deps): bump github.com/savsgio/atreugo/v11 from 11.9.9 to 11.13.2" by @nicoandrewss in #47
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.4 to 2.52.5 by @dependabot in #34
- chore(deps): bump github.com/valyala/fasthttp from 1.54.0 to 1.55.0 by @dependabot in #33
- chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.2 by @dependabot in #32
- chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #36
- FEATURE: Add middleware for labstack echo framework by @felixgehrmann in #41
- chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.2 by @dependabot in #40
- chore(deps): bump github.com/go-resty/resty/v2 from 2.13.1 to 2.15.1 by @dependabot in #42
- chore(deps): bump github.com/savsgio/atreugo/v11 from 11.9.9 to 11.13.2 by @dependabot in #35
New Contributors
- @felixgehrmann made their first contribution in #41
Full Changelog: v2.3.0...v2.4.0
v2.3.0
v2.2.0
What's Changed
- chore(deps): bump github.com/gofiber/fiber/v2 from 2.50.0 to 2.52.1 in /middleware/fiber by @dependabot in #24
- chore(deps): bump github.com/gofiber/fiber/v2 from 2.50.0 to 2.52.1 in /examples by @dependabot in #23
- feat: add http middleware by @nicoandrewss in #27
- feat: add gRPC middleware by @nicoandrewss in #28
Full Changelog: v2.1.0...v2.2.0
v2.1.0
- replaces the identifier types in the context with string, to not create a dependency to this package in other packages
- adds some missing functionality for request identifiers
v2.0.0
Merge pull request #16 from Clarilab/V2 V2