Skip to content

Releases: suborbital/go-kit

v0.0.9 - update opentelemetry library version

26 May 13:11
8b6b321
Compare
Choose a tag to compare

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

08 Feb 19:55
085b962
Compare
Choose a tag to compare

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

06 Feb 14:02
c4a656c
Compare
Choose a tag to compare

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

06 Feb 13:40
265d2bb
Compare
Choose a tag to compare

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

02 Feb 21:38
e4eace0
Compare
Choose a tag to compare

I ran go get -u ./... to update all the dependencies to solve a version mismatch within referenced opentelemetry packages.

Otel updates

08 Nov 21:08
59961ab
Compare
Choose a tag to compare

What's Changed

  • Update module google.golang.org/grpc to v1.50.1 by @renovate in #9

Full Changelog: v0.0.3...v0.0.4

v0.0.3

13 Oct 20:17
7c5bc52
Compare
Choose a tag to compare

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

28 Sep 18:50
33d6154
Compare
Choose a tag to compare

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

28 Sep 12:33
817f7ab
Compare
Choose a tag to compare

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