All Versions
46
Latest Version
Avg Release Cycle
42 days
Latest Release
1369 days ago

Changelog History
Page 1

  • v1.1.0 Changes

    September 04, 2019

    โž• Added

    • ๐Ÿ“„ Raxx.Request.uri/1 and docs for Raxx.Request module.

    ๐Ÿ”„ Changed

    • ๐Ÿ“„ Usage of iodata made more explicit in the docs.
  • v1.0.1 Changes

    May 01, 2019

    โž• Added

    • Typespec added for Raxx.request_port/2 so that return type is :inet.port_number not integer.
  • v1.0.0 Changes

    April 16, 2019

    โœ‚ Removed

    • ๐Ÿšš Config option for :extra_statuses removed.
    • Raxx.reason_phrase/1 returns nil for unknown status code.
    • โš  Warnings given when using Raxx.Server and Raxx.Router in the same module.
    • โš  Warnings given for implementing handle_request/2 in a module using Raxx.Server.
  • v1.0.0-rc.2 Changes

    December 29, 2017

    โž• Added

    • Types headers and body added to Raxx module.

    ๐Ÿ›  Fixed

    • Typespecs for Raxx.response/1 accepts atom identifiers for status codes.
    • Typespecs for Raxx.set_body/2 and Raxx.set_header/3 fixed to accept both Raxx message types.
  • v1.0.0-rc.1 Changes

    October 29, 2017

    ๐Ÿ”„ Changed

    • handle_headers has been renamed to handle_head. As previously decribed in README.

    ๐Ÿ›  Fixed

    • Informative error raised for returning incomplete response without new state
  • v1.0.0-rc.0 Changes

    October 16, 2017

    ๐Ÿ”„ Changed

    • Raxx.Trailer has been renamed to Raxx.Tail.
    • handle_trailers has been renamed to handle_tail.
    • Raxx.Fragment has been replaced by Raxx.Data.
    • handle_fragment has been replaced by handle_data

    โœ‚ Removed

    • ๐Ÿ—„ Specific header modules that were prevously deprecated.
      • Raxx.Connection
      • Raxx.ContentLength
      • Raxx.Location
      • Raxx.Referrer
      • Raxx.TransferEncoding
      • Raxx.UserAgent
  • v0.18.1 Changes

    February 19, 2019

    ๐Ÿ”„ Changed

    • Raxx.redirect/2 no longer adds a HTML body. The body can now be set with an option.

    โœ‚ Removed

    • EExHTML is no longer a dependency.
  • v0.18.0 Changes

    February 07, 2019

    โœ‚ Removed

    • Warnings to include raxx_logger and raxx_view.
    • mount field from Raxx.Request.
    • ๐Ÿ‘€ Raxx.BasicAuth see the BasicAuthentication extension in Raxx.Kit.
    • ๐Ÿ‘ Raxx.Session.SignedCookie no longer supported, to be added as extension.
    • ๐Ÿ‘ Raxx.SimpleClient no longer supported.
    • ๐Ÿ‘ Raxx.RequestID no longer supported.
  • v0.17.6 Changes

    February 05, 2019

    โœ‚ Removed

    • Raxx.View and Raxx.Layout extracted to separate extension project, use {:raxx_view, "~> 0.1.0"} for backwards compatable api.

    โž• Added

    • Raxx.Context for passing contextual information about the request/response.
  • v0.17.5 Changes

    February 04, 2019

    โœ‚ Removed

    • Raxx.Logger extracted to separate extension project, use {:raxx_logger, "~> 0.1.0"} for backwards compatable api.