Releases: yunginnanet/Rate5
Releases · yunginnanet/Rate5
v1.3.6
What's Changed
- Fix: Rate method returns zero after sp is closed + add test by @yunginnanet in #15
Full Changelog: v1.3.5...v1.3.6
v1.3.5 - Performance
What's Changed
- Feat[testing]: Add benchmarks by @yunginnanet in #12
- Perf: Increase speed and reduce memory allocations by @yunginnanet in #14
Full Changelog: v1.3.0...v1.3.5
v1.3.0 - speedometer
What's Changed
- Feat: speedometer (ratelimit for i/o) by @yunginnanet in #11
Full Changelog: v1.2.2...v1.3.0
v1.2.1
Full Changelog: v1.2.0...v1.2.1
v1.2.0 - Stringer Identities
-
Reduce potential debug contention by using cmpandswap atomics
-
Add the ability to use fmt.Stringers for Identity functionality (not sure why i ever did anything else tbh)
-
Complete test coverage
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Feat: Hardcore limiter and Reset function
v1.0.1
-
Fix: major testing blunder
-
Fix: major design/performance problems
v1.0.0
What's Changed
- (relatively major) overhaul and testing improvements by @yunginnanet in #2
Full Changelog: v0.4.4...v1.0
v0.4.4
-
Fix: silly error in example
-
Fix: race condition
v0.4.3
Bug fix: the sequel