Skip to content

v0.21.0

Compare
Choose a tag to compare
@gudmundur gudmundur released this 10 Jan 10:29
· 203 commits to main since this release
ced8bf0

Added

  • Optionally specify message on RescueError middleware to override the
    default error message for 500 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)