Skip to content

hackney 0.9.0 has been released

Compare
Choose a tag to compare
@benoitc benoitc released this 19 Dec 15:17
· 1008 commits to master since this release

hackney 0.9.0 has been released. This is a service release with some fixes and improvements.

Changes

  • add support for multipart responses
  • add support for cookies: There is now a cookie
    option that can be passed to the request. It can be a sinle cookie or a
    list of cookies. To parse cookies from the response a function hackney:cookies/1 has
    been added. It return all the cookies as a list of [{Key, Value}].
  • breaking change: use hackney_lib a web toolkit to handle the HTTP protocol and other manipulations.
  • optimization: send body and headers together when it is possible
  • fix release handling

The full changelog is available here: 0.8.3...0.9.0

Hackney is also available as a source archive or via expm.