Skip to content

Releases: benoitc/hackney

hackney 0.7.0 has been released

22 Nov 14:40

Choose a tag to compare

hackney 0.7.0 is a feature release and contains the following changes:

  • add new Load balanced pool handler based on dispcount
  • allows to set the pool handler
  • breaking change: remove hackney:start_pool/2 and
    hackney:stop_pool/1, use instead hackney_pool:start_pool/2 and
    hackney_pool:stop_pool/1
  • breaking change: A pool is now used by default
  • breaking change: The hackney_form module has been removed. You can
    now encode/parse a form using the functions in the hackney_url module.
  • deprecate pool_size and replace it by max_connections
  • fix: apply applications defaults to the pool

The full changelog is available here: 0.6.1...0.7.0

Hackney is also available as a source archive or via expm.

Enjoy!

hackney 0.6.1 has been released

21 Nov 13:40

Choose a tag to compare

hackney 0.6.1 is a serbice release and contains the following changes:

The full changelog is available here: 0.6.0...0.6.1

Hackney is also available as a source archive or via expm.

Enjoy!

hackney 0.6.0 has been released

21 Nov 12:39

Choose a tag to compare

hackney 0.6.0 is a feature release and contains the following changes:

The full changelog is available here: 0.5.0...0.6.0

Hackney is also available as a source archive or via expm.

Enjoy!

hackney 0.5.0 has been released

16 Nov 09:18

Choose a tag to compare

hackney 0.5.0 is a service release and contains the following changes:

  • fix: proxied connections
  • fix: correct the path passed to a request
  • fix: multipart forms
  • fix: Make sure that the controller process of the socket is the pool process when the socket is in the pool
  • fix: auth header when when the user is not given

The full changelog is available here: 0.4.3...0.5.0

Enjoy!

hackney 0.4.4 has been released

25 Aug 10:34

Choose a tag to compare

hackney 0.4.4 is a service release and contains the following changes:

  • fix: doc typos
  • fix: dialyzer errors
  • fix: add mimetypes to the list of loaded applications
  • fix: test.ebin example

The full changelog is available here:

0.4.3...0.4.4

hackney 0.4.3 has been released

24 Aug 20:01

Choose a tag to compare

hackney 0.4.3 is a service release and contains the following changes:

  • removed parse_transform, the REST API is now available at the compilation.
  • fix: fix file upload content type
  • doc: fix typos

The full changelog is available here:

0.4.2...0.4.3