Skip to content

Releases: benoitc/hackney

hackney 1.4.5 has been released

23 Nov 12:18
Compare
Choose a tag to compare

hackney 1.4.5 has been released. This is a patch release.

Changes

  • fix multipart/form parsing (#258)
  • TRAVIS-CI build with rebar3

The full changelog is available here: 1.4.4...1.4.5

Hackney is also available as a source archive.

hackney 1.4.4 has been released.

04 Nov 10:00
Compare
Choose a tag to compare

hackney 1.4.4 has been released. This is a patch release.

Changes

  • fix rebar3 detection

The full changelog is available here: 1.4.3...1.4.4

Hackney is also available as a source archive.

hackney 1.4.3 has been released

04 Nov 07:58
Compare
Choose a tag to compare

hackney 1.4.3 has been released. This is a patch release.

Changes

  • fix header value parsing (#256)

The full changelog is available here: 1.4.2...1.4.3

Hackney is also available as a source archive.

hackney 1.4.2 has been released

03 Nov 12:53
Compare
Choose a tag to compare

hackney 1.4.2 has been released. This is a patch release.

Changes

  • fix build with rebar2 and Erlang < 17

The full changelog is available here: 1.4.1...1.4.2

Hackney is also available as a source archive.

hackney 1.4.1 has been released

03 Nov 08:35
Compare
Choose a tag to compare

hackney 1.4.1 has been released. This is a patch release.

Changes

  • fix build with mix (#255)

The full changelog is available here: 1.4.0...1.4.1

Hackney is also available as a source archive.

hackney 1.4.0 has been released.

27 Oct 10:11
Compare
Choose a tag to compare

hackney 1.4.0 has been released. This is a minor release.

Changes

  • build using hex.pm & small refactoring
  • fix multipart (#245)
  • fix redirection (#237)
  • fix url parsing (#236)
  • close connection when max body length is reached (#248)

The full changelog is available here: 1.3.2...1.4.0

Hackney is also available as a source archive.

hackney 1.3.2 has been released

27 Aug 08:27
Compare
Choose a tag to compare

hackney 1.3.2 has been released. This is a pach release.

Changes

  • fix connect_time metric (#227)
  • fix redirection when with_body is enabled (#228)
  • fix: close half-closed socket to avoid leak (#231)
  • fix unexpected message in hackney_stream (#223)
  • fix receive/error in hackney_manager (#232)

The full changelog is available here: 1.3.1...1.3.2

Hackney is also available as a source archive.

hackney 1.3.1 has been released

29 Jul 16:54
Compare
Choose a tag to compare

hackney 1.3.1 has been released. This is a pach release.

Changes

  • fix: set default recv_timeout to 5s. (#219)
  • fix: socks5 fix auth: handle not required case (#218)

The full changelog is available here: 1.3.0...1.3.1

Hackney is also available as a source archive.

hackney 1.3.0 has been released

23 Jul 13:52
Compare
Choose a tag to compare

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

Changes

  • new add max_body setting
  • fix: handle partial chains during handshake in HTTPS (#196)

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

Hackney is also available as a source archive.

hackney 1.2.0 has been released

25 Jun 14:55
Compare
Choose a tag to compare

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.