Skip to content

Commit

Permalink
Gun 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
essen committed Apr 28, 2023
1 parent e763216 commit db0655d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PROJECT = gun
PROJECT_DESCRIPTION = HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
PROJECT_VERSION = 2.0.0
PROJECT_VERSION = 2.0.1

# Options.

Expand Down
2 changes: 2 additions & 0 deletions doc/src/guide/book.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ include::internals_tls_over_tls.asciidoc[Internals: TLS over TLS]

= Additional information

include::migrating_from_2.0.asciidoc[Changes since Gun 2.0]

include::migrating_from_1.3.asciidoc[Migrating from Gun 1.3 to 2.0]

include::migrating_from_1.2.asciidoc[Migrating from Gun 1.2 to 1.3]
Expand Down
13 changes: 13 additions & 0 deletions doc/src/guide/migrating_from_2.0.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[appendix]
== Changes since Gun 2.0

The following patch versions were released since Gun 2.0:

=== Gun 2.0.1

This release updates Cowlib to 2.12.1 to fix a compilation
error when using Erlang/OTP 26.

It also fixes parsing of RST_STREAM frames to properly
handle frames that have a valid length but were not fully
received yet.
2 changes: 1 addition & 1 deletion ebin/gun.app
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, 'gun', [
{description, "HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP."},
{vsn, "2.0.0"},
{vsn, "2.0.1"},
{modules, ['gun','gun_app','gun_conns_sup','gun_content_handler','gun_cookies','gun_cookies_list','gun_data_h','gun_default_event_h','gun_event','gun_http','gun_http2','gun_pool','gun_pool_events_h','gun_pools_sup','gun_protocols','gun_public_suffix','gun_raw','gun_socks','gun_sse_h','gun_sup','gun_tcp','gun_tcp_proxy','gun_tls','gun_tls_proxy','gun_tls_proxy_cb','gun_tls_proxy_http2_connect','gun_tunnel','gun_ws','gun_ws_h','gun_ws_protocol']},
{registered, [gun_sup]},
{applications, [kernel,stdlib,ssl,cowlib]},
Expand Down

0 comments on commit db0655d

Please sign in to comment.