diff --git a/pocketbase/docker-compose.yml b/pocketbase/docker-compose.yml index 6fcdd1b3..992ae7a4 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.28.4@sha256:291670139f413a13122dc4f156debd5c7c509df2af7d112cbe46124fa943550f + image: ghcr.io/muchobien/pocketbase:0.29.0@sha256:1900e13d4e003693428db1a904b3f39cd9c0ca9646e7a3667f7c7e648a22e7ad # 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 1eb46a3c..a37e51f3 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.28.4" +version: "0.29.0" 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,15 +43,13 @@ gallery: path: /_/ dependencies: [] releaseNotes: >- - This release includes several improvements and bug fixes: - - - - Added new geographic coordinates field for storing location data - - Improved file handling and storage capabilities - - Enhanced authentication and OAuth2 support - - Better performance optimizations for database operations - - Updated user interface improvements - - Various security enhancements and dependency updates + This release includes several improvements and enhancements: + - Improved authentication token handling for better user management + - Enhanced error logging with more detailed rate limit information + - Added new helper function for JavaScript virtual machine operations + - Fixed issues with data handling in dynamic models + - Improved Dashboard page title display + - Various minor improvements and updates to the system Full release notes are found at https://github.com/pocketbase/pocketbase/releases