What's Changed
Added
- Added Elixir 1.18.* support to CI.
Changed
- Refactored tests with new ExUnit parameterize feature.
:pool_id
is not required init option anymore. For now it is equal toworker_module
option value.
Fixed
- Functions
Poolex.add_idle_workers!/2
andPoolex.remove_idle_workers!/2
now accept any value of typeGenServer.name()
as their first argument, instead of onlyatom()
. - Supressed Supervisor's error logs in tests.
Full Changelog: v1.1.0...v1.2.0