Skip to content

Commit 1e0c7a0

Browse files
committed
prepare 1.11.0
1 parent 829610f commit 1e0c7a0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# NEWS
22

3+
1.11.0 - 2018-01-23
4+
-------------------
5+
6+
- add: send SNI for Erlang >= 17
7+
- fix: better handling of stream exits in `hackney_manager`
8+
- improvement: remove high priority flag from the pool process
9+
- fix: change when hackney loads the hackney metric module (speed improvement)
10+
- fix: return value from the function `del_from_queue` in connection pool
11+
- fix: handle empty or invalid content-length
12+
- fix documentation on removed method
13+
14+
315
1.10.1 - 2017-10-20
416
-------------------
517

doc/overview.edoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

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

2323
@doc

src/hackney.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{application, hackney,
55
[
66
{description, "simple HTTP client"},
7-
{vsn, "1.10.1"},
7+
{vsn, "1.11.0"},
88
{registered, [hackney_pool]},
99
{applications, [kernel,
1010
stdlib,

0 commit comments

Comments
 (0)