All Versions
70
Latest Version
Avg Release Cycle
31 days
Latest Release
1292 days ago

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.
  • v0.18.10 Changes

    February 16, 2020

    โž• Added

    • ๐Ÿ†• New option error_response for Ace.HTTP.Service.
  • 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.
  • 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.
  • 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.
  • v0.18.2 Changes

    January 04, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix incorrectly displayed warning from use Raxx.SimpleServer.