v0.3.0
Changed
-
BREAKING CHANGE: Pass
headers
parameter to registeredBodyParsers
. (@skryukov)# Before: Skooma::BodyParsers.register("application/xml", ->(body) { Hash.from_xml(body) }) # After: Skooma::BodyParsers.register("application/xml", ->(body, headers:) { Hash.from_xml(body) })
Fixed
- Fix wrong path when combined with Rails exceptions_app. (@ursm)
New Contributors
Full Changelog: v0.2.2...v0.3.0