Releases: benoitc/hackney
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/2
and
hackney:stop_pool/1
, use insteadhackney_pool:start_pool/2
and
hackney_pool:stop_pool/1
- breaking change: A pool is now used by default
- breaking change: The
hackney_form
module has been removed. You can
now encode/parse a form using the functions in thehackney_url
module. - deprecate
pool_size
and 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!
hackney 0.6.1 has been released
hackney 0.6.1 is a serbice release and contains the following changes:
- Fix the asynchronous response example in the readme
- add d hackney_url:make_url/3, hackney_url:qs/1, hackney_url:parse_qs/1 functions
The full changelog is available here: 0.6.0...0.6.1
Hackney is also available as a source archive or via expm.
Enjoy!
hackney 0.6.0 has been released
hackney 0.6.0 is a feature release and contains the following changes:
- add the possibility to get an asynchronous response
- add support for the "Expect: 100-continue" header
- add
hackney:controlling_process/2
to pass the control of an hackney context to another process
The full changelog is available here: 0.5.0...0.6.0
Hackney is also available as a source archive or via expm.
Enjoy!
hackney 0.5.0 has been released
hackney 0.5.0 is a service release and contains the following changes:
- fix: proxied connections
- fix: correct the path passed to a request
- fix: multipart forms
- fix: Make sure that the controller process of the socket is the pool process when the socket is in the pool
- fix: auth header when when the user is not given
The full changelog is available here: 0.4.3...0.5.0
Enjoy!
hackney 0.4.4 has been released
hackney 0.4.4 is a service release and contains the following changes:
- fix: doc typos
- fix: dialyzer errors
- fix: add mimetypes to the list of loaded applications
- fix: test.ebin example
The full changelog is available here:
hackney 0.4.3 has been released
hackney 0.4.3 is a service release and contains the following changes:
- removed parse_transform, the REST API is now available at the compilation.
- fix: fix file upload content type
- doc: fix typos
The full changelog is available here: