diff options
author | Loïc Hoguin <[email protected]> | 2018-06-04 13:50:42 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-06-04 13:50:42 +0200 |
commit | a7f944969a7bb04a77cfa84d31caaa0452c66d89 (patch) | |
tree | ff05e20db47dacbc8cee7679f380feef155d3d5e /_build | |
parent | 24247e9145b7b3a5fb8bc0665b2c55d1ace6cd85 (diff) | |
download | ninenines.eu-a7f944969a7bb04a77cfa84d31caaa0452c66d89.tar.gz ninenines.eu-a7f944969a7bb04a77cfa84d31caaa0452c66d89.tar.bz2 ninenines.eu-a7f944969a7bb04a77cfa84d31caaa0452c66d89.zip |
Gun 1.0.0-rc.1 announcement
Diffstat (limited to '_build')
-rw-r--r-- | _build/content/articles/gun-1.0.0-rc.1.asciidoc | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/_build/content/articles/gun-1.0.0-rc.1.asciidoc b/_build/content/articles/gun-1.0.0-rc.1.asciidoc new file mode 100644 index 00000000..0936878d --- /dev/null +++ b/_build/content/articles/gun-1.0.0-rc.1.asciidoc @@ -0,0 +1,49 @@ ++++ +date = "2018-06-04T10:00:00+01:00" +title = "Gun 1.0 release candidate 1" + ++++ + +Gun `1.0.0-rc.1` has been released! + +Gun is an HTTP/1.1, HTTP/2 and Websocket client +for Erlang/OTP. + +Gun provides an asynchronous interface and will +keep the connection open to the server, reconnecting +as necessary. + +Gun has existed for many years as the test client +for Cowboy and is now mature enough to receive a +proper version. Gun is battle tested by customers +and other users but is not the most well tested +client there is. + +This release candidate differs from previous tags +in the way Websocket-related messages are handled: +the `gun_ws_upgrade` message is now `gun_upgrade`, +and the `gun_ws` message has an extra element. The +dependency on Ranch has also been removed. In +addition some undocumented features have been +modified; they will be documented in future +releases. + +I have given the Cowboy treatment to the Gun manual: +a separate page per function call with all kind +of useful information, including examples. Since +Gun provides an asynchronous interface, each message +also has a separate manual page. Check it out: +https://ninenines.eu/docs/en/gun/1.0/manual/ + +Gun 1.0 will be released once customers projects +are updated and I confirm everything works as intended. + +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. A new server was added last month and allows +me to test with additional Linux distributions Alpine, +CentOS and Debian. Thanks in advance! + +As usual, feedback is appreciated, and issues or +questions should be sent via Github tickets. Thanks! |