Skip to content

hackney 0.14.0 has been released.

Compare
Choose a tag to compare
@benoitc benoitc released this 19 Sep 16:29
· 859 commits to master since this release

hackney 0.14.0 has been released. This is a small upgrade with some fixes and a breaking change.

Changes

  • fix: validate if the redirection url is absolute.
  • fix: return location from headers when possible in
    hackney:location/1.
  • fix HEAD request. Remove the need to call the body method
  • fix: remove undefined function references
  • tests: start to handle tests with httpbin

Breaking change:

When doing an HEAD request, the signature of the response when it
succeded is now {ok, Status, ResponseHeaders} and do not contains a
client reference any more.

The full changelog is available here: 0.13.1...0.14.0

Hackney is also available as a source archive.