Skip to content

Releases: go-faster/sdk

v0.27.0

16 Feb 10:41
0e9f1ec
Compare
Choose a tag to compare
  • Change m to t for Telemetry
  • Change default time encoding to ISO8601TimeEncoder

v0.26.1

05 Feb 11:09
402405b
Compare
Choose a tag to compare
chore(mod): tidy

v0.26.0

05 Feb 11:08
480216a
Compare
Choose a tag to compare

Auto-set GOMEMLIMIT.

v0.25.0

03 Feb 01:31
da9c726
Compare
Choose a tag to compare

Rework shutdown context, add BaseContext.

This will allow less refactoring for existing code.

v0.24.0

03 Feb 00:21
8577d1e
Compare
Choose a tag to compare

Full Changelog: v0.23.0...v0.24.0

v0.23.0

02 Feb 23:55
7c84fcc
Compare
Choose a tag to compare

Introduce shutdown context, [app.Telemetry.ShutdownContext()].

This context should be used as explicit trigger of grafecul shutdown instead of
using base context.

Now, base context (ctx of Run function) can be used during shutdown for pending
work, i.e. pending requests or http server shutdown process, because base context
is not cancelled while in grafecul shutdown state.

Base context will be eventually shut down on timeout if graceful shutdown fails, so
previous behaviour is kept.

v0.22.0

30 Jan 12:25
e21115a
Compare
Choose a tag to compare

Full Changelog: v0.21.0...v0.22.0

Add otelsync.

v0.21.0

28 Jan 05:49
b4edf93
Compare
Choose a tag to compare

Rework otel resource initialization

v0.20.0

26 Jan 19:43
273e481
Compare
Choose a tag to compare

Add autometric.

v0.19.0

25 Jan 22:43
8be7667
Compare
Choose a tag to compare

Support pyroscope