Skip to content

v3.5.3

Choose a tag to compare

@github-actions github-actions released this 30 May 23:02
· 8 commits to main since this release
7bfe6fe

Patch Changes

  • #83 f678f70 Thanks @drepkovsky! - Migrate QUESTPIE storage from Flydrive to the direct Files SDK API. Storage is now configured with runtimeConfig({ storage: { adapter } }), app.storage is the typed Files instance, and route, service, job, and hook contexts receive that same direct storage API.

    Remove the legacy app.storage.use, storage.files, storage.driver, Flydrive, DriveManager, QUESTPIE storage-disk, and storage-specific createStorageRoutes() closure surfaces. Upload CRUD cleanup and storage routes now call Files SDK operations directly, including streaming upload/download behavior and typed adapter access; createAdapterRoutes() remains as the broader deprecated compatibility shim.

  • #85 ed73b91 Thanks @drepkovsky! - Add declarative admin list view filters, quick filters, filter-panel controls, system-field default sorting, and nested sidebar access filtering.

    Harden CRUD response field access, audit log route access, storage upload and private file serving, auth credential collection redaction, admin RPC authorization, admin action form validation, JSONB filtering, search access SQL generation, and upload file serving authorization.

    Harden global update auto-create races, nested field write access validation, Redis KV clearing, Postgres search query sanitization, admin widget/action caller context propagation, and frontend reactive hidden/read-only/disabled field state handling.