summaryrefslogtreecommitdiffstats
path: root/_build/content/articles/gun-1.2.0.asciidoc
blob: f0e44e29d6ea601ea8927f581bd19ea6ea5a1813 (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
33
34
35
+++
date = "2018-09-17T10:00:00+01:00"
title = "Gun 1.2"

+++

Gun `1.2.0` has been released!

Gun is an HTTP/1.1, HTTP/2 and Websocket client
for Erlang/OTP.

Gun now supports issuing CONNECT requests to HTTP
proxies in order to establish tunnels to origin
servers. Gun can establish tunnels over one or
more proxies as necessary.

All existing protocols can be used inside the tunnel,
including HTTP/1.1, HTTP/2 and Websocket over both
TCP and TLS connections.

Note that it is currently not possible to tunnel
a TLS connection via an HTTPS proxy due to
limitations in the current version of Erlang/OTP.

A complete
list of changes can be found in the migration guide:
https://ninenines.eu/docs/en/gun/1.2/guide/migrating_from_1.1/[Migrating from Gun 1.1 to 1.2].

You can donate to this project via
https://github.com/sponsors/essen[GitHub Sponsors].
These funds are used to pay for additional servers for
testing. And healthy food.

As usual, feedback is appreciated, and issues or
questions should be sent via Github tickets. Thanks!