Update pocketbase to v0.36.1 (#4522)

This commit is contained in:
Alexander L. 2026-01-21 09:09:37 +01:00 committed by GitHub
parent b8281b6155
commit be79ecc58b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
app:
image: ghcr.io/muchobien/pocketbase:0.36.0@sha256:093220f6661a589fcf55124956c24603a0ffd935755fef1ad751198d96023e3f
image: ghcr.io/muchobien/pocketbase:0.36.1@sha256:0149ba3be1826ccd79a692eb3d3e27a6c50e17cc33844cf31cb5ad7766977eca
# 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.0"
version: "0.36.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,11 +43,10 @@ gallery:
path: /_/
dependencies: []
releaseNotes: >-
This release includes several improvements and enhancements:
- List query and API rules optimizations for better performance
- Added date formatting filter and API rules function
- Improved query performance with optimized subquery expressions
- Updated SQLite to version 3.51.1
This release includes several improvements and bug fixes:
- Reverted a query optimization that negatively impacted database index utilization
- Updated SQLite to version 3.51.2
- Fixed code comment typos
⚠️ Client-side filtering and sorting of relations now requires List/Search API rule access to all intermediate collections to minimize security risks