[1.1.0] Optimized monitoring and other improvements
What's Changed
Added
- Added adobe/elixir-styler to project.
Changed
- Monitoring implementation has been optimized by using a plain map instead of the
Agentprocess. - Refactored State struct by adding a list of @enforced_keys. (Details)
- Poolex processes now have higher priority. (Details)
Deprecated
Poolex.get_state/1deprecated in favor of:sys.get_state/1.
New Contributors
Full Changelog: v1.0.0...v1.1.0