Skip to content

hackney 1.1.0 has been released

Compare
Choose a tag to compare
@benoitc benoitc released this 05 Mar 12:16
· 695 commits to master since this release

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

Changes

  • fix: honor max_redirect.
  • fix: socket checkout in the pool: close the socket if something happen while
    passing the control to the client
  • fix: put back the waiter in the queue of the pool if no socket can be
    delivered
  • fix: make sure we don't release a closed socket
  • add: shutdown method to transports
  • add: hackney_trace module to trace a request
  • add: reuse/new connection metrics
  • fix: guard binary in hackney_multipart:len_mp_stream/2
  • improvement: pass the socket to hackney:request_info/1
  • dependency: update ssl_verify_hostname
  • fix: make sure to pass the Host header to the request
  • fix: HTTP basic authentication
  • fix content-type case
  • improvement: tests

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

Hackney is also available as a source archive.