PocketBase - Package Updates
Pinned
PocketBase
-
[0.9.1]
- Update pocketbase to 0.24.2
- Full Changelog
- Fixed display fields extraction when there are multiple "Presentable"
relation
fields 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_required
for 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.GetUploadedFiles
in favor ofRecord.GetUnsavedFiles
to minimize the ambiguities what the method do (#6269). - Replaced archived
github.com/AlecAivazis/survey
dependency with a simplerosutils.YesNoPrompt(message, fallback)
helper. - Upgraded to
golang-jwt/jwt/v5
. - Added JSVM
new Timezone(name)
binding for constructingtime.Location
value (#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
bool
exists db scans withint
for 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-v2
checksum 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-v2
to 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_modules
directories. - Updated
modernc.org/sqlite
andmodernc.org/libc
dependencies.
-
[1.1.5]
- Update pocketbase to 0.25.6
- Full Changelog
- Restore the missing
meta.isNew
field 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).