You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+79Lines changed: 79 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,51 @@
2
2
3
3
4
4
5
+
## v1.2.0 (2023-10-05)
6
+
7
+
### Feature
8
+
9
+
* feat: Add exception to handle API errors on signout ([`59b90d5`](https://github.com/supabase-community/gotrue-py/commit/59b90d545f59cb00b08b3a5c02edcd9a4a229538))
10
+
11
+
### Unknown
12
+
13
+
* Merge pull request #342 from supabase-community/silentworks/sign-out-exception-handling
14
+
15
+
feat: Add exception to handle API errors on signout ([`708859c`](https://github.com/supabase-community/gotrue-py/commit/708859c1fe12535910ef5d8385f42a6aabda2613))
16
+
17
+
* Update to use suppress instead of try except ([`2d964ad`](https://github.com/supabase-community/gotrue-py/commit/2d964ad892e3a40204904319d499f7da9aa9289a))
18
+
19
+
* Merge pull request #341 from supabase-community/silentworks/add-correct-semantic-release-vars
20
+
21
+
Add correct variables for semantic release ([`5155312`](https://github.com/supabase-community/gotrue-py/commit/5155312a31fd669a6f62616ea75036386a2fc004))
22
+
23
+
* Get pre-commit to ignore changelog ([`738602e`](https://github.com/supabase-community/gotrue-py/commit/738602ea6ba013ff9071115ee65842c26f4098cf))
24
+
25
+
* Add correct variables for semantic release ([`80b0e30`](https://github.com/supabase-community/gotrue-py/commit/80b0e30cc5ddf510f2ea1891aab247bde7c01ccc))
26
+
27
+
* Merge pull request #330 from supabase-community/dependabot/pip/cryptography-41.0.4
28
+
29
+
chore(deps-dev): bump cryptography from 41.0.3 to 41.0.4 ([`1bf3e5d`](https://github.com/supabase-community/gotrue-py/commit/1bf3e5dc03f9d0da1f939001ec120e1ef0c69420))
30
+
31
+
5
32
## v1.1.1 (2023-09-22)
6
33
7
34
### Chore
8
35
36
+
* chore(deps-dev): bump cryptography from 41.0.3 to 41.0.4
37
+
38
+
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4.
Automatically generated by python-semantic-release ([`152ed06`](https://github.com/supabase-community/gotrue-py/commit/152ed06f65369ad1f15e6d105bd9d93d1b79da12))
143
+
99
144
* Merge pull request #328 from supabase-community/feat/add-verify-token-hash
Automatically generated by python-semantic-release ([`ff35a92`](https://github.com/supabase-community/gotrue-py/commit/ff35a928ef5c5cb8a5559a122fe55a868be0c023))
231
+
183
232
* Merge pull request #307 from supabase-community/dependabot/github_actions/main/actions/checkout-4
184
233
185
234
chore(deps): bump actions/checkout from 3 to 4 ([`64c0c66`](https://github.com/supabase-community/gotrue-py/commit/64c0c66f452f5d149fcbe61dc88c74baf9056584))
Automatically generated by python-semantic-release ([`5cc198b`](https://github.com/supabase-community/gotrue-py/commit/5cc198b631189a0622a23b71e8d5a4acba1de005))
306
+
254
307
* Merge pull request #299 from supabase-community/j0/fix_version_toml
@@ -2844,6 +2897,10 @@ chore(deps-dev): bump pytest from 7.0.1 to 7.1.0 ([`657f07b`](https://github.com
2844
2897
2845
2898
### Chore
2846
2899
2900
+
* chore(release): bump version to v0.5.0
2901
+
2902
+
Automatically generated by python-semantic-release ([`888ba1b`](https://github.com/supabase-community/gotrue-py/commit/888ba1b9bcb8c4c89c3910408213053afac8e553))
2903
+
2847
2904
* chore: set upload_to_repository to true ([`6316827`](https://github.com/supabase-community/gotrue-py/commit/63168276afd5e7786c8c55baadceef6ad60ab14f))
2848
2905
2849
2906
* chore(deps-dev): bump pytest-asyncio from 0.17.1 to 0.17.2 (#73)
Automatically generated by python-semantic-release ([`d2e138c`](https://github.com/supabase-community/gotrue-py/commit/d2e138c8143cceab47dc6cd67089a53c0f259be9))
Automatically generated by python-semantic-release ([`5034285`](https://github.com/supabase-community/gotrue-py/commit/50342856e4823136890b98d38d306cd8a83708c2))
3009
+
2943
3010
* chore(deps-dev): bump pytest-asyncio from 0.16.0 to 0.17.0 (#67)
2944
3011
2945
3012
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.16.0 to 0.17.0.
Automatically generated by python-semantic-release ([`4b5ce2f`](https://github.com/supabase-community/gotrue-py/commit/4b5ce2f583ca84a972445a7cd08ffd44bbbb03c9))
3049
+
2979
3050
* chore: fix http warning use ([`19005e2`](https://github.com/supabase-community/gotrue-py/commit/19005e2b9715075a9fb9bb0a75b7b786b9710aac))
2980
3051
2981
3052
* chore: fix http warning use (#61)
@@ -2995,6 +3066,10 @@ because the intention is good but instead receives an annoying print. ([`ae20a8e
2995
3066
2996
3067
### Chore
2997
3068
3069
+
* chore(release): bump version to v0.3.3
3070
+
3071
+
Automatically generated by python-semantic-release ([`d355393`](https://github.com/supabase-community/gotrue-py/commit/d355393bacc339678543b2637dcc9295c41bc8b7))
* chore(deps): bump httpx from 0.21.2 to 0.21.3 (#60)
@@ -3094,6 +3169,10 @@ chore: fix rule in makefile ([`56fd621`](https://github.com/supabase-community/g
3094
3169
3095
3170
### Chore
3096
3171
3172
+
* chore(release): bump version to v0.3.2
3173
+
3174
+
Automatically generated by python-semantic-release ([`4183894`](https://github.com/supabase-community/gotrue-py/commit/41838949e87bd52c9c6a6522f477c93bfa0c21ca))
3175
+
3097
3176
* chore(deps): bump pydantic from 1.8.2 to 1.9.0
3098
3177
3099
3178
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.8.2 to 1.9.0.
0 commit comments