Releases: benoitc/hackney_lib
hackney_lib 0.3.0 has been released.
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
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
hackney_lib 0.2.4 has been released. This is a a fix release.
Changes
- add
hackney_url:pathencode/1
to encode the path and follow the IDN
specs. http://www.w3.org/International/articles/idn-and-iri/
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
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.
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.
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.
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
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.
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.