summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html38
1 files changed, 18 insertions, 20 deletions
diff --git a/articles/index.html b/articles/index.html
index 7fc81f6f..8911e938 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -65,6 +65,24 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/gun-2.0.0/">Gun 2.0</a></h2>
+ <p class="date">
+ <span class="year">2023</span>
+ <span class="day-month">24 Jan</span>
+ </p>
+ </header>
+
+ <p>Gun 2.0.0 has been released!
+Gun 2.0 adds a ton of features along with a small number of breaking changes.
+Gun 2.0 includes state of the art tunnel support. With Gun 2.0 it is possible to make requests or data go through any number of proxy endpoints using any combination of TCP or TLS transports and HTTP/1.1, HTTP/2 or SOCKS5 protocols. All combinations of the scenario Proxy1 -&gt; Proxy2 -&gt; Origin are tested and known to work.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/gun-2.0.0/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/ranch-2.1.0/">Ranch 2.1</a></h2>
<p class="date">
<span class="year">2021</span>
@@ -411,26 +429,6 @@ You can donate to this project via GitHub Sponsors. These funds are used to pay
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/gun-1.2.0/">Gun 1.2</a></h2>
- <p class="date">
- <span class="year">2018</span>
- <span class="day-month">17 Sep</span>
- </p>
- </header>
-
- <p>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.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/gun-1.2.0/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">