Changelog
0.6.3
Remove addressable gem since it does not support nested query parameters any more (see PR #20,
curtesy of @gregory-m)
0.6.2
Prevent timing sidechannel attacks, see #16
Fix missing default timestamp, thanks to @darrinholst. (see PR #17)
0.6.1
Fix exception on HMAC::Signer when url without query string is given
0.6.0
Fix failing tests on travis.
Fix crash on jruby >= 1.6.6
Short circuit signature validation if no authentication parameters were given (Thanks to @skade)
Add :ignore_params
to instruct the signer to drop parameters (Thanks to @skade)
0.5.5 issue 12: fixes errors in header-based authentication
0.5.4 added :method option for Signer#sign_request (#11) (Thanks to @neerfri)