Skip to content

v2.0

Choose a tag to compare

@UberMouse UberMouse released this 19 Apr 21:22
· 244 commits to master since this release

With the 2.0 release, we are taking this opportunity to drop support for Ruby 1.9.3

Bugfixes:

  • Fix broken handling of raw request body reading in Rack applications (#116)
    • This is a breaking change to how raw data was being read before so it requires a major version bump
    • Raw request data reading is now disabled by default and can be enabled via the record_raw_data configuration option