Skip to content

Commit

Permalink
Update pocketbase to v0.22.27 (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Nov 20, 2024
1 parent e6f9e2e commit 05b9a0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pocketbase/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"

app:
image: ghcr.io/muchobien/pocketbase:0.22.23@sha256:9fa6b3b71d8f157c6414d96055a98ed4422018a993153162ac3a80e492c67b54
image: ghcr.io/muchobien/pocketbase:0.22.27@sha256:e44dc96daf61b697f5794ee575bff9f10f8b2d2a0749e5410f28664eaea46700
# pocketbase needs to run as root
# user: "1000:1000"
restart: on-failure
Expand Down
9 changes: 4 additions & 5 deletions pocketbase/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.23"
version: "0.22.27"
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.
Expand Down Expand Up @@ -41,10 +41,9 @@ gallery:
path: /_/
dependencies: []
releaseNotes: >-
This release includes improvements to server logging and hooks functionality:
- Improved hooks directory monitoring
- Added better server connection error logging
- Enhanced realtime topic error messages
This release includes improvements to realtime client handling and authentication:
- Enhanced client authentication state management
- Improved realtime event delivery
Full release notes are found at https://github.com/pocketbase/pocketbase/releases

0 comments on commit 05b9a0b

Please sign in to comment.