From 41aa9b189cffab14b045abf18b26ecfd82a6477b Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Wed, 7 Feb 2024 20:15:17 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1755fb2..0b179575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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