v2.0
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_dataconfiguration option