File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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+
3151.10.1 - 2017-10-20
416-------------------
517
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments