Current section
Files
Jump to
Current section
Files
nimble_pool
CHANGELOG.md
CHANGELOG.md
# Changelog
## v0.2.4 (2020-02-16)
* Fix a bug with lazy pool starting more connections than specified
## v0.2.3 (2020-10-24)
* Support `lazy: true` instead of `strategy: :lifo` (v0.2.2 has been retired)
## v0.2.2 (2020-10-23)
* Support `strategy: :lifo` for queue handling
## v0.2.1 (2020-09-29)
* List `handle_update` as a callback
## v0.2.0 (2020-08-01)
* Rework all callbacks to receive the pool state
* Add `handle_enqueue`, `handle_dequeue`, and `handle_update`