- Add support for the OAuth Applications API. Added the oauthapplication package for API operations and a clerk.OAuthApplication type.
- Add support for bulk invitation creation with the
invitation.BulkCreate
method. - Add
NameQuery
touser.ListParams
.
- Add
EmailAddressQuery
,PhoneNumberQuery
andUsernameQuery
touser.ListParams
. - Add support for
missing_member_with_elevated_permissions
checks to theorganization.List
method.
- Add support for sign in tokens API operations.
- Add
LegalAcceptedAt
toUser
and the ability toSkipLegalChecks
when creating or updating aUser
. - Add
EmailAddressQuery
,PhoneNumberQuery
andUsernameQuery
touser.ListParams
. - Add
RoleName
field toOrganizationInvitation
andOrganizationMembership
. - Add support for deleting a user's external account via the
user.DeleteExternalAccount
method. - Add support for listing all organization invitations for a user with the
user.ListOrganizationInvitations
method. - Add support for listing all organization invitations for an instance with the
organizationinvitation.ListFromInstance
method. - Add
RequestingUserID
parameter toorganizationinvitation.RevokeParams
. - Update go-jose dependency to v3.0.3.
- Add
IgnoreDotsForGmailAddresses
field toInstanceRestrictions
andinstancesettings.UpdateRestrictionsParams
(#293).
- Initial version for changelog.
- Complete rewrite, new library API.