PocketBase - Package Updates
Pinned
PocketBase
-
[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).
-
[1.1.7]
- Update pocketbase to 0.25.8
- Full Changelog
- Added a default leeway of 5 minutes for the Apple/OIDC
id_token
timestamp claims check to account for clock-skew (#6529).
-
[1.1.8]
- Update pocketbase to 0.25.9
- Full Changelog
- Fixed
DynamicModel
object/array props reflect type caching (#6563).
-
[1.2.0]
- Update base image to 5.0.0
-
[1.2.1]
- Update pocketbase to 0.26.1
- Full Changelog
- Removed the wrapping of
io.EOF
error when reading files since currentlyio.ReadAll
doesn't check for wrapped errors (#6600).
-
[1.2.2]
- Update pocketbase to 0.26.2
- Full Changelog
- Updated golang-jwt/jwt dependency because it comes with a minor security fix.
-
[1.2.3]
- Update pocketbase to 0.26.3
- Full Changelog
- Fixed and normalized logs error serialization across common types for more consistent logs error output (#6631).
-
[1.2.4]
- Update pocketbase to 0.26.4
- Full Changelog
- Fixed RecordErrorEvent.Error and CollectionErrorEvent.Error sync with ModelErrorEvent.Error (#6639).
- Fixed logs details clipboard copy.
- Updated modernc.org/sqlite to 1.36.2.