Skip to content

Releases: workos/workos-kotlin

v4.5.0

21 Oct 23:46
69c4356
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.4.0...v4.5.0

v4.4.0

17 Oct 16:44
4387a81
Compare
Choose a tag to compare

What's Changed

  • Add ProfileRole property in #252

Full Changelog: v4.3.1...v4.4.0

v4.3.1

13 Sep 20:55
b4894a0
Compare
Choose a tag to compare

Fixed

  • Fixed FGA query method to make correct requests #250

v4.3.0

26 Aug 14:55
945cec6
Compare
Choose a tag to compare

Added

  • Added support for authentication.sso_failed and authentication.oauth_failed events (#248)

v4.2.1

14 Aug 21:16
3a3a3e2
Compare
Choose a tag to compare

Added

  • Add warrant token support to listWarrants [#246]

v4.2.0

14 Aug 00:10
318b330
Compare
Choose a tag to compare

Added

  • Add support for FGA endpoints with request retries (#244)

v4.1.0

08 Aug 22:16
edbb508
Compare
Choose a tag to compare

Added

  • Add organizationId parameter for refresh_token authentication method (#242)

v4.0.0

19 Jul 12:31
183792d
Compare
Choose a tag to compare

This is a major release of the WorkOS Kotlin SDK that may contain breaking changes for your application. Please carefully read these release notes and contact [email protected] if you encounter any issues.

What's Changed

New Contributors

Full Changelog: v3.1.0...v4.0.0

v3.1.0-beta.user-management6

21 Jun 09:53
0f5e867
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Add find invitation by token method by @blairlunceford in #230
  • Fix list endpoints by @PaulAsjes in #236
  • v3.1.0-beta.user-management6 by @blairlunceford in #233

New Contributors

Full Changelog: v3.1.0-beta.user-management5...v3.1.0-beta.user-management6

v3.1.0-beta.user-management5

24 May 21:02
8103ddd
Compare
Choose a tag to compare
Pre-release

Added

  • Added inviterUserId to invitation object returned by API (#228)
  • Support email_verification.created and password_reset.created events (#228)
  • Added new endpoints to the User Management API to support sending your own emails: getEmailVerification, getPasswordReset, and createPasswordReset (#228)
  • Deprecation notice for the sendPasswordResetEmail method in favor of createPasswordReset (#228)