Releases: workos/workos-go
Releases · workos/workos-go
v4.0.0
v3.2.0
v3.1.0
Added
- Stable release of
usermanagement
package, a wrapper around the User Management API - Added all supported directory types (#296)
Removed
- Removed SCIM v1 directory types, which are no longer supported (#296)
Upgrading from Beta User Management API
If you're upgrading from a beta version of the User Management API, contact us at [email protected] for a full changelog and assistance upgrading.
Full Changelog: v3.0.0...v3.1.0
v3.0.0
Removed
- [Breaking Change] Removed deprecated Audit Trail package (#279)
- [Breaking Change] Removed beta version of the
users
package. Stable User Management release coming soon! (#279)
Full Changelog: v2.4.2...v3.0.0
v2.4.2
v2.4.1
What's Changed
- Add User Management Constants
v2.4.0
What's Changed
- Add events as string constants
v2.3.0
What's Changed
- Rename
AuthenticateUserWithToken
toAuthenticateUserWithCode
#242 - Drop session endpoints #243
- Remove
MagicAuthChallenge
from public interface #244 - User type updates #245
- Fix authenticate methods #246
- Add
Users.DeleteUser()
method #247 - Fix
Users.UpdateUserPassword()
path #250 - Update Email Verification methods #251
- Rename
AuthenticateUserWith_
toAuthenticateWith_
#252 - Adds missing tests for
AuthenticateWithMagicAuth
andSendMagicAuthCode
#253 - Add
users.EnrollAuthFactor()
method #254 - Add
users.ListAuthFactor()
method #255 - Add
users.AuthenticateWithTOTP()
method #256 - Rename password reset methods #257
- Update /users/magic_auth/send to take
email
rather thanemail_address
#258 - Fix
SendMagicAuthCode
response type #259 - Fix
users.ListAuthFactor()
return type #260