Skip to content

Releases: Mastercard/oauth1-signer-java

v1.5.3

22 Mar 15:55
3913091
Compare
Choose a tag to compare

What's Changed

v1.5.2

25 Apr 13:41
Compare
Choose a tag to compare

v1.5.1

18 Nov 12:44
4353580
Compare
Choose a tag to compare
  • Added additional method to read certificates from a stream
  • Addressed CVE-2020-15250

v1.5.0

26 Aug 12:28
2da5c30
Compare
Choose a tag to compare
  • Added Java 13 and 14 to test environments
  • Bumped dependencies
  • Updated copyright

v1.4.0

16 Mar 16:11
3cd7a13
Compare
Choose a tag to compare
  • Wrong base URI string is calculated when the provided URI contains URL-encoded characters #18

v1.3.0

11 Feb 10:02
5c0fe60
Compare
Choose a tag to compare
  • Removed hardcoded provider names to support IBM providers and the IBM J9 VM (#17)

v1.2.4

13 Aug 13:18
a582acb
Compare
Choose a tag to compare
  • Added a signer class for Spring HTTP requests

v1.2.3

26 Apr 14:52
12fd77a
Compare
Choose a tag to compare
  • Fixed issue #12 (a wrong signature base string was generated when the provided URI contained non-encoded characters )

v1.2.2

07 Mar 14:26
36bcfda
Compare
Choose a tag to compare
  • The length of OAuth nonces was not always 16 characters
  • Fixed naming: HttpExecuteOAuth1Interceptor

v1.2.1

20 Feb 10:22
a860298
Compare
Choose a tag to compare
  • Fixed issue #9 (the length of OAuth nonces is now 16 characters)
  • Replaced SecurityUtils with AuthenticationUtils
  • Took Sonar reports into account