Skip to content

Tags: clerk/clerk-sdk-go

Tags

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Backport M2M and OAuth Application changes (#554)

* chore(m2m): support min remaining ttl for m2m token creation

* feat(oauthapplication): add DynamicallyRegistered filter to ListParams

* test(oauthapplication): add test for DynamicallyRegistered filter in List

* test(oauthapplication): add DynamicallyRegistered to List test

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Backport: Add support for managing custom organization roles and perm…

…issions (#477) (#490)

* ORGS-1009: Add support for managing custom organization roles and permissions (#477)

* feat: add to organization permission and role api

* test: add test suite for organization permission and organization role

* fix: remove trailling / from joinpath

* update v3 -> v2

---------

Co-authored-by: Gabriel Melo <gabrielpresb@gmail.com>

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Updating sdk to use the new API version (#465)

We want to update the sdk to use the new API version. This PR also
contains updates to some of the billing types reflected in the new
API version.

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for Billing endpoints (#443)

* Add support for Billing endpoints

* refactor: Rename commerce -> billing

* fix: make PlanID nullable to support planless subs

* refactor: remove unused struct

* fix: we will be using PaymentMethod from now on

* refactor: remove deprecated fields

* refactor: remove deprecated invoice field

* refactor: omitempty is useless when unmarshalling

* refactor: query strings don't need omitempty

* fix: several fix related to JSON tags

* test: fix after struct changes

* fix: Remove PayerType array

* fix: we are not returning null features

Co-authored-by: Paddy <paddy@carvers.com>

* fix: we are not returning null plans

Co-authored-by: Paddy <paddy@carvers.com>

* fix: we are not returning null subscription items

Co-authored-by: Paddy <paddy@carvers.com>

* fix: we are not returning null plans

Co-authored-by: Paddy <paddy@carvers.com>

* fix: remove currency deprecated fields

* test: fix

* fix: period_start cannot be null

---------

Co-authored-by: Paddy <paddy@carvers.com>

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(samlconnection): add `force_authn` handling (#446)

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
adding order by to m2m query (#436)

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Update changelog (#391)

v2.3.0

Toggle v2.3.0's commit message
Handles new JWT session token version

v2.2.0

Toggle v2.2.0's commit message
- Add support for bulk invitation creation with the `invitation.BulkC…

…reate` method.

- Add `NameQuery` to `user.ListParams`.

v2.1.1

Toggle v2.1.1's commit message
fix: Update list orgs endpoint to support elevated permissions check

feat: Updates User List to support created_at & last_active_at date filters (#348)