- Add
handle_cancelled/2
pool callback
Stable release.
- Fix a bug on idle timeout causing the pool to empty
- Add
handle_ping
to manage idle resources - Only compute
monotonic_time
ifworker_idle_timeout
is provided
- Fix a bug with lazy pool starting more connections than specified
- Support
lazy: true
instead ofstrategy: :lifo
(v0.2.2 has been retired)
- Support
strategy: :lifo
for queue handling
- List
handle_update
as a callback
- Rework all callbacks to receive the pool state
- Add
handle_enqueue
,handle_dequeue
, andhandle_update