Releases: workos/workos-kotlin
Releases · workos/workos-kotlin
v4.0.0
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
- Deprecate
allowProfilesOutsideOrganizationoption by @mthadley in #235 - Add AppleOAuth to comments by @gcarvelli in #234
- Add User Management by @PaulAsjes in #238
New Contributors
- @gcarvelli made their first contribution in #234
Full Changelog: v3.1.0...v4.0.0
v3.1.0-beta.user-management6
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
- @PaulAsjes made their first contribution in #236
Full Changelog: v3.1.0-beta.user-management5...v3.1.0-beta.user-management6
v3.1.0-beta.user-management5
Added
- Added
inviterUserIdto invitation object returned by API (#228) - Support
email_verification.createdandpassword_reset.createdevents (#228) - Added new endpoints to the User Management API to support sending your own emails:
getEmailVerification,getPasswordReset, andcreatePasswordReset(#228) - Deprecation notice for the
sendPasswordResetEmailmethod in favor ofcreatePasswordReset(#228)
v3.1.0-beta.user-management4
Added
- Add organization membership deactivate and reactivate API methods (#226)
v3.1.0
v3.1.0-beta.user-management3
Added
- Added
acceptInvitationUrlto invitation object returned by API (#221) - Added new event types:
invitation.createdandmagic_auth.created(#221) - Added new endpoints for the Magic Auth API:
getMagicAuthandcreateMagicAuth(#221) - Deprecation notice for
sendMagicAuthCodemethod in favor ofcreateMagicAuth(#221)
v3.1.0-beta.user-management2
Added
- Add organization membership events (#218)
v3.1.0-beta.user-management1
User Management support: #212
V3.0.1
v3.0.0
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.