Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Releases: supabase-community/gotrue-go

v1.2.1

28 Jul 15:13
9f8e4dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

26 Jan 12:38
6883139
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Aug 14:19
eb1c40f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

14 Dec 09:15
Compare
Choose a tag to compare

A new patch to support the move from kwoodhouse93/gotrue-go to supabase-community/gotrue-go.

v1.0.0

11 Nov 09:41
Compare
Choose a tag to compare

This is the V1 release.

A note on versioning

I considered setting release tags to track the server versions they are tested against, e.g. this release would be v2.30.2.

But the changes made to support GoTrue v2.28.0 have been a breaking change for this client library. That change could have been made in a way that wasn't a breaking change, but it will still be good to have the flexibility to make non-breaking or breaking changes independently of the upstream server, should it be required

Changelog:

  • Adds support for using GoTrue's mechanism for skipping HTTP redirects on POST /sso. This was previously possible in the client by passing a custom HTTP client with a custom CheckRedirect function, but GoTrue can now return a JSON response containing a URL, which is likely more convenient than parsing a HTTP response
  • Adds a note to the VerifyForUserRequest to say that the Captcha SecurityEmbed is no longer required for GoTrue server versions beyond 2.30.1.

v0.2.0

08 Nov 11:56
Compare
Choose a tag to compare

Adds support for Captcha, and the new POST /sso endpoint added in v2.27.0 of GoTrue

v0.1.0

07 Nov 14:41
Compare
Choose a tag to compare

This release includes support for the majority of GoTrue functionality, except:

Not supported:

  • Captcha

Limited support:

  • SAML SSO

This version of the client is developed and tested against https://github.com/supabase/gotrue/releases/tag/v2.25.1