synced with master

This commit is contained in:
Gani Georgiev
2025-03-29 10:46:42 +02:00
6 changed files with 18 additions and 6 deletions

View File

@@ -7,6 +7,13 @@
- Minor UI fixes (_removed the superuser fields from the auth record create/update examples, etc._).
## v0.26.6
- Allow OIDC `email_verified` to be int or boolean string since some OIDC providers like AWS Cognito has non-standard userinfo response ([#6657](https://github.com/pocketbase/pocketbase/pull/6657)).
- Updated `modernc.org/sqlite` to 1.36.3.
## v0.26.5
- Fixed canonical URI parts escaping when generating the S3 request signature ([#6654](https://github.com/pocketbase/pocketbase/issues/6654)).