Releases: suborbital/go-kit
Releases · suborbital/go-kit
v0.0.9 - update opentelemetry library version
What's Changed
- chore(errorhandler): Log already committed responses, and add tests to make sure they work by @javorszky in #23
- chore(deps): update module github.com/labstack/echo/v4 to v4.10.2 by @renovate in #24
- chore(otel): update opentelemetry by @javorszky in #32
- chore(deps): update actions/setup-go action to v4 by @renovate in #29
Full Changelog: v0.0.8...v0.0.9
v0.0.8 - custom context, request ID helper function, updated otel dependencies
What's Changed
- feat(web/http): Add custom context, and a way to access request ID easily by @javorszky in #19
- Update module google.golang.org/grpc to v1.53.0 by @renovate in #11
- Update opentelemetry-go monorepo by @renovate in #8
- chore(web): Use request ID helper function, remove unneeded code by @javorszky in #21
Full Changelog: v0.0.7...v0.0.8
v0.0.7 - fix a response json key name
What's Changed
- chore(error): Error handler should have status as key and not code by @javorszky in #17
Full Changelog: v0.0.6...v0.0.7
v0.0.6 - Customised echo error handler that logs
What's Changed
- feat(web): Add a custom error handler to gokit by @javorszky in #16
Full Changelog: v0.0.5...v0.0.6
v0.0.5 - Dependency updates
I ran go get -u ./...
to update all the dependencies to solve a version mismatch within referenced opentelemetry packages.
Otel updates
What's Changed
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- fix(metrics): Fixing the temporal directive by @javorszky in #7
Full Changelog: v0.0.2...v0.0.3
v0.0.2 - signature fix
What's Changed
- chore(style): Error always comes as last return value by @javorszky in #5
Full Changelog: v0.0.1...v0.0.2
v0.0.1 - first release
This is a first release
- contained: otel metrics 1.10.0 and 0.32.0
- tracing
- some web types, handler, middleware, a way to chain them