Skip to content

Releases: clerk/clerk-sdk-go

v2.3.1

15 Apr 06:56
06643fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

Release v1.42.0

05 Jun 18:11
Compare
Choose a tag to compare

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

20 Mar 10:32
Compare
Choose a tag to compare

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

13 Mar 10:05
Compare
Choose a tag to compare

Fixes

  • Interstitial on failed cookie token verification (#103)

1.28.1

13 Dec 12:04
v1.28.1
Compare
Choose a tag to compare

Fixes

  • Respect verify token options in middleware (#85)

Experimental Cookieless Development mode

18 Nov 09:32
v1.28.0
Compare
Choose a tag to compare

Auth v2

21 Oct 09:36
Compare
Choose a tag to compare

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

20 Oct 10:39
Compare
Choose a tag to compare
1.1.0 alpha 2 Pre-release
Pre-release

Fixes

  • Convert RequireSessionV2 to a proper middleware by @agis in #26

Full Changelog: v1.1.0-alpha.1...v1.1.0-alpha.2

Auth v2 alpha

20 Oct 10:13
Compare
Choose a tag to compare
Auth v2 alpha Pre-release
Pre-release

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

26 May 15:10
Compare
Choose a tag to compare

Diahook, our webhooks provider rebranded to Svix.

This release teaches the SDK to work with the new Svix Backend API endpoints.