Skip to content

Commit a916560

Browse files
committed
Gun 1.3.2
1 parent e672819 commit a916560

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Makefile

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

33
PROJECT = gun
44
PROJECT_DESCRIPTION = HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
5-
PROJECT_VERSION = 1.3.1
5+
PROJECT_VERSION = 1.3.2
66

77
# Options.
88

doc/src/guide/migrating_from_1.3.asciidoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33

44
The following patch versions were released since Gun 1.3:
55

6+
=== Gun 1.3.2
7+
8+
This release backports a fix that will be included in the
9+
upcoming Gun 2.0 release:
10+
11+
* Gun will now properly identify HTTP/2 preface errors,
12+
for example when attempting to connect to an HTTP/1.1
13+
server or a non-HTTP server. Gun will give a different
14+
error message when it thinks it received an HTTP/1.1
15+
response.
16+
617
=== Gun 1.3.1
718

819
This release backports a fix that will be included in the

ebin/gun.app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, 'gun', [
22
{description, "HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP."},
3-
{vsn, "1.3.1"},
3+
{vsn, "1.3.2"},
44
{modules, ['gun','gun_app','gun_content_handler','gun_data_h','gun_http','gun_http2','gun_sse_h','gun_sup','gun_tcp','gun_tls','gun_ws','gun_ws_h']},
55
{registered, [gun_sup]},
66
{applications, [kernel,stdlib,ssl,cowlib]},

0 commit comments

Comments
 (0)