Skip to content

Releases: throttled/throttled

throttled v2.12.0

29 Jun 17:36
Compare
Choose a tag to compare
  • #103 Add store for redis-go v9
  • #104 Drop Go versions 1.13, 1.14, 1.15, 1.16, and 1.17 from build matrix

throttled v2.11.0

06 Apr 16:31
Compare
Choose a tag to compare
  • #84 Add store for redis-go v8

throttled v2.10.0

25 Mar 20:42
Compare
Choose a tag to compare
  • #83 Introduce context.Context in function signatures

throttled v2.9.1

16 Feb 00:33
Compare
Choose a tag to compare
  • 4739991 Upgrade golang.org/x/text to 0.3.7 to address security vulnerability

throttled v2.9.0

17 Jul 20:05
Compare
Choose a tag to compare
  • #90 Allow maxCASAttempts to be configurable

throttled v2.8.0

12 Jun 02:03
Compare
Choose a tag to compare
  • #88 Make redigostore compatible with redisc.Cluster

throttled v2.7.2

18 May 23:26
Compare
Choose a tag to compare
  • #87 Upgrade Redigo dependency to 1.8.4

throttled v2.7.1

12 Nov 23:09
Compare
Choose a tag to compare
  • #81 Fix statistics calculation when quantity exceeds max burst

throttled v2.7.0

09 Oct 20:02
Compare
Choose a tag to compare
  • #80 In goredisstore, use UniversalClient interface instead of *Client implementation (this is backwards compatible)

throttled v2.6.0

09 Oct 20:02
Compare
Choose a tag to compare
  • #64 Add SetTimeNow to override getting current time to memstore driver
  • #66 Add PerDuration function for getting a perfectly customized Rate