Skip to content

Releases: LevelFourAB/sprout-go

v0.4.1

16 Apr 10:25
Compare
Choose a tag to compare

0.4.1 (2023-04-16)

Bug Fixes

  • update module github.com/onsi/gomega to v1.27.6 (9363d27)

Documentation

  • Add section on how to work with the code (df1f064)

Build

v0.4.0

05 Apr 18:01
Compare
Choose a tag to compare

0.4.0 (2023-04-05)

Feature

  • sprout.Health made available for tests (4029999)
  • Sync logs on shutdown (8c77c5f)

v0.3.0

05 Apr 15:48
Compare
Choose a tag to compare

0.3.0 (2023-04-05)

Feature

  • Add ServiceTracer and ServiceMeter factories (9221cc9)
  • Development mode for tracing (46b7e5a)
  • HealthChecks renamed to Health (e108f38)

Documentation

v0.2.0

05 Apr 05:16
Compare
Choose a tag to compare

0.2.0 (2023-04-05)

Feature

  • Introduce HealthChecks for adding liveness and readiness checks (303f54c)
  • Use Zap for logger injection (84cd382)

Chores

  • Change name of internal config fx.In struct (487eedb)

v0.1.0

01 Apr 11:19
Compare
Choose a tag to compare

0.1.0 (2023-04-01)

Feature

Bug Fixes

  • Pass resource to meter provider (0c9e79e)

Build

  • Allow development versions when auto-releasing (650bb2b)
  • Set timeout for golangci-lint (fb1b24d)
  • Escape go-version for setup-go (1a3b37e)
  • Add CI workflow (93b370a)
  • Fix golangci-lint linters (07adad5)