Skip to content

Hackney 1.17.0

Compare
Choose a tag to compare
@benoitc benoitc released this 19 Dec 15:06
· 75 commits to master since this release
  • fix SSL compatibility with erlang OTP 23
  • handle empty trailers
  • fix race condition in connection pool
  • fix memory leak in connection pool
  • IDNA update to unicode 13.0.0
  • fix build on macosx with OTP >= 20.1
  • fix network Location on redirect
  • produce uppercase hexadecimal in URLS
  • pool queue count metric is now named queue_count
  • miscellaneous fixes in documentation

possible breaking changes

  • The pool queue count metric is now named queue_count. You should update your dashboard to reflect it.
  • Possible breaking changes when producing uppercase hexadecimal in urls. This change the behaviour of urlencode and pathencode to produce uppercase hexadecimal to comply with the RFC3986 which may affect systems using URL as signature or in an hash.