All Versions
6
Latest Version
Avg Release Cycle
54 days
Latest Release
3135 days ago
Changelog History
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- Rackla can now be included as a proper library application in production builds.
- Code base has been split:
- Rackla: https://github.com/AntonFagerberg/rackla (Rackla code used to build the library).
- Rackla skeleton: https://github.com/AntonFagerberg/rackla_skeleton (skeleton implementation using Rackla as a library).
- Thanks again beno!
-
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 useKeyword
andMap
. - 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.