PocketBase - Package Updates
Pinned
PocketBase
-
-
-
This is great. Thanks!!
-
[0.7.0]
- Update pocketbase to 0.22.29
- Full Changelog
- (Backported from v0.23.11) Upgraded
golang.org/x/net
to 0.33.0 to fix CVE-2024-45338. - (Backported from v0.23.10) Renew the superuser file token cache when clicking on the thumb preview or download link (#6137).
- (Backported from v0.23.10) Upgraded
modernc.org/sqlite
to 1.34.3 to fix "disk io" error on arm64 systems. - Instead of unregistering the realtime client(s), we now just unset their auth state on delete of the related auth record so that the client(s) can receive the
delete
event (#5898). - (Backported from v0.23.0-rc) Added manual WAL checkpoints before creating the zip backup to minimize copying unnecessary data.
- Refresh the old collections state in the Import UI after successful import submission (#5861).
- Added randomized throttle on failed filter list requests as a very rudimentary measure since some security researches raised concern regarding the possibity of eventual side-channel attacks.