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.
-
[0.8.0]
- Update pocketbase to 0.24.1
- Full Changelog
- Added missing time macros in the UI autocomplete.
- Fixed JSVM types for structs and functions with multiple generic parameters.
- Removed the "dry submit" when executing the collections Create API rule
- Changed the type definition of
store.Store[T any]
tostore.Store[K comparable, T any]
to allow support for custom store key types. - Added
@yesterday
and@tomorrow
datetime filter macros. - Added
:lower
filter modifier (e.g.title:lower = "lorem"
). - Added
mailer.Message.InlineAttachments
field for attaching inline files to an email (aka.cid
links). - Added cache for the JSVM
arrayOf(m)
,DynamicModel
, etc. dynamicreflect
created types. - Added auth collection select for the settings "Send test email" popup (#6166).
-
[0.9.0]
- configure mail using email addon