mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update pocketbase to version v0.27.1 (#2621)
This commit is contained in:
parent
8b2f362e73
commit
5d49ebe600
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
app:
|
||||
image: ghcr.io/muchobien/pocketbase:0.26.6@sha256:adb625bbcf260a8d2a596a3ae4b32ac87f2ecb2a03096ba084db1c3fde7eaa04
|
||||
image: ghcr.io/muchobien/pocketbase:0.27.1@sha256:4cea6cadee672546becf9de2664be35cec50b8e27b72076775338c0f19c1e8fd
|
||||
# pocketbase needs to run as root
|
||||
# user: "1000:1000"
|
||||
restart: on-failure
|
||||
|
@ -3,29 +3,29 @@ id: pocketbase
|
||||
name: PocketBase
|
||||
tagline: Open Source backend for your next SaaS and Mobile app in 1 file
|
||||
category: developer
|
||||
version: "0.26.6"
|
||||
version: "0.27.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.
|
||||
|
||||
|
||||
⏱️ Realtime database
|
||||
|
||||
|
||||
Embedded performant database with schema builder, data validations, realtime subscriptions and easy to use REST api.
|
||||
|
||||
|
||||
🪪 Authentication
|
||||
|
||||
|
||||
Manage your app users and handle email/password and OAuth2 sign ups (Google, Facebook, GitHub, GitLab) without the hassle.
|
||||
|
||||
|
||||
|
||||
💾 File storage
|
||||
|
||||
|
||||
Sanely store files locally or in a S3 storage. Easily attach media to your database records and generate thumbs on the fly.
|
||||
|
||||
|
||||
|
||||
|
||||
🧩 Extendable
|
||||
|
||||
|
||||
Use as a standalone app OR as a framework, that you can extend via Go and JavaScript hooks to create your own custom portable backend.
|
||||
developer: PocketBase
|
||||
website: https://pocketbase.io/
|
||||
@ -43,9 +43,18 @@ gallery:
|
||||
path: /_/
|
||||
dependencies: []
|
||||
releaseNotes: >-
|
||||
This release includes multiple improvements and bug fixes:
|
||||
- Improved OIDC compatibility with providers like AWS Cognito
|
||||
- Updated SQLite dependency to version 1.36.3
|
||||
This release includes multiple new features, improvements and bug fixes:
|
||||
- Moved CRUD API rule checks to occur before *Request hooks for more consistent behavior
|
||||
- Introduced new geoPoint field and geoDistance() function for geographic data and filtering
|
||||
- Added DateTime constructor support for default timezone using TZ identifiers
|
||||
- Added JSVM GeoPointField constructor
|
||||
- Enabled partial WebP thumbnail support (stored as PNG)
|
||||
- Improved select field UI for large lists and RTL languages
|
||||
- Updated MIME type detection for mail attachments
|
||||
- Forced Content-Type for served .js/.mjs files
|
||||
- Soft-deprecated $http.send result.raw in favor of result.body
|
||||
- Updated modernc.org/sqlite to 1.37.0
|
||||
- Various bug fixes and minor enhancements
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/pocketbase/pocketbase/releases
|
||||
|
Loading…
Reference in New Issue
Block a user