Skip to content

hackney 0.14.2 has been released

Compare
Choose a tag to compare
@benoitc benoitc released this 27 Oct 21:51
· 810 commits to master since this release

hackney 0.14.2 has been released. This is a fix release.

Changes

  • fix memory leak (#77): some requests were not cleaned correctly in
    hackney_manager.
  • fix ssl race condition (#130)
  • fix: check if relative url contains a forward slash
  • refactor integration tests and add more tests
  • fix socket pool: make sure to close all sockets when the pool is terminated,
    and do not store closed sockets if we know it.

The full changelog is available here: 0.14.1...0.14.2

Hackney is also available as a source archive.