[#1291] fixed nested tx deadlock when creating new user with OAuth2

This commit is contained in:
Gani Georgiev
2022-12-18 11:11:34 +02:00
parent 84ba89d5af
commit bd16680548
3 changed files with 63 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
## v0.10.1
- Fixed nested transactions deadlock when authenticating with OAuth2 ([#1291](https://github.com/pocketbase/pocketbase/issues/1291)).
## v0.10.0
- Added `/api/health` endpoint (thanks @MarvinJWendt).