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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
<!--next-version-placeholder-->
4
4
5
+
## v0.5.1 (2022-07-04)
6
+
### Fix
7
+
* Upgrade dependencies and fix config tests ([#126](https://github.com/supabase-community/gotrue-py/pull/126))
8
+
5
9
## v0.5.0 (2022-01-20)
6
10
### Feature
7
11
* Add create user param to sign in ([#75](https://github.com/supabase-community/gotrue-py/issues/75)) ([`57ec6d8`](https://github.com/supabase-community/gotrue-py/commit/57ec6d8efe1233c1b90a8585045e6f85a4a3c17b))
@@ -70,7 +74,7 @@
70
74
* error in remove_item of memory storage
71
75
* cycle of references between helpers and types
72
76
* use environ vars only if present
73
-
* reinstate lib __init__.py
77
+
* reinstate lib **init**.py
74
78
* reinstate lib.constants
75
79
* readjust indent in ci.yml
76
80
@@ -85,13 +89,13 @@
85
89
* add datetime and uuid types
86
90
* add pyupgrade pre-commit hook
87
91
* migrate types to pydantic models
88
-
* unify logic of __recover_session and __recover_and_refresh
92
+
* unify logic of __recover_session and__recover_and_refresh
89
93
* uuid4().hex instead of str(uuid4()) in _sync client
90
94
* uuid4().hex instead of str(uuid4())
91
95
* add --ignore-init-module-imports to .pre-commit-config.yaml
92
96
* add end-of-file-fixer to .pre-commit-config.yaml
0 commit comments