hackney 0.7.0 has been released
hackney 0.7.0 is a feature release and contains the following changes:
- add new Load balanced pool handler based on dispcount
- allows to set the pool handler
- breaking change: remove
hackney:start_pool/2and
hackney:stop_pool/1, use insteadhackney_pool:start_pool/2and
hackney_pool:stop_pool/1 - breaking change: A pool is now used by default
- breaking change: The
hackney_formmodule has been removed. You can
now encode/parse a form using the functions in thehackney_urlmodule. - deprecate
pool_sizeand replace it bymax_connections - fix: apply applications defaults to the pool
The full changelog is available here: 0.6.1...0.7.0
Hackney is also available as a source archive or via expm.
Enjoy!