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

Release v2.0.0-rc.37

Compare
Choose a tag to compare
@Baliedge Baliedge released this 12 Jan 19:24
· 98 commits to master since this release

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