Releases: Mastercard/oauth1-signer-ruby
Releases · Mastercard/oauth1-signer-ruby
v1.1.3
- Fixed #20 (Minor fixes for code optimisation, fix nonce generation to be secure)
- Removed support for Ruby 2.4
v1.1.2
- Fixed #14 ("Exception message: cannot load such file -- test/unit" in RubyMine)
- Fixed #16 (parameters should be sorted by name, using lexicographical byte value ordering)
v1.1.1
- Fixed #6 (hash should be taken on empty string when empty body)
- Added Ruby 2.7 to the test environments
- Added unit tests
- Clean-up
v1.1.0
Correct auth header format:
- Use double quotes instead of single quotes for auth parameters.
- Remove trailing spaces in the authorization header.
v1.0.1
- Added support for OpenAPI generated client libraries and updated README.md
- Updated gem package information
v1.0.0
- First version of the library