Skip to content

Releases: sonirico/pacemaker

v0.7.3

11 Dec 21:13
Compare
Choose a tag to compare

v0.7.2

23 Nov 23:52
346801a
Compare
Choose a tag to compare

What's Changed

  • fix: truncated window on rates for units greater than seconds by @sonirico in #9

Full Changelog: v0.7.1...v0.7.2

v0.7.1

08 Nov 13:57
33b09c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

05 Nov 01:28
3f43cd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

26 Sep 09:55
1e7f3fa
Compare
Choose a tag to compare

What's Changed

  • feat: prevent increasing counter state by @sonirico in #1
  • BREAKING CHANGE: check returns time to wait by @sonirico in #2

New Contributors

Full Changelog: v0.5.2...v0.6.0

Bugfix release

06 Jul 08:43
Compare
Choose a tag to compare

Handle non-existent redis keys as zero valued rate limit states

v0.5.1

14 Jun 18:55
Compare
Choose a tag to compare
v0.5.1

BREAKING CHANGE: Signature alterations

14 Jun 18:41
Compare
Choose a tag to compare

For better clarity, previous method Check is now named as Try, whereas the recently added Can is now Check.

v0.4.0

14 Jun 18:33
Compare
Choose a tag to compare
  • Added idempotent method to check rate limit state

v0.3.0 Feature release

27 Mar 14:17
Compare
Choose a tag to compare
  • Added redis storage
  • Changed types from uint64 to int64 due to redis limitations on counters
  • Added examples and documentation