This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
Releases: mailgun/gubernator
Releases · mailgun/gubernator
Release v2.0.0-rc.44
Release v2.0.0-rc.43
Release v2.0.0-rc.42
What's Changed
Full Changelog: v2.0.0-rc.40...v2.0.0-rc.42
v2.0.0-rc.41
What's Changed
Full Changelog: v2.0.0-rc.40...v2.0.0-rc.41
v2.0.0-rc.40
[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
Release v2.0.0-rc.38
[2.0.0-rc.38] - 2023-02-20
What's Changed
- Update dependencies to patch for CVE-2022-27664 by @Baliedge in #164.
Release v2.0.0-rc.37
[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.