Skip to content

Releases: lytefast/gcra-rs

v0.6.0

01 Aug 06:35
b62215c
Compare
Choose a tag to compare

What's Changed

  • rate limiter can use reference for RateLimit by @lytefast in #10
  • add test for current access of RateLimiter by @lytefast in #11
  • div_duration stable in 1.80 by @lytefast in #9

Full Changelog: v0.5.0...v0.6.0

v0.5.0: Minor API change to `RateLimiter`

28 May 21:26
Compare
Choose a tag to compare

What's Changed

  • [rate-limiter] &mut not required for RateLimiter by @lytefast in #7

Full Changelog: v0.4.1...v0.5.0

Simple RateLImitGuard wrapper

10 May 22:00
Compare
Choose a tag to compare
  • new helper struct to wrap a RateLimit and GcraState and provider a simpler API
  • update some dependency versions

v03.5

28 Jan 22:40
ec3f5c1
Compare
Choose a tag to compare

What's Changed

  • feature: add reverts function to gcra by @lytefast in #4

Full Changelog: v0.3.3...v03.5

v0.3.3

08 Oct 02:11
Compare
Choose a tag to compare

Features

  • add GcraState::remaining_resources

Full Changelog: v0.3.2...v0.3.3

v0.3.2

21 Jul 03:06
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.2

Exposed the internal structs used for entry and keys so users can create their own UpstreamFactories

v0.3.0

17 Jun 07:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: release...v0.3.0

Initial Release

12 Jun 20:34
Compare
Choose a tag to compare
release

pkg update + example to chrono