mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update pocketbase to version v0.26.1 (#2375)
This commit is contained in:
parent
b2a95174d2
commit
a94b484d79
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user