Skip to content

Releases: workos/workos-kotlin

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 support@workos.com 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

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)

v3.1.0-beta.user-management4

21 May 18:17
529cb8b
Compare
Choose a tag to compare
Pre-release

Added

  • Add organization membership deactivate and reactivate API methods (#226)

v3.1.0

07 May 16:43
a87ebf3
Compare
Choose a tag to compare

Added

  • Add domainData to Organization create and update methods, replacing deprecated domains (#223)

v3.1.0-beta.user-management3

03 May 20:15
4fe388c
Compare
Choose a tag to compare
Pre-release

Added

  • Added acceptInvitationUrl to invitation object returned by API (#221)
  • Added new event types: invitation.created and magic_auth.created (#221)
  • Added new endpoints for the Magic Auth API: getMagicAuth and createMagicAuth (#221)
  • Deprecation notice for sendMagicAuthCode method in favor of createMagicAuth (#221)

v3.1.0-beta.user-management2

26 Apr 19:25
1e23b03
Compare
Choose a tag to compare
Pre-release

Added

  • Add organization membership events (#218)

v3.1.0-beta.user-management1

25 Apr 13:43
1bf461f
Compare
Choose a tag to compare
Pre-release

User Management support: #212

V3.0.1

25 Mar 22:23
2522b5e
Compare
Choose a tag to compare

Fix pagination order issue.

v3.0.0

31 Jan 18:39
1545960
Compare
Choose a tag to compare

Updated

  • Replaced ConnectionType enum with string representation, allowing for new connection types.
  • Deprecated "suspended" state in the Directory Sync user object, consolidating into the "inactive" state.