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.44

13 Mar 18:37
30c4c85
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-rc.43...v2.0.0-rc.44

Release v2.0.0-rc.43

04 Mar 15:29
Compare
Choose a tag to compare

What's Changed

  • feat: Add healtcheck for docker container by @sylwit in #168

New Contributors

Full Changelog: v2.0.0-rc.42...v2.0.0-rc.43

Release v2.0.0-rc.42

03 Mar 17:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-rc.40...v2.0.0-rc.42

v2.0.0-rc.41

03 Mar 16:16
527a3ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0-rc.40...v2.0.0-rc.41

v2.0.0-rc.40

01 Mar 14:57
Compare
Choose a tag to compare

[2.0.0-rc.40] - 2023-03-01

What's Changed

  • Adjust tracing detail by @Baliedge in #166.
    • Adjust certain functions to debug level tracing. Mainly private methods are debug tracing.
    • Give background async goroutine traces descriptive names.
    • Update holster for additional functionality.
    • Adjust dependency versions to ensure compatibility with holster.

v2.0.0-rc.39

28 Feb 15:34
Compare
Choose a tag to compare

[2.0.0-rc.39] - 2023-02-28

What's Changed

Release v2.0.0-rc.38

20 Feb 22:24
Compare
Choose a tag to compare

[2.0.0-rc.38] - 2023-02-20

What's Changed

Release v2.0.0-rc.37

12 Jan 19:24
Compare
Choose a tag to compare

[2.0.0-rc.37] - 2023-01-12

What's Changed

  • Token bucket fix for Gregorian duration by @akshay-livespace in #162.
    • Token bucket algorithm would reset "remaining" for a request within milliseconds when using behavior DURATION_IS_GREGORIAN.
    • This is happening because expiry calculation for behavior DURATION_IS_GREGORIAN, was calculated but never updated.

Release v2.0.0-rc.36

08 Dec 01:16
Compare
Choose a tag to compare

[2.0.0-rc.36] - 2022-12-07

What's Changed

  • Add environment variable to set minimum TLS version on server tls config by @denkyl08 in #160.

Release v2.0.0-rc.35

28 Oct 18:06
Compare
Choose a tag to compare

What's Changed

  • No functional change.
  • GitHub Actions provide version consistency check by @Baliedge in #158.