diff options
Diffstat (limited to '_build/content')
-rw-r--r-- | _build/content/articles/gun-1.3.0.asciidoc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/_build/content/articles/gun-1.3.0.asciidoc b/_build/content/articles/gun-1.3.0.asciidoc new file mode 100644 index 00000000..f4d3e60f --- /dev/null +++ b/_build/content/articles/gun-1.3.0.asciidoc @@ -0,0 +1,26 @@ ++++ +date = "2018-10-01T10:00:00+01:00" +title = "Gun 1.3" + ++++ + +Gun `1.3.0` has been released! + +Gun is an HTTP/1.1, HTTP/2 and Websocket client +for Erlang/OTP. + +This release improves the CONNECT support introduced +in the previous version and adds built-in Websocket +protocol negotiation. + +A complete +list of changes can be found in the migration guide: +https://ninenines.eu/docs/en/gun/1.3/guide/migrating_from_1.2/[Migrating from Gun 1.2 to 1.3]. + +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! |