Skip to content

Commit

Permalink
bump to 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Sep 20, 2023
1 parent cb913e6 commit 47f56b6
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2012-2021 (c) Benoît Chesneau <bchesneau@pm.me>
2012-2023 (c) Benoît Chesneau <bchesneau@pm.me>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NEWS

1.19.0 - 2023-09-20
-------------------

- fix: recv: if expected size < BufSize fallback to old behaviour. Fix issue with negative length
- feature: add support for proxy environment setting

1.18.2 - 2023-08-29
-------------------

Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
hackney
-------

2012-2021 (c) Benoît Chesneau <bchesneau@pm.me>
2012-2023 (c) Benoît Chesneau <bchesneau@pm.me>

hackney is released under the Apache 2 license. See the LICENSE file for
the complete license.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# hackney - HTTP client library in Erlang #

Copyright (c) 2012-2022 Benoît Chesneau.
Copyright (c) 2012-2023 Benoît Chesneau.

__Version:__ 1.18.1
__Version:__ 1.19.0

# hackney

Expand Down
4 changes: 2 additions & 2 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

# hackney - HTTP client library in Erlang #

Copyright (c) 2012-2022 Benoît Chesneau.
Copyright (c) 2012-2023 Benoît Chesneau.

__Version:__ 1.18.1
__Version:__ 1.19.0

# hackney

Expand Down
4 changes: 2 additions & 2 deletions doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
%%==============================================================================


@copyright 2012-2022 Benoît Chesneau.
@version 1.18.2
@copyright 2012-2023 Benoît Chesneau.
@version 1.19.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.18.2"},
{vsn, "1.19.0"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit 47f56b6

Please sign in to comment.