Update pocketbase to version v0.26.1 (#2375)

This commit is contained in:
Alexander L. 2025-03-19 00:26:08 +01:00 committed by GitHub
parent b2a95174d2
commit a94b484d79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 3 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
app:
image: ghcr.io/muchobien/pocketbase:0.25.9@sha256:7e677ffd9343469713ccc346d112b4c9d9fd82a8dc7539a86e4220fa951e15ce
image: ghcr.io/muchobien/pocketbase:0.26.1@sha256:1db36704a68ff74c48b39698b1b1c741ba8ea99f378c2c3ce46f113c8f1d7ab8
# pocketbase needs to run as root
# user: "1000:1000"
restart: on-failure

View File

@ -3,7 +3,7 @@ id: pocketbase
name: PocketBase
tagline: Open Source backend for your next SaaS and Mobile app in 1 file
category: developer
version: "0.25.9"
version: "0.26.1"
port: 5400
description: >-
PocketBase is an open source backend consisting of embedded database (SQLite) with realtime subscriptions, built-in auth management, convenient dashboard UI and simple REST-ish API.
@ -43,7 +43,15 @@ gallery:
path: /_/
dependencies: []
releaseNotes: >-
This release includes improvements to object and array property handling in dynamic models.
This release includes multiple improvements and bug fixes:
- Fixed error handling when reading files (removed wrapping of io.EOF error)
- Replaced AWS SDK with custom lighter implementation, reducing binary size by ~10MB
- Prioritized user-submitted email for PocketBase user creation during OAuth2 auth
- Added context loading during password/OAuth2/OTP authentication for better rules targeting
- Added concurrent-safe store value updating with SetFunc
- Added OS stat helper for JSVM
- Improved async JSVM handler support
- Increased default request timeouts to 5 minutes for better handling of large files
Full release notes are found at https://github.com/pocketbase/pocketbase/releases