PocketBase - Package Updates
-
G girish forked this topic on
-
This is great. Thanks!!
-
[0.7.0]
- Update pocketbase to 0.22.29
- Full Changelog
- (Backported from v0.23.11) Upgraded
golang.org/x/netto 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/sqliteto 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
deleteevent (#β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
@yesterdayand@tomorrowdatetime filter macros. - Added
:lowerfilter modifier (e.g.title:lower = "lorem"). - Added
mailer.Message.InlineAttachmentsfield for attaching inline files to an email (aka.cidlinks). - Added cache for the JSVM
arrayOf(m),DynamicModel, etc. dynamicreflectcreated types. - Added auth collection select for the settings "Send test email" popup (#β6166).
-
[0.9.0]
- configure mail using email addon
-
[0.9.1]
- Update pocketbase to 0.24.2
- Full Changelog
- Fixed display fields extraction when there are multiple "Presentable"
relationfields in a single related collection (#β6229).
-
[0.9.2]
- Update pocketbase to 0.24.3
- Full Changelog
- Fixed incorrectly reported unique validator error for fields starting with name of another field (#β6281; thanks @βsvobol13).
- Reload the created/edited records data in the RecordsPicker UI.
- Updated Go dependencies.
-
[1.0.0]
- Update pocketbase to 0.24.4
- Full Changelog
- Initial stable release
- Fixed fields extraction for view query with nested comments (#β6309).
- Bumped GitHub action min Go version to 1.23.5 as it comes with some minor security fixes.
-
[1.1.0]
- Update pocketbase to 0.25.0
- Full Changelog
- Upgraded Google OAuth2 auth, token and userinfo endpoints to their latest versions.
- Added Trakt OAuth2 provider (#β6338; thanks @βaidan-)
- Added support for case-insensitive password auth based on the related UNIQUE index field collation (#β6337).
- Enforced
when_requiredfor the new AWS SDK request and response checksum validations to allow other non-AWS vendors to catch up with new AWS SDK changes (see #β6313 and aws/aws-sdk-go-v2#2960). - Soft-deprecated
Record.GetUploadedFilesin favor ofRecord.GetUnsavedFilesto minimize the ambiguities what the method do (#β6269). - Replaced archived
github.com/AlecAivazis/surveydependency with a simplerosutils.YesNoPrompt(message, fallback)helper. - Upgraded to
golang-jwt/jwt/v5. - Added JSVM
new Timezone(name)binding for constructingtime.Locationvalue (#β6219). - Added
inflector.Camelize(str)andinflector.Singularize(str)helper methods. - Use the non-transactional app instance during the realtime records delete access checks to ensure that cascade deleted records with API rules relying on the parent will be resolved.
- Other minor improvements (replaced all
boolexists db scans withintfor broader drivers compatibility, updated API Preview sample error responses, updated UI dependencies, etc.)
-
[1.1.1]
- Update pocketbase to 0.25.1
- Full Changelog
- Fixed the batch API Preview success sample response.
- Bumped GitHub action min Go version to 1.23.6 as it comes with a minor security fix for the ppc64le build.
-
[1.1.2]
- Update pocketbase to 0.25.3
- Full Changelog
- Added a temporary exception for Backblaze S3 endpoints to exclude the new
aws-sdk-go-v2checksum headers (#β6440). - Fixed realtime delete event not being fired for
RecordProxy-ies and added basic realtime record resolve automated tests (#β6433).
-
[1.1.3]
- Update pocketbase to 0.25.4
- Full Changelog
- Downgraded
aws-sdk-go-v2to the version before the default data integrity checks because there have been reports for non-AWS S3 providers in addition to Backblaze (IDrive, R2) that no longer or partially work with the latest AWS SDK changes.
-
[1.1.4]
- Update pocketbase to 0.25.5
- Full Changelog
- Set the current working directory as a default goja script path when executing inline JS strings to allow
require(m)traversing parentnode_modulesdirectories. - Updated
modernc.org/sqliteandmodernc.org/libcdependencies.
-
[1.1.5]
- Update pocketbase to 0.25.6
- Full Changelog
- Restore the missing
meta.isNewfield of the OAuth2 success response (#β6490). - Updated npm dependencies.
-
[1.1.6]
- Update pocketbase to 0.25.7
- Full Changelog
- Fixed
@request.body.jsonObjOrArr.*values extraction (#β6493).
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better π
Register Login