Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
and this project adheres to Semantic Versioning.
Unreleased
v0.3.1 - 2024-03-04
Fixed
- Fixed a bug related to maxSlack boundary detection. #124
Thanks to @smallnest for reporting and @storozhukBM for fixing.
v0.3.0 - 2023-07-08
Changed
- Switched to a more efficient internal implementation. No API or behavior changes.
#100
v0.2.0 - 2021-03-02
Added
- Allow configuring the limiter with custom slack.
#64
- Allow configuring the limiter per arbitrary time duration.
#54
Changed
- Switched from Glide to Go Modules.
Fixed
#60
v0.1.0
Fixed
- Changed the import path for
go.uber.org/atomic to its newer, canonical
import path.
#18