Skip to content

2.1.0

Compare
Choose a tag to compare
@elbrujohalcon elbrujohalcon released this 03 Aug 13:55

To see what's new check the CHANGELOG

⚠️ Backwards Compatibility Breaking Changes ⚠️

  • removed wpool:call/5. Use wpool: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. Use wpool_pool:next/2 if you need to change that property. The other properties should not be changed from outside wpool_pool.