Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

36 lines (30 loc) · 1.15 KB

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

  • No changes yet.

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

  • Fix not working slack. #60

v0.1.0

Fixed

  • Changed the import path for go.uber.org/atomic to its newer, canonical import path. #18