Update pocketbase to v0.36.6 (#5007)

This commit is contained in:
Alexander L. 2026-03-06 14:07:01 +01:00 committed by GitHub
parent 8cc3d8c523
commit e602825f44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
app:
image: ghcr.io/muchobien/pocketbase:0.36.5@sha256:5f944601dce948e245bcf2a000f6f6b14462073faa53d1dffc406b27c240b963
image: ghcr.io/muchobien/pocketbase:0.36.6@sha256:b405a2127cefaebbdb86fc09f90e81bea95203cda36f139220220a36e26c537a
# 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.36.5"
version: "0.36.6"
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.
@ -44,8 +44,9 @@ path: /_/
dependencies: []
releaseNotes: >-
This release includes several improvements and bug fixes:
- Disabled collection and field name normalization while typing with IME input methods
- Updated SQLite dependency with improved transaction handling
- View collection schema fields now correctly use integer-only number fields when the column expression returns int-only values
- Added extra safeguard to prevent race conditions when reading and writing shared data
- Fixed empty records check for client-side filter constraints introduced in v0.32.0
⚠️ Client-side filtering and sorting of relations now requires List/Search API rule access to all intermediate collections to minimize security risks