Releases: supabase-community/gotrue-go
v1.2.1
What's Changed
- Update GoTrue version under test and fix tests by @kwoodhouse93 in #8
- Replace all usage of ioutil.ReadAll by @kwoodhouse93 in #9
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Add ExpiresAt to Session struct by @JamieCrisman in #4
New Contributors
- @JamieCrisman made their first contribution in #4
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.1
A new patch to support the move from kwoodhouse93/gotrue-go
to supabase-community/gotrue-go
.
v1.0.0
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 customCheckRedirect
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 CaptchaSecurityEmbed
is no longer required for GoTrue server versions beyond2.30.1
.
v0.2.0
Adds support for Captcha, and the new POST /sso
endpoint added in v2.27.0 of GoTrue
v0.1.0
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