1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-04-09 17:34:04 +02:00

updated changelog

This commit is contained in:
Gani Georgiev 2024-02-07 20:15:17 +02:00
parent ed9cc2f33c
commit 41aa9b189c

View File

@ -1,8 +1,12 @@
## v0.21.2
- Fixed `@request.auth.*` initialization side-effect which caused the current authenticated user email to not being returned the user auth response ([#2173](https://github.com/pocketbase/pocketbase/issues/2173#issuecomment-1932332038)).
- Fixed `@request.auth.*` initialization side-effect which caused the current authenticated user email to not being returned in the user auth response ([#2173](https://github.com/pocketbase/pocketbase/issues/2173#issuecomment-1932332038)).
_The current authenticated user email should be accessible always no matter of the `emailVisibility` state._
- Fixed `RecordUpsert.RemoveFiles` godoc example.
- Bumped to `NumCPU()+2` the `thumbGenSem` limit as some users reported that it was too restrictive.
## v0.21.1