- Fix a bug in the ActionController request driver where calculated_md5 was incorrect in certain scenarios. (#53 karl-petter)
- Fix a bug where ApiAuth.authentic? would cause an ArgumentError when given a request with an invalid date in the date header. It will now return false instead. (#51 Nakort)
- Fix a bug in the Net::HTTP request driver where the md5 isn't calculated
correctly when the content of the request is set with the
.body_stream
method. (#49 adamcrown)
- Update action controller request driver to fix a bug with OLD versions of Rails using CGI
- Fix Rest Client driver to account for the generated date when signing (cjeeky)
- Fix Rest Client driver to account for the generated md5 when signing (#45 cjeeky)
- Support for testing against Rails 4.1 (#42 awendt)
- Support all requests inheriting from Rack::Request (#43 mcls)
- Fix ruby 1.8.7 support
- Test / support all major versions of rails 2.3 - 4.0
- Add support for sinatra requests
- Add support for HTTPI requests