Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

38 lines (25 loc) · 1.49 KB

Changelog

Next release

  • Add support for the OAuth Applications API. Added the oauthapplication package for API operations and a clerk.OAuthApplication type.

2.2.0

  • Add support for bulk invitation creation with the invitation.BulkCreate method.
  • Add NameQuery to user.ListParams.

2.1.1

  • Add EmailAddressQuery, PhoneNumberQuery and UsernameQuery to user.ListParams.
  • Add support for missing_member_with_elevated_permissions checks to the organization.List method.

2.1.0

  • Add support for sign in tokens API operations.
  • Add LegalAcceptedAt to User and the ability to SkipLegalChecks when creating or updating a User.
  • Add EmailAddressQuery, PhoneNumberQuery and UsernameQuery to user.ListParams.
  • Add RoleName field to OrganizationInvitation and OrganizationMembership.
  • 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 to organizationinvitation.RevokeParams.
  • Update go-jose dependency to v3.0.3.

2.0.9

2.0.4

  • Add IgnoreDotsForGmailAddresses field to InstanceRestrictions and instancesettings.UpdateRestrictionsParams (#293).

2.0.0

  • Initial version for changelog.
  • Complete rewrite, new library API.