From 7b104ff5de8c9b377a6b81153526aa779f767fd5 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 26 Nov 2024 12:09:02 +1000 Subject: [PATCH] Update pocketbase to v0.23.1 --- pocketbase/docker-compose.yml | 2 +- pocketbase/umbrel-app.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pocketbase/docker-compose.yml b/pocketbase/docker-compose.yml index f78e4d1d80..4413200966 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.22.27@sha256:e44dc96daf61b697f5794ee575bff9f10f8b2d2a0749e5410f28664eaea46700 + image: ghcr.io/muchobien/pocketbase:0.23.1@sha256:4633488a474a12760fc4c8d1f14f9826291f42c22e9855a4770ccc61065f0244 # 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 b73cf67ec6..f3adc0b9be 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.22.27" +version: "0.23.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. @@ -41,9 +41,9 @@ gallery: path: /_/ dependencies: [] releaseNotes: >- - This release includes improvements to realtime client handling and authentication: - - Enhanced client authentication state management - - Improved realtime event delivery + This release includes improvements to request handling and error reporting: + - Added new response writing capabilities + - Improved error message clarity and detail Full release notes are found at https://github.com/pocketbase/pocketbase/releases \ No newline at end of file