Skip to content

Commit

Permalink
bump to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Apr 14, 2014
1 parent 4dae3f8 commit 5b5515f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
15 changes: 13 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# NEWS

0.11.1 - 2013/03/03
0.11.2 - 2014/04/15
-------------------

- new improved and more performant IDNA support
- make sure the socket is closed when we skip the body if needed
- fix multipart EOF parsing
- make sure we finish a multipart stream
- bump hackney_lib to 0.2.5
- enable TCP_NODELAY by default. (To disable, pass the option
`{nodelay, false} to `connect_options`.

0.11.1 - 2014/03/03
-------------------

- improvement: speed IDNA domains handing
- fix http proxy via CONNECT
- fix: encode the path
- bump to [hackney_lib 0.2.4](https://github.com/benoitc/hackney_lib/releases/tag/0.2.4)

0.11.0 - 2013/03/02
0.11.0 - 2014/03/02
-------------------

- add `hackney:location/1` to get the final location
Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


@copyright 2012-2014 Benoît Chesneau.
@version 0.11.1
@version 0.11.2
@title hackney - HTTP client library in Erlang

@doc
Expand Down
4 changes: 2 additions & 2 deletions package.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Expm.Package.new(name: "hackney", description: "Simple HTTP client in Erlang",
version: "0.11.1", keywords: ["http","client","binary"],
version: "0.11.2", keywords: ["http","client","binary"],
dependencies: ["mimetypes", "hackney_lib"],
licenses: [[name: "Apache License, Version 2.0", file: "LICENSE"]],
contributors: [[name: "Adam Rutkowski",
Expand Down Expand Up @@ -63,4 +63,4 @@ Expm.Package.new(name: "hackney", description: "Simple HTTP client in Erlang",
email: "[email protected]"]],
maintainers: [[name: "Benoit Chesneau",
email: "[email protected]"]],
repositories: [[github: "benoitc/hackney", tag: "0.11.1"]])
repositories: [[github: "benoitc/hackney", tag: "0.11.2"]])
2 changes: 1 addition & 1 deletion src/hackney.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{application, hackney,
[
{description, "simple HTTP client"},
{vsn, "0.11.1"},
{vsn, "0.11.2"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit 5b5515f

Please sign in to comment.