fixed OAuth2 client secret reset when marshalizing a cached collection model

This commit is contained in:
Gani Georgiev
2026-03-27 23:56:17 +02:00
parent e5390c3d86
commit 45d353ffdb
3 changed files with 59 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
## v0.36.8
- Fixed OAuth2 client secret reset when marshalizing a cached collection model.
## v0.36.7
- Fixed high memory usage with large file uploads ([#7572](https://github.com/pocketbase/pocketbase/discussions/7572)).