Skip to content

Releases: duosecurity/duo_client_java

Version 0.8.0

Choose a tag to compare

@mihir-pradhan mihir-pradhan released this 26 Mar 16:13
38af299
  • Added configurable maximum backoff for rate limit retries
  • Fixed a connection leak where intermediate 429 responses were not closed before retry

Version 0.7.1

Choose a tag to compare

@AaronAtDuo AaronAtDuo released this 01 May 18:42
f269c28

Version 0.7.1

Changes:

  • Fix a problem with the certificate pinning

Version 0.7.0

Choose a tag to compare

@AaronAtDuo AaronAtDuo released this 30 Apr 19:09
667232d

Version 0.7.0

Changes

  • Use the most recent API authentication scheme for all API calls by default
  • Adds support for new Duo certificate authorities

Version 0.6.3

Choose a tag to compare

@AaronAtDuo AaronAtDuo released this 01 Aug 13:56
0bc02f2

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

Choose a tag to compare

@AaronAtDuo AaronAtDuo released this 10 Apr 15:39
1dd8032

Version 0.6.2

Changes:

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

Version 0.6.1

Choose a tag to compare

@AaronAtDuo AaronAtDuo released this 18 Jan 15:09
a3c7d42

Changes:

  • Updated a number of dependency versions to resolve CVEs

Version 0.6.0

Choose a tag to compare

@yizshi yizshi released this 17 Apr 15:27
74b071c
  • 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

Choose a tag to compare

@AaronAtDuo AaronAtDuo released this 16 Feb 15:12
492e9c9

Version 0.5.1

Changes

  • Use the SHA512 algorithm for creating API call authentication header

Version 0.5.0

Choose a tag to compare

@AaronAtDuo AaronAtDuo released this 07 Jan 19:39
8b5041f

Moved to a Builder for the client Http class.

Added certificate pinning and a default set of trusted certificates

Version 0.4.0

Choose a tag to compare

@AaronAtDuo AaronAtDuo released this 23 Sep 17:05
d4588f5
Merge pull request #27 from AaronAtDuo/master

Version 0.4.0 bump