PocketBase - Package Updates
-
[1.14.4]
- Update pocketbase to 0.36.3
- Full Changelog
- Added
Accept-Encoding: identityto the S3 requests per the suggestion in #7523. - Other minor fixes (updated
modernc.org/sqliteto v1.45.0, updatedgoja_nodejsaddingBuffer.concat, updated the arguments ofapp.DeleteTable(...),app.DeleteView(...)and other similar methods to make it more clear that they are dangerous and shouldn't be used with untrusted input, etc.).
-
[1.14.5]
- Update pocketbase to 0.36.4
- Full Changelog
- Made the optional
Bearertoken prefix case-insensitive (#7525; thanks @benjamesfleming). - Enabled
$filesystem.s3(...)and$filesystem.local(...)JSVM bindings (#7526).
-
[1.14.7]
- Update pocketbase to 0.36.6
- Full Changelog
- Set
NumberField.OnlyInt:truefor the generated View collection schema fields when a view column expression is known to return int-only values (#7538). - Documented the
unmarshalJSVM helper (#7543). - Added extra read check after the
Store.GetOrSetwrite lock to prevent races overwriting an already existing value. - Added empty records check for the additional client-side filter's ListRule constraint that was introduced in v0.32.0 (presentator#206).
- Set a fixed
routine.FireAndForget()debug stack trace limit to 2KB. - Bumped min Go GitHub action version to 1.26.1 because it comes with some minor bug and security fixes.
- Typos and other minor doc fixes.
-
[1.14.8]
- Update pocketbase to 0.36.7
- Full Changelog
- Fixed high memory usage with large file uploads (#7572).
- Updated the rate limiter reset rules to follow a more traditional fixed window strategy (aka. to be more close to how it is presented in the UI - allow max X user requests under Ys) since several users complained that the older algorithm was not intuitive and not suitable for large intervals.
- Approximated sliding window strategy was also suggested as a better compromise option to help minimize traffic spikes right after reset but the additional tracking could introduce some overhead and for now it is left aside until we have more tests.
- Updated
modernc.org/sqliteto v1.46.2 and SQLite 3.51.3. - SQLite 3.51.3 fixed a database corruption bug that is very unlikely to happen (with PocketBase even more so because we queue on app level all writes and explicit transactions through a single db connection), but still it is advised to upgrade.*
- Updated other minor Go and npm deps.
- The min Go version in the go.mod of the package was also bumped to Go 1.25.0 because some of the newer dep versions require it.*
-
[1.14.9]
- Update pocketbase to 0.36.8
- Full Changelog
- Fixed OAuth2 client secret reset when serializing a cached collection model.
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