aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/migrating_from_1.3.asciidoc
blob: c8b75986e86c0c0a3193a8e9c782bcfe3f30d3e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[appendix]
== Changes since Gun 1.3

The following patch versions were released since Gun 1.3:

=== Gun 1.3.3

This release updates Erlang.mk to include features useful
to RabbitMQ.

It also updates Cowlib to 2.7.0.

=== Gun 1.3.2

This release backports a fix that will be included in the
upcoming Gun 2.0 release:

* Gun will now properly identify HTTP/2 preface errors,
  for example when attempting to connect to an HTTP/1.1
  server or a non-HTTP server. Gun will give a different
  error message when it thinks it received an HTTP/1.1
  response.

=== Gun 1.3.1

This release backports a fix that will be included in the
upcoming Gun 2.0 release:

* *POTENTIAL SECURITY VULNERABILITY*: Fix transfer-encoding
  precedence over content-length in responses. This bug may
  contribute to a response smuggling security vulnerability
  when Gun is used inside a proxy.