All Versions
6
Latest Version
Avg Release Cycle
54 days
Latest Release
2763 days ago

Changelog History

  • v1.2.1 Changes

    September 25, 2016
    • Added query string and port to URL in incoming_request.
    • Macro incoming_request can now be used without any options.
    • Thanks again beno!
  • v1.2.0 Changes

    September 22, 2016
  • v1.1.0 Changes

    September 08, 2016
    • Added Rackla.Proxy to support SOCKS5 and HTTP tunnel proxies.
    • Added option :max_redirect to set the number of redirects.
    • Added option :force_redirect to force redirect (e.g. POST).
    • Added incoming_request to convert an incoming Plug request to a Rackla.Request.
    • Removed compiler warnings caused by Elixir 1.3.
    • Removed compiler warnings from tests.
    • Updated all dependencies.
    • Thanks JustMikey & beno!
  • v1.0.1 Changes

    September 08, 2016
    • Added option to follow redirect. Thanks bAmpT!
    • Updated all dependencies.
  • v1.0.0 Changes

    February 24, 2016
    • Version bumped to 1.0.0 since the code has been stable for a long time.
    • Since the Dict module is going to be deprecated in Elixir, Rackla will now strictly use Keyword and Map.
    • Using remix for automatic reloading recompiling. Thanks @pap and @alanpeabody!
    • Added dialyxir to make easier use of dialyzer during development.
    • Fixed a couple of type annotations.
    • Updated all dependencies.
  • v0.1.0 Changes

    • First public full featured release.