Update pocketbase to v0.36.1 (#4522)
This commit is contained in:
parent
b8281b6155
commit
be79ecc58b
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user