Skip to content

Releases: duosecurity/duo_client_java

Version 0.6.3

01 Aug 13:56
0bc02f2
Compare
Choose a tag to compare

Version 0.6.3

Changes:

  • Fixed a bug where an empty 'code' value from Duo would cause an unchecked JSON exception

Version 0.6.2

10 Apr 15:39
1dd8032
Compare
Choose a tag to compare

Version 0.6.2

Changes:

  • Fixes a bug with windows-style line endings causing invalid HMAC signatures

Version 0.6.1

18 Jan 15:09
a3c7d42
Compare
Choose a tag to compare

Changes:

  • Updated a number of dependency versions to resolve CVEs

Version 0.6.0

17 Apr 15:27
74b071c
Compare
Choose a tag to compare
  • Added support for latest version of Duo's API call signing algorithm, including
    • Support for additional headers
    • Support for non-String type call parameters
  • Created dedicated Admin, Accounts, and Auth API client classes
  • Defaulted Admin client to use latest version of Duo API signing
  • Added support for Java 17
  • Added example for SSO integration calls with the new Admin client
  • Various code cleanups and dependency updates

Version 0.5.1

16 Feb 15:12
492e9c9
Compare
Choose a tag to compare

Version 0.5.1

Changes

  • Use the SHA512 algorithm for creating API call authentication header

Version 0.5.0

07 Jan 19:39
8b5041f
Compare
Choose a tag to compare

Moved to a Builder for the client Http class.

Added certificate pinning and a default set of trusted certificates

Version 0.4.0

23 Sep 17:05
d4588f5
Compare
Choose a tag to compare
Merge pull request #27 from AaronAtDuo/master

Version 0.4.0 bump

Duo_client_java-0.2.2

30 May 15:35
Compare
Choose a tag to compare

Duo Security Java API client library