Skip to content

Releases: benoitc/hackney_lib

hackney_lib 0.3.0 has been released.

17 Apr 22:08
Compare
Choose a tag to compare

hackney_lib 0.3.0 has been released. This is a a feature release.

Changes

  • add hackney_url:normalize/1 to normalize the encoding of an URL
  • add the hackney_mimetypes modules to manage mimetypes

The full changelog is available here: 0.2.5...0.3.0

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

hackney_lib 0.2.5 has been released

14 Apr 22:17
Compare
Choose a tag to compare

hackney_lib 0.2.5 has been released. This is a a fix release.

Changes

  • improve http response line parsing
  • handle response line without reason
  • fix hackney_url:fix_path/1

The full changelog is available here: 0.2.4...0.2.5

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

hackney_lib 0.2.4 has been released

03 Mar 09:20
Compare
Choose a tag to compare

hackney_lib 0.2.4 has been released. This is a a fix release.

Changes

The full changelog is available here: 0.2.3...0.2.4

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

hackney_lib 0.2.3 has been released

02 Mar 20:07
Compare
Choose a tag to compare

hackney_lib 0.2.3 has been released. This is a a fix release.

Changes

  • add unittests
  • fix build for R17
  • fix hackney_bstr
  • fix hackney_date

The full changelog is available here: 0.2.2...0.2.3

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

hackney_lib 0.2.2 has been released.

30 Dec 12:22
Compare
Choose a tag to compare

hackney_lib 0.2.2 has been released. This is a a fix release.

Changes

  • add hackney_multipart:part/3: to create a full part with custom
    headers.
  • fix hackney_multipart:decode_form/2
  • fix hackney_multipart:encode_form/2 : do not url encode headers
    properties and fix typoe (s/form_data/form-data)
  • fix hackney_multipart:mp_file_header/2: use the correct
    default content-disposition for form-data.

The full changelog is available here: 0.2.1...0.2.2

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

hackney_lib 0.2.1 has been released.

29 Dec 15:50
Compare
Choose a tag to compare

hackney_lib 0.2.1 has been released. This is a a fix release.

Changes

  • fix multipart header. Do not start the first part with \r\n

The full changelog is available here: 0.2.0...0.2.1

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

hackney_lib 0.2.0 has been released.

29 Dec 14:40
Compare
Choose a tag to compare

hackney_lib 0.2.0 has been released. This is a a new release with new features an improvements.

Changes

  • breaking change: hackney_multipart:encode_form/1 has been
    rewritten to now return the content-lenght. The format of the parts
    has also been changed.
  • add hackney_multipart:len_mp_stream/2 to get the full content-length
    of a multipart stream without sending it.
  • add the possibility to handle an header with params. Now an header can
    be passed to the list with its params: {Name, Value, Params}
  • add hackney_headers:content_disposition/1 to parse the
    content-disposition header

The full changelog is available here: 0.1.1...0.2.0

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

hackney_lib 0.1.1 has been released

19 Dec 16:13
Compare
Choose a tag to compare

hackney_lib 0.1.1 has been released. This is a service with a small fix and an improvement.

Changes

  • http_parser: only check body_state=done wheh we are done.
  • http_parser: always return {done, binary()} when the parsing is
    done.

The full changelog is available here: 0.1.0...0.1.1

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

hackney_lib 0.1.0 has been released.

19 Dec 15:00
Compare
Choose a tag to compare

hackney_lib 0.1.0 has been released. This is the first release based on the code extracted from hackney

Changes

  • initial release

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