Skip to content

hackney 1.2.0 has been released

Compare
Choose a tag to compare
@benoitc benoitc released this 25 Jun 14:55
· 659 commits to master since this release

hackney 1.2.0 has been released. This is a minor release with some improvements and fixes.

Changes

  • new: add with_body option to return the body directly (#184)
  • fix: rely on ssl version to validate certificates securely using hostname
    verification
  • fix: fix redirection when transport change (#177)
  • new: build is now using rebar3
  • new: updated root certificates
  • fix: ignore comma in set-cookie attributes (#193)
  • fix: status line parsing when reason phrase is missing entirely (#190)
  • fix: make sure sure the response is done during async streaming (#186)
  • fix metrics (#186)
  • new: bump latest version of ssl_verify_hostname (#175)
  • fix: parse server headers
  • fix: really honor max redirection (#170)
  • fix: handle path parameters in URL (#176)

The full changelog is available here: 1.1.0...1.2.0

Hackney is also available as a source archive.