github benoitc/hackney 0.14.0
hackney 0.14.0 has been released.

latest releases: 1.20.1, 1.20.0, 1.19.1...
9 years ago

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.

Don't miss a new hackney release

NewReleases is sending notifications on new releases.