All Versions
70
Latest Version
Avg Release Cycle
31 days
Latest Release
1292 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.19.0 Changes
March 16, 2020๐ This release requires Elixir v1.9 and later. For earlier Elixir versions, use Ace ~> 0.18.0.
๐ Fixed
- Fix depecration warnings from
:simple_one_to_one
Supervisor strategy.
- Fix depecration warnings from
-
v0.18.10 Changes
February 16, 2020โ Added
- ๐ New option
error_response
forAce.HTTP.Service
.
- ๐ New option
-
v0.18.9 Changes
October 30, 2019๐ Changed
- ๐ Allow the users to specify socket options and opt out of HTTP/1.1 or HTTP2.
๐ Fixed
- ๐ Fix dialyzer warning about
:elixir_errors.warn
on Elixir >= 1.9.0
-
v0.18.8 Changes
April 29, 2019๐ Fixed
- HTTP2 connection handles case when peer cleanly closes connection.
-
v0.18.7 Changes
April 25, 2019๐ Fixed
- Correctly handle paths beginning with
//
. GET
requests with a body are handled correctly.- ๐ Unsupported methods are handled and return a 501 status response.
- Correctly handle paths beginning with
-
v0.18.6 Changes
April 16, 2019โ Added
- ๐ Support for raxx 1.0.0.
-
v0.18.5 Changes
March 19, 2019๐ Fixed
- ๐ Correctly handled
te
header when parsing HTTP/2 requests.
- ๐ Correctly handled
-
v0.18.4 Changes
February 07, 2019โ Added
- ๐ Support for raxx 0.18.0.
-
v0.18.3 Changes
January 31, 2019๐ Fixed
- ๐ Fixed
Ace.HTTP2.Connection
to handle application data sent as iolist.
- ๐ Fixed
-
v0.18.2 Changes
January 04, 2019๐ Fixed
- ๐ Fix incorrectly displayed warning from
use Raxx.SimpleServer
.
- ๐ Fix incorrectly displayed warning from