Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Releases: mailgun/gubernator

Release v2.0.0-rc.34

21 Oct 15:20
Compare
Choose a tag to compare

What's Changed

Release v2.0.0-rc.33

21 Oct 15:16
Compare
Choose a tag to compare

What's Changed

Release v2.0.0-rc.32

11 Oct 23:45
a9a516b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-rc.31...v2.0.0-rc.32

Release v2.0.0-rc.31

11 Oct 23:15
3a6bd6c
Compare
Choose a tag to compare

What's Changed

  • Now using the logger passed in on initialization by @thrawn01 in #153

Full Changelog: v2.0.0-rc.30...v2.0.0-rc.31

Release v2.0.0-rc.30

26 Sep 19:04
Compare
Choose a tag to compare

[2.0.0-rc.30] - 2022-09-26

Changes

Release v2.0.0-rc.29

16 Aug 14:32
Compare
Choose a tag to compare

[2.0.0-rc.29] - 2022-08-16

Changes

  • Promote asyncRequests() span to info level so it's not filtered out by
    default by @Baliedge in #150.

Release v2.0.0-rc.28

16 Aug 14:34
Compare
Choose a tag to compare

[2.0.0-rc.28] - 2022-08-15

Changes

Release v2.0.0-rc.27

12 Aug 19:19
Compare
Choose a tag to compare

[2.0.0-rc.27] - 2022-08-12

Changes

  • Update holster to get new tracing functionality.
  • Tag spans with debug log level to improve signal:noise ratio.

by @Baliedge in #148.

Release v2.0.0-rc.26

02 Aug 20:33
Compare
Choose a tag to compare

[2.0.0-rc.26] - 2022-08-02

Changes

Release v2.0.0-rc.25

01 Aug 21:27
8dcc74b
Compare
Choose a tag to compare

[2.0.0-rc.25] - 2022-08-01

Changes

  • Refactor tracing using holster OpenTelemetry tooling in #125.
    • OpenTelemetry is newer standard that supercedes OpenTracing.
    • This change migrates to OpenTelemetry. However, the traces created in Jaeger remain the same structure and level of detail.
    • Breaking change: Configuration for OpenTelemetry changes from OpenTracing. See jaegertracing.md for details.