Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Dec 19, 2020
1 parent 254ce97 commit f642ee0
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# NEWS

1.17.0 - 2020-12-19
-------------------

- fix SSL compatibility with erlang OTP 23
- handle empty trailers
- fix race condition in connection pool
- fix memory leak in connection pool
- IDNA update to unicode 13.0.0
- fix build on macosx with OTP >= 20.1
- fix network Location on redirect
- produce uppercase hexadecimal in URLS
- pool queue count metric is now named `queue_count`
- miscellaneous fixes in documentation


** possible breaking change **

- pool queue count metric is now named `queue_count`. You should update your dashboard to reflect it.

- possible breacking changes when producing uppercase hexadecimal in urls

This change the behaviour of urlencode and pathencode to produce
uppercase hexadecimal to comply to the RFC3986 which may affect
systems using URL as signature or in an hash.

1.16.0 - 2020-05-25
-------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Copyright (c) 2012-2020 Benoît Chesneau.

__Version:__ 1.16.0
__Version:__ 1.17.0

# hackney

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

Copyright (c) 2012-2020 Benoît Chesneau.

__Version:__ 1.16.0
__Version:__ 1.17.0

# hackney

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-2020 Benoît Chesneau.
@version 1.16.0
@version 1.17.0
@title hackney - HTTP client library in Erlang

@doc
Expand Down

0 comments on commit f642ee0

Please sign in to comment.