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/).
|
|
|
|
|
2020-07-07 14:32:28 +00:00
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Telemetry events.
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Decrement counter when max retries has been reached.
|
2020-09-08 09:39:55 +00:00
|
|
|
- Ensure counter is always decremented in case of process being killed (by using "sentinel" processes that monitors).
|
2020-09-01 17:41:13 +00:00
|
|
|
- Fixes behaviour of `max_waiting = 0` with `max_size = 1`.
|
2020-07-07 14:32:28 +00:00
|
|
|
|
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.
|