summaryrefslogtreecommitdiffstats
path: root/_build
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
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')
-rw-r--r--_build/content/articles/gun-1.2.0.asciidoc35
-rw-r--r--_build/data/projects/gun.toml4
2 files changed, 37 insertions, 2 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!
diff --git a/_build/data/projects/gun.toml b/_build/data/projects/gun.toml
index 0d773d90..17e8d0a6 100644
--- a/_build/data/projects/gun.toml
+++ b/_build/data/projects/gun.toml
@@ -3,8 +3,8 @@ catchphrase = "The smoking gun of HTTP clients."
description = "Asynchronous, always-connected client with support for HTTP/1.1, HTTP/2 and Websocket."
name = "gun"
repository = "https://github.com/ninenines/gun"
-versions = ["1.1", "1.0"]
-branches = ["master", "1.0.0"]
+versions = ["1.2", "1.1", "1.0"]
+branches = ["master", "1.1.0", "1.0.0"]
has_source = true
has_guide = true
has_manual = true