Skip to content

Releases: okta/okta-idx-java

4.0.0

20 Aug 15:55
okta-idx-java-root-4.0.0
7a1c552

Choose a tag to compare

What's Changed

New Contributors

  • @bjr-okta made their first contribution in #467

Full Changelog: okta-idx-java-root-3.0.7...okta-idx-java-root-4.0.0

3.0.7

12 Jul 17:13

Choose a tag to compare

What's Changed

Full Changelog: okta-idx-java-root-3.0.6...okta-idx-java-root-3.0.7

3.0.6

21 Jun 20:29

Choose a tag to compare

What's Changed

Full Changelog: okta-idx-java-root-3.0.5...okta-idx-java-root-3.0.6

3.0.5

21 Jun 16:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: okta-idx-java-root-3.0.4...okta-idx-java-root-3.0.5

3.0.4

17 Aug 00:05

Choose a tag to compare

What's Changed

  • Update README.md in #380
  • Upgrade appium lib to 8.1.1 in #383
  • Upgrade to Spring boot 2.7.2 and Okta Spring starter 2.1.5 in #384
  • Upgraded Spring test to 5.3.22 in #385
  • Make stateHandle pull from the first remediation in #376
  • Fix stateHandle for password recovery with identifier first flow. in #389
  • Update README.md in #388

3.0.3

21 Jul 15:34

Choose a tag to compare

  • Fixes the issue where the UserAgent header was not populated correctly with SDK project version #378

3.0.2

12 Jul 13:25

Choose a tag to compare

  • Fixes an issue with Recover Password flow where an incorrect stateHandle was set earlier. #373

3.0.1

21 Jun 13:55

Choose a tag to compare

  • Bug fix #354
  • Bumped Okta Java Mgmt SDK dependency to v8.2.1 #356
  • Bumped Spring Test to v5.3.19 #357
  • Added Security Qn Authenticator E2E Tests #358
  • Bumped Spring Boot to v2.7.0 #360
  • Bump appium java-client from v7.0.0 to v8.0.0 #361
  • Added openjdk18 to Travis build config #364
  • Bumped Jackson to v2.13.3 #368
  • Update Tomcat Embed dependency to v9.0.64 #371

3.0.0

05 May 11:19

Choose a tag to compare

  • Cleanup log spam #344
  • Expose User Info in AuthenticationResponse #345
  • Renamed Qrcode model to QrCode #346
  • Refresh interval in PollInfo object is now Duration type #348
  • Support added for the ability to set RequestContext at the begin of transaction. This request context allows the client to set supplemental headers such as Device Token, IP Address and User Agent and pass it to Okta. #326 #301

2.0.3

29 Apr 21:31

Choose a tag to compare

  • Various bug fixes and improvements.
  • Upgraded samples to Springboot 2.6.7 (#333)
  • Added Security Question Authenticator implementation to samples (#324)