summaryrefslogtreecommitdiffstats
path: root/_build/content
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-09-17 16:05:10 +0200
committerLoïc Hoguin <[email protected]>2018-09-17 16:15:06 +0200
commit3d7d9e20fe46ed2839bc582d599abeac3ce19a8b (patch)
tree5af1b66bbf349498a297d185e374adec8038425f /_build/content
parent4f85b718996b4080ca607742e23bcb5902e983e4 (diff)
downloadninenines.eu-3d7d9e20fe46ed2839bc582d599abeac3ce19a8b.tar.gz
ninenines.eu-3d7d9e20fe46ed2839bc582d599abeac3ce19a8b.tar.bz2
ninenines.eu-3d7d9e20fe46ed2839bc582d599abeac3ce19a8b.zip
Gun 1.2.0 and Ranch 1.6.2
Diffstat (limited to '_build/content')
-rw-r--r--_build/content/articles/gun-1.2.0.asciidoc35
1 files changed, 35 insertions, 0 deletions
diff --git a/_build/content/articles/gun-1.2.0.asciidoc b/_build/content/articles/gun-1.2.0.asciidoc
new file mode 100644
index 00000000..45876a31
--- /dev/null
+++ b/_build/content/articles/gun-1.2.0.asciidoc
@@ -0,0 +1,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://salt.bountysource.com/teams/ninenines[BountySource].
+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!