concurrent-limiter/CHANGELOG.md

22 lines
501 B
Markdown
Raw Normal View History

2020-05-16 10:17:40 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Added
- Telemetry events.
### Fixed
- Decrement counter when max retries has been reached.
- Ensure counter is always decremented in case of process being killed (by using "sentinel" processes that monitors).
- Fixes behaviour of `max_waiting = 0` with `max_size = 1`.
2020-05-16 10:44:29 +00:00
## [0.1.0] - 2020-05-16
2020-05-16 10:17:40 +00:00
2020-05-16 10:44:29 +00:00
Initial release.