Skip to content

Releases: tigrisdata/gotrue

v1.0.0-beta.9

23 Mar 19:25
e9df8b5
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

1.0.0-beta.9 (2023-03-23)

Bug Fixes

v1.0.0-beta.8

16 Mar 14:00
8052cc5
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

1.0.0-beta.8 (2023-03-16)

Bug Fixes

  • Added more logs around auth failure for /token calls (#55) (4516e74)

v1.0.0-beta.7

15 Mar 19:23
fe96018
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

1.0.0-beta.7 (2023-03-15)

Features

v1.0.0-beta.6

14 Mar 21:27
2842b78
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2023-03-14)

Bug Fixes

v1.0.0-beta.5

14 Mar 21:09
2ac7092
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2023-03-14)

Bug Fixes

  • Attempting to fix CI for release with fetch tags (#49) (57e9a7a)

v1.0.0-beta.4

14 Mar 20:56
be9b9d4
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2023-03-14)

Bug Fixes

  • Upgrade gotrue's base image to mitigate security vulnerability (#47) (ff3aa86)

v1.0.0-beta.3

14 Mar 20:45
18065b5
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2023-03-14)

Bug Fixes

  • Fix CI to checkout the entire repo (no shallow checkout) (#45) (468ddb2)

v1.0.0-beta.2

14 Mar 16:30
b2baada
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2023-03-14)

Bug Fixes

  • Empty commit to trigger release CI (042f0d8)

v1.0.0-beta.1

14 Mar 14:47
92a6d97
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2023-03-14)

Bug Fixes

  • add empty emails checks (53ecf93)
  • add gitlab types and handle primary email confirmation (ab65ec9)
  • Added test to inspect jwks endpoint (#4) (7140776)
  • adding more logging during tigris client creation (#10) (f678696)
  • Always pull latest tigris image to test against (#11) (76a1b5d)
  • cleanup unused const (6349ed1)
  • Connection retries, Dockerfile fixes (#18) (975c985)
  • docker image build (f05da8e)
  • external-gitlab: don't override primary email with additional emails (5a4eddd)
  • Fixed empty response to empty array (#25) (b385c0b)
  • Fixed tests (e89c32d)
  • Fixed the create user script and renamed env vars (#19) (760e8f8)
  • Fixed the create user script for ash (#20) (77671de)
  • Fixed tigris filled createdAt and updatedAt field for User model (#24) (e29864d)
  • Ignore the superadmin user creation error (#21) (8964dce)
  • List app keys filter by tigris project (#22) (add0f1e)
  • new external open signups (184a1fb)
  • search existing users by verified emails, unless Autoconfirm is true (9af1d1e)
  • support multiple emails for external providers (9d3195a)
  • Support RS256 verification and customized JWT for Tigris (#2) (8face10)
  • Switching tigris driver to use HTTP+JSON transport setup (#30) (c5c7015)
  • Testing the github workflow trigger (#5) (180faa2)
  • Update CODEOWNERS (162c854)
  • Upgrade Tigris client (#31) (024a86d)
  • Upgrade tigris-client (#33) (0939067)
  • Various fixes (DB, Schema, Email lookup, Encryption) (#17) (cb1782a)

Features

  • Added support for RSA token signature and added JWKS endpoint (#1) (094b6b1)
  • Replace MySQL with Tigris backend (1c416c2)
  • Support raw JWT based auth for Tigris (#27) (15bdc17)