All Versions
46
Latest Version
Avg Release Cycle
42 days
Latest Release
1369 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.0 Changes
September 04, 2019โ Added
- ๐
Raxx.Request.uri/1
and docs forRaxx.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
notinteger
.
- Typespec added for
-
v1.0.0 Changes
April 16, 2019โ Removed
- ๐ Config option for
:extra_statuses
removed. Raxx.reason_phrase/1
returnsnil
for unknown status code.- โ Warnings given when using
Raxx.Server
andRaxx.Router
in the same module. - โ Warnings given for implementing
handle_request/2
in a module usingRaxx.Server
.
- ๐ Config option for
-
v1.0.0-rc.2 Changes
December 29, 2017โ Added
- Types
headers
andbody
added toRaxx
module.
๐ Fixed
- Typespecs for
Raxx.response/1
accepts atom identifiers for status codes. - Typespecs for
Raxx.set_body/2
andRaxx.set_header/3
fixed to accept both Raxx message types.
- Types
-
v1.0.0-rc.1 Changes
October 29, 2017๐ Changed
handle_headers
has been renamed tohandle_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 toRaxx.Tail
.handle_trailers
has been renamed tohandle_tail
.Raxx.Fragment
has been replaced byRaxx.Data
.handle_fragment
has been replaced byhandle_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
andraxx_view
. mount
field fromRaxx.Request
.- ๐
Raxx.BasicAuth
see the BasicAuthentication extension inRaxx.Kit
. - ๐
Raxx.Session.SignedCookie
no longer supported, to be added as extension. - ๐
Raxx.SimpleClient
no longer supported. - ๐
Raxx.RequestID
no longer supported.
- Warnings to include
-
v0.17.6 Changes
February 05, 2019โ Removed
Raxx.View
andRaxx.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.