Releases: clerk/clerk-sdk-go
Release v1.42.0
What's Changed
- chore: Make our templates test resilient to change (#130)
- feat: Introduce new sync_user_attributes SAML Connection field and ability to update it (#135)
- feat: Update organization settings and organizations to include admin_delete_enabled (#134)
Full Changelog: v1.41.0...v1.42.0
Release v1.37.0
What's Changed
- chore: Update deprecated square/go-jose module by @gkats in #108
- chore: Add UserID as filter param at organizations by @AlexNti in #107
Full Changelog: v1.36.0...v1.37.0
1.36.0
1.28.1
Experimental Cookieless Development mode
v1.28.0 1.28.0
Auth v2
This release brings support for the new authentication scheme, named
Auth v2. For this purpose, two new middlewares are introduced:
- WithSessionV2()
- RequireSessionV2()
Clerk applications that use Auth v2 should use these middlewares. For
more info on Auth v2 refer to https://docs.clerk.dev/main-concepts/auth-v2.
This release contains no breaking changes.
1.1.0 alpha 2
Fixes
Full Changelog: v1.1.0-alpha.1...v1.1.0-alpha.2
Auth v2 alpha
This release brings support for the new authentication scheme, named
Auth v2. For this purpose, two new middlewares are introduced:
- WithSessionV2()
- RequireSessionV2()
Clerk applications that use Auth v2 should use these middlewares. For
more info on Auth v2 refer to https://docs.clerk.dev.
This release contains no breaking changes.
Rename Diahook to Svix
Diahook, our webhooks provider rebranded to Svix.
This release teaches the SDK to work with the new Svix Backend API endpoints.
Allow users filtering via email and phone number
The list users operation can now accept parameters to filter the returned users by email addresses and/or phone numbers.