2.1.0
To see what's new check the CHANGELOG
⚠️ Backwards Compatibility Breaking Changes ⚠️
- removed
wpool:call/5
. Usewpool:call/4
with appropriate parameters instead. - removed tracing utilities and associated functions (like
wpool_process:age/1
). Use external tracing libraries, like recon, instead. - removed
wpool_shutdown
. It was used for tracing purposes only. - removed
wpool_pool:wpool_set/2
. Usewpool_pool:next/2
if you need to change that property. The other properties should not be changed from outsidewpool_pool
.