diff --git a/pocketbase/docker-compose.yml b/pocketbase/docker-compose.yml index cedda6f8..f44c0681 100644 --- a/pocketbase/docker-compose.yml +++ b/pocketbase/docker-compose.yml @@ -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 diff --git a/pocketbase/umbrel-app.yml b/pocketbase/umbrel-app.yml index 51e9dc55..5263edd6 100644 --- a/pocketbase/umbrel-app.yml +++ b/pocketbase/umbrel-app.yml @@ -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