Skip to content

Commit

Permalink
prepare 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Jan 23, 2018
1 parent 829610f commit 1e0c7a0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# NEWS

1.11.0 - 2018-01-23
-------------------

- add: send SNI for Erlang >= 17
- fix: better handling of stream exits in `hackney_manager`
- improvement: remove high priority flag from the pool process
- fix: change when hackney loads the hackney metric module (speed improvement)
- fix: return value from the function `del_from_queue` in connection pool
- fix: handle empty or invalid content-length
- fix documentation on removed method


1.10.1 - 2017-10-20
-------------------

Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


@copyright 2012-2017 Benoît Chesneau.
@version 1.10.1
@version 1.11.0
@title hackney - HTTP client library in Erlang

@doc
Expand Down
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, "1.10.1"},
{vsn, "1.11.0"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit 1e0c7a0

Please sign in to comment.