v0.21.0
Added
- Optionally specify
message
onRescueError
middleware to override the
default error message for500 Internal Server Error
.
(#276)
Changed
- Ruby 2.3.3 is now the default, also brings in Ruby 2.3 to Travis CI matrix.
(#290) - Add deprecation note to
Pliny::ConfigHelpers
,Pliny::CastingConfigHelpers
is the preferred way.
(#292)
Fixed
- Handle empty
rack_env
when passing to Rollbar reporter.
(#291)