eb44b3a2a7b9916a778d5c891b370967a5b5c338
31 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| a9c708726c |
chore(deps): update directus/directus to v11.17.0 (#5109)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [directus/directus](https://github.com/directus/directus) | minor | `11.16.1` → `11.17.0` | --- ### Release Notes <details> <summary>directus/directus (directus/directus)</summary> ### [`v11.17.0`](https://github.com/directus/directus/releases/tag/v11.17.0) [Compare Source](https://github.com/directus/directus/compare/v11.16.1...v11.17.0) ##### ⚠️ Potential Breaking Changes **Added support for importing data in the background ([#​26914](https://github.com/directus/directus/pull/26914))** Imports now automatically time out after 1 hour, with a maximum of 20 running concurrently. These limits can be configured via `IMPORT_TIMEOUT` and `IMPORT_MAX_CONCURRENCY`, respectively. **Improved build times using `tsdown`’s `oxc-transform` ([#​26604](https://github.com/directus/directus/pull/26604))** Exports previously available from `@directus/types/collab` are now exported directly from `@directus/types` **Shrunk app UI to 90% and converted all px to rem (16px browser default) ([#​26826](https://github.com/directus/directus/pull/26826))** Potential breaking change: The app UI has been shrunk to 90% of its previous size. Extensions that rely on hardcoded px values or the old 14px root font-size may render incorrectly — all app sizing now uses rem based on the 16px browser default. - **[@​directus/api](https://github.com/directus/api)** - Added support for importing data in the background ([#​26914](https://github.com/directus/directus/pull/26914) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/types](https://github.com/directus/types)** - Improved build times using `tsdown`’s `oxc-transform` ([#​26604](https://github.com/directus/directus/pull/26604) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/specs](https://github.com/directus/specs)** - Updated fast-xml-parser, qs, minimatch, tar, undici, vue-split-panel and flatted dependencies ([#​26951](https://github.com/directus/directus/pull/26951) by [@​br41nslug](https://github.com/br41nslug)) ##### ✨ New Features & Improvements - **[@​directus/app](https://github.com/directus/app)** - Added support for importing data in the background ([#​26914](https://github.com/directus/directus/pull/26914) by [@​Nitwel](https://github.com/Nitwel)) - Added utility endpoint and UI to generate translations collections and fields. ([#​26742](https://github.com/directus/directus/pull/26742) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added deployment provider link on the run detail page, opening deployments directly in Vercel or Netlify dashboards. ([#​26888](https://github.com/directus/directus/pull/26888) by [@​LZylstra](https://github.com/LZylstra)) - Shrunk app UI to 90% and converted all px to rem (16px browser default) ([#​26826](https://github.com/directus/directus/pull/26826) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/api](https://github.com/directus/api)** - Added tool search tool for Anthropic AI provider to reduce context usage ([#​26864](https://github.com/directus/directus/pull/26864) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added support for setting the `secure` attribute on OpenID/OAuth2 cookies via the `AUTH_<PROVIDER>_COOKIE_SECURE` environment variable ([#​26628](https://github.com/directus/directus/pull/26628) by [@​dstockton](https://github.com/dstockton)) - Updated `FilesService.uploadOne` to support an optional `storage` parameter ([#​26882](https://github.com/directus/directus/pull/26882) by [@​gaetansenn](https://github.com/gaetansenn)) - Added AI SDK Devtools middleware support for debugging AI Assistant in development only. Added AI telemetry provider ([#​26678](https://github.com/directus/directus/pull/26678) by [@​bryantgillespie](https://github.com/bryantgillespie)) config for Braintrust and Langfuse, enabling sending traces for observability, usage, and token costs. - Added utility endpoint and UI to generate translations collections and fields. ([#​26742](https://github.com/directus/directus/pull/26742) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added support for Redis namespace control ([#​26943](https://github.com/directus/directus/pull/26943) by [@​dstockton](https://github.com/dstockton)) - **[@​directus/errors](https://github.com/directus/errors)** - Added support for importing data in the background ([#​26914](https://github.com/directus/directus/pull/26914) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/env](https://github.com/directus/env)** - Added support for importing data in the background ([#​26914](https://github.com/directus/directus/pull/26914) by [@​Nitwel](https://github.com/Nitwel)) - Added support for Redis namespace control ([#​26943](https://github.com/directus/directus/pull/26943) by [@​dstockton](https://github.com/dstockton)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Added utility endpoint and UI to generate translations collections and fields. ([#​26742](https://github.com/directus/directus/pull/26742) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/constants](https://github.com/directus/constants)** - Added utility endpoint and UI to generate translations collections and fields. ([#​26742](https://github.com/directus/directus/pull/26742) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk)** - Shrunk app UI to 90% and converted all px to rem (16px browser default) ([#​26826](https://github.com/directus/directus/pull/26826) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/themes](https://github.com/directus/themes)** - Shrunk app UI to 90% and converted all px to rem (16px browser default) ([#​26826](https://github.com/directus/directus/pull/26826) by [@​formfcw](https://github.com/formfcw)) ##### 🐛 Bug Fixes & Optimizations - **[@​directus/app](https://github.com/directus/app)** - Fix file renaming ([#​26946](https://github.com/directus/directus/pull/26946) by [@​br41nslug](https://github.com/br41nslug)) - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed filtering out `preRegisterCheck === false` modules from settings module bar config ([#​26953](https://github.com/directus/directus/pull/26953) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Prevented uncaught exception when v-menu has no tabbable elements ([#​26922](https://github.com/directus/directus/pull/26922) by [@​robluton](https://github.com/robluton)) - Fixed a bug where global draft updates failed for singleton collections ([#​26910](https://github.com/directus/directus/pull/26910) by [@​formfcw](https://github.com/formfcw)) - Refactored "Clear value(s) on save when hidden" condition so it's applied inside a drawer ([#​26925](https://github.com/directus/directus/pull/26925) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Added functionality to duplicate access policies ([#​26889](https://github.com/directus/directus/pull/26889) by [@​robluton](https://github.com/robluton)) - Reduced width of split panel resize handle to prevent scrollbar interference ([#​26908](https://github.com/directus/directus/pull/26908) by [@​robluton](https://github.com/robluton)) - Updated Vite to version 8.0.0 ([#​26887](https://github.com/directus/directus/pull/26887) by [@​Nitwel](https://github.com/Nitwel)) - Corrected field editability for conditional update policies and version items ([#​26815](https://github.com/directus/directus/pull/26815) by [@​HZooly](https://github.com/HZooly)) - Fixed date picker not emitting value after month/year change. ([#​26880](https://github.com/directus/directus/pull/26880) by [@​powerseed](https://github.com/powerseed)) - Fixed inconsistent dropdown arrows in visual editor header bar ([#​26904](https://github.com/directus/directus/pull/26904) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/api](https://github.com/directus/api)** - Added API request counting to telemetry reports. Requests are tracked by HTTP method and cache status. ([#​26738](https://github.com/directus/directus/pull/26738) by [@​connorwinston](https://github.com/connorwinston)) - Fix file renaming ([#​26946](https://github.com/directus/directus/pull/26946) by [@​br41nslug](https://github.com/br41nslug)) - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed errors during import not propagated while the file is streaming ([#​26881](https://github.com/directus/directus/pull/26881) by [@​Nitwel](https://github.com/Nitwel)) - Added `cache clear` CLI command with `--system` and `--data` flags ([#​26898](https://github.com/directus/directus/pull/26898) by [@​gaetansenn](https://github.com/gaetansenn)) - Improved build times using `tsdown`’s `oxc-transform` ([#​26604](https://github.com/directus/directus/pull/26604) by [@​Nitwel](https://github.com/Nitwel)) - Preserved M2A type info when using named GraphQL fragments ([#​26920](https://github.com/directus/directus/pull/26920) by [@​gaetansenn](https://github.com/gaetansenn)) - Added GraphQL resolver deduplication ([#​26949](https://github.com/directus/directus/pull/26949) by [@​br41nslug](https://github.com/br41nslug)) - Fixed aggregation sanitization ([#​26948](https://github.com/directus/directus/pull/26948) by [@​br41nslug](https://github.com/br41nslug)) - Added cross origin opener policy settings ([#​26947](https://github.com/directus/directus/pull/26947) by [@​br41nslug](https://github.com/br41nslug)) - Fixed revisions not using prepareDelta ([#​26867](https://github.com/directus/directus/pull/26867) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/types](https://github.com/directus/types)** - Fix file renaming ([#​26946](https://github.com/directus/directus/pull/26946) by [@​br41nslug](https://github.com/br41nslug)) - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Updated `FilesService.uploadOne` to support an optional `storage` parameter ([#​26882](https://github.com/directus/directus/pull/26882) by [@​gaetansenn](https://github.com/gaetansenn)) - Added GraphQL resolver deduplication ([#​26949](https://github.com/directus/directus/pull/26949) by [@​br41nslug](https://github.com/br41nslug)) - Fixed revisions not using prepareDelta ([#​26867](https://github.com/directus/directus/pull/26867) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/env](https://github.com/directus/env)** - Fix file renaming ([#​26946](https://github.com/directus/directus/pull/26946) by [@​br41nslug](https://github.com/br41nslug)) - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Added support for setting the `secure` attribute on OpenID/OAuth2 cookies via the `AUTH_<PROVIDER>_COOKIE_SECURE` environment variable ([#​26628](https://github.com/directus/directus/pull/26628) by [@​dstockton](https://github.com/dstockton)) - Added AI SDK Devtools middleware support for debugging AI Assistant in development only. Added AI telemetry provider ([#​26678](https://github.com/directus/directus/pull/26678) by [@​bryantgillespie](https://github.com/bryantgillespie)) config for Braintrust and Langfuse, enabling sending traces for observability, usage, and token costs. - Added cross origin opener policy settings ([#​26947](https://github.com/directus/directus/pull/26947) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/ai](https://github.com/directus/ai)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/composables](https://github.com/directus/composables)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/constants](https://github.com/directus/constants)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/errors](https://github.com/directus/errors)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/extensions](https://github.com/directus/extensions)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/extensions-registry](https://github.com/directus/extensions-registry)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Updated Vite to version 8.0.0 ([#​26887](https://github.com/directus/directus/pull/26887) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/format-title](https://github.com/directus/format-title)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/memory](https://github.com/directus/memory)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/pressure](https://github.com/directus/pressure)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/release-notes-generator](https://github.com/directus/release-notes-generator)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed generated build ([#​26959](https://github.com/directus/directus/pull/26959) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/schema](https://github.com/directus/schema)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/schema-builder](https://github.com/directus/schema-builder)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage](https://github.com/directus/storage)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-azure](https://github.com/directus/storage-driver-azure)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-gcs](https://github.com/directus/storage-driver-gcs)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-local](https://github.com/directus/storage-driver-local)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-s3](https://github.com/directus/storage-driver-s3)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/stores](https://github.com/directus/stores)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/themes](https://github.com/directus/themes)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/update-check](https://github.com/directus/update-check)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/utils](https://github.com/directus/utils)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Preserved M2A type info when using named GraphQL fragments ([#​26920](https://github.com/directus/directus/pull/26920) by [@​gaetansenn](https://github.com/gaetansenn)) - Fixed revisions not using prepareDelta ([#​26867](https://github.com/directus/directus/pull/26867) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/validation](https://github.com/directus/validation)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Updated `@directus/tsconfig` dependency from 3.0.0 to 4.0.0 ([#​26879](https://github.com/directus/directus/pull/26879) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Improved build times using `tsdown`’s `oxc-transform` ([#​26604](https://github.com/directus/directus/pull/26604) by [@​Nitwel](https://github.com/Nitwel)) - Fixed function typing in sdk for `date` and `time` fields. ([#​26936](https://github.com/directus/directus/pull/26936) by [@​costajohnt](https://github.com/costajohnt)) ##### 📦 Published Versions - `@directus/app@15.6.0` - `@directus/api@35.0.0` - `@directus/ai@1.3.1` - `@directus/composables@11.2.16` - `@directus/constants@14.3.0` - `create-directus-extension@11.0.32` - `@directus/env@5.7.0` - `@directus/errors@2.3.0` - `@directus/extensions@3.0.22` - `@directus/extensions-registry@3.0.22` - `@directus/extensions-sdk@17.1.0` - `@directus/format-title@12.1.2` - `@directus/memory@3.1.5` - `@directus/pressure@3.0.20` - `@directus/release-notes-generator@2.0.4` - `@directus/schema@13.0.6` - `@directus/schema-builder@0.0.17` - `@directus/specs@13.0.0` - `@directus/storage@12.0.4` - `@directus/storage-driver-azure@12.0.20` - `@directus/storage-driver-cloudinary@12.0.20` - `@directus/storage-driver-gcs@12.0.20` - `@directus/storage-driver-local@12.0.4` - `@directus/storage-driver-s3@​12.1.6` - `@directus/storage-driver-supabase@3.0.20` - `@directus/stores@2.0.1` - `@directus/system-data@4.4.0` - `@directus/themes@1.3.0` - `@directus/types@15.0.0` - `@directus/update-check@13.0.5` - `@directus/utils@13.3.2` - `@directus/validation@2.0.20` - `@directus/sdk@21.2.1` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44OS4zIiwidXBkYXRlZEluVmVyIjoiNDMuODkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZ2l0aHViLXJlbGVhc2VzIiwiaW1hZ2UiXX0=--> Reviewed-on: #5109 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 50de25b491 | feat: stagger postgres backup schedule | |||
| 9342c73600 | chore(deps): update directus/directus to v11.16.1 (#4648) | |||
| 695a71095f | fix: wrong port | |||
| f269912cec | feat: change backing storage to garage | |||
| 6f7a387e6e | feat: disable metrics for auth instances | |||
| 40c318d8a9 | feat: fix key path | |||
| 6af63ed56d | feat: migrated to valkey | |||
| 0ac05df11f |
chore(deps): update directus/directus to v11.16.0 (#4423)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [directus/directus](https://github.com/directus/directus) | minor | `11.15.4` → `11.16.0` | --- ### Release Notes <details> <summary>directus/directus (directus/directus)</summary> ### [`v11.16.0`](https://github.com/directus/directus/releases/tag/v11.16.0) [Compare Source](https://github.com/directus/directus/compare/v11.15.4...v11.16.0) ##### ⚠️ Potential Breaking Changes **Added support for a global draft version that is automatically available for all items when versioning is enabled ([#​26772](https://github.com/directus/directus/pull/26772))** Backward Compatibility: If you have an existing version with the key `draft` and a custom name other than “Draft”, the display name will be standardized to “Draft” (i.e. transformed) to support the new global versioning feature. The version content and functionality remain unchanged. **Added field permission and version access checks to Visual Editor ([#​26772](https://github.com/directus/directus/pull/26772))** The field access checks require an update of the `@directus/visual-editing` library to v2.0.0. **Fixed password reset sending emails to external auth provider users ([#​26627](https://github.com/directus/directus/pull/26627))** `requestPasswordReset` now throws a `Forbidden` error for external auth provider users. ##### ✨ New Features & Improvements - **[@​directus/app](https://github.com/directus/app)** - Added support for a global draft version that is automatically available for all items when versioning is enabled ([#​26772](https://github.com/directus/directus/pull/26772) by [@​formfcw](https://github.com/formfcw)) - Persisted table column widths to localStorage ([#​26767](https://github.com/directus/directus/pull/26767) by [@​HZooly](https://github.com/HZooly)) - Implemented RBAC for deployment module ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Added field permission and version access checks to Visual Editor ([#​26772](https://github.com/directus/directus/pull/26772) by [@​formfcw](https://github.com/formfcw)) - Added image and PDF upload support to Directus AI Assistant with a provider adapter pattern for 3 major providers ([#​26722](https://github.com/directus/directus/pull/26722) by [@​bryantgillespie](https://github.com/bryantgillespie)) (OpenAI, Anthropic, Gemini). - Added version support for visual editing in live preview ([#​26772](https://github.com/directus/directus/pull/26772) by [@​formfcw](https://github.com/formfcw)) - Supported provider webhooks for deployment real-time updates ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Added version support to Visual Editor ([#​26772](https://github.com/directus/directus/pull/26772) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/api](https://github.com/directus/api)** - Implemented RBAC for deployment module ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Added `lower_case_table_names` support for mysql ([#​26736](https://github.com/directus/directus/pull/26736) by [@​licitdev](https://github.com/licitdev)) - Added image and PDF upload support to Directus AI Assistant with a provider adapter pattern for 3 major providers ([#​26722](https://github.com/directus/directus/pull/26722) by [@​bryantgillespie](https://github.com/bryantgillespie)) (OpenAI, Anthropic, Gemini). - Supported provider webhooks for deployment real-time updates ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Added JSON field selection support ([#​26500](https://github.com/directus/directus/pull/26500) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Implemented RBAC for deployment module ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Supported provider webhooks for deployment real-time updates ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Added version support to Visual Editor ([#​26772](https://github.com/directus/directus/pull/26772) by [@​formfcw](https://github.com/formfcw)) - **[@​directus/types](https://github.com/directus/types)** - Implemented RBAC for deployment module ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Supported provider webhooks for deployment real-time updates ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Implemented RBAC for deployment module ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - Supported provider webhooks for deployment real-time updates ([#​26683](https://github.com/directus/directus/pull/26683) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/ai](https://github.com/directus/ai)** - Added image and PDF upload support to Directus AI Assistant with a provider adapter pattern for 3 major providers ([#​26722](https://github.com/directus/directus/pull/26722) by [@​bryantgillespie](https://github.com/bryantgillespie)) (OpenAI, Anthropic, Gemini). - **[@​directus/utils](https://github.com/directus/utils)** - Added image and PDF upload support to Directus AI Assistant with a provider adapter pattern for 3 major providers ([#​26722](https://github.com/directus/directus/pull/26722) by [@​bryantgillespie](https://github.com/bryantgillespie)) (OpenAI, Anthropic, Gemini). - Added JSON field selection support ([#​26500](https://github.com/directus/directus/pull/26500) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/constants](https://github.com/directus/constants)** - Added JSON field selection support ([#​26500](https://github.com/directus/directus/pull/26500) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/env](https://github.com/directus/env)** - Added JSON field selection support ([#​26500](https://github.com/directus/directus/pull/26500) by [@​br41nslug](https://github.com/br41nslug)) ##### 🐛 Bug Fixes & Optimizations - **[@​directus/app](https://github.com/directus/app)** - Fixed v-select group click handler to respect item-level selectable property ([#​26650](https://github.com/directus/directus/pull/26650) by [@​alvarosabu](https://github.com/alvarosabu)) - Fixed license modal is not responsive on mobile screens ([#​26758](https://github.com/directus/directus/pull/26758) by [@​powerseed](https://github.com/powerseed)) - Fixed unsaved changes dialog showing collaborative variant when not in a collaborative session ([#​26713](https://github.com/directus/directus/pull/26713) by [@​formfcw](https://github.com/formfcw)) - Updated vue-split-panel dependency ([#​26709](https://github.com/directus/directus/pull/26709) by [@​HZooly](https://github.com/HZooly)) - Fixed datetime picker not closing after selecting a date ([#​26719](https://github.com/directus/directus/pull/26719) by [@​alvarosabu](https://github.com/alvarosabu)) - Added some missing translation keys for directus\_settings and directus\_roles. ([#​26744](https://github.com/directus/directus/pull/26744) by [@​powerseed](https://github.com/powerseed)) - Upgraded reka-ui to 2.8.2 for timefield two-digit hour fix ([#​26724](https://github.com/directus/directus/pull/26724) by [@​alvarosabu](https://github.com/alvarosabu)) - Fixed password reset sending emails to external auth provider users ([#​26627](https://github.com/directus/directus/pull/26627) by [@​dstockton](https://github.com/dstockton)) - Enabled “Navigate to Item” button for non-editable relational fields ([#​26711](https://github.com/directus/directus/pull/26711) by [@​HZooly](https://github.com/HZooly)) - Fixed auto-refresh on mobile by preserving sidebar state via Teleport ([#​26731](https://github.com/directus/directus/pull/26731) by [@​HZooly](https://github.com/HZooly)) - Fixed an issue where duplicated fields kept validation rules referencing the original field name. ([#​26602](https://github.com/directus/directus/pull/26602) by [@​vizzv](https://github.com/vizzv)) - Fixed drawer not scrolling to top when validation errors occur ([#​26741](https://github.com/directus/directus/pull/26741) by [@​robluton](https://github.com/robluton)) - Fixed reset confirm state after flow error ([#​26803](https://github.com/directus/directus/pull/26803) by [@​HZooly](https://github.com/HZooly)) - Fixed performance degradation when editing forms with large GeoJSON geometry fields by using selective shallow cloning for geometry values. ([#​26560](https://github.com/directus/directus/pull/26560) by [@​alvarosabu](https://github.com/alvarosabu)) - Fixed extra tab stop in AI assistant header caused by a focusable VIcon inside VButton. ([#​26796](https://github.com/directus/directus/pull/26796) by [@​Mugesh13102001](https://github.com/Mugesh13102001)) - Guarded nav-bar and sidebar size stores against non-finite values ([#​26695](https://github.com/directus/directus/pull/26695) by [@​HZooly](https://github.com/HZooly)) - Added `lower_case_table_names` support for mysql ([#​26736](https://github.com/directus/directus/pull/26736) by [@​licitdev](https://github.com/licitdev)) - Fixed batch editing translations creating duplicate junction rows ([#​26597](https://github.com/directus/directus/pull/26597) by [@​HZooly](https://github.com/HZooly)) - Fixed block editor deleting blocks on save-and-stay ([#​26808](https://github.com/directus/directus/pull/26808) by [@​formfcw](https://github.com/formfcw)) - Fixed MIME type restriction for URL uploads and ensure file/s interfaces respect restricted URL uploads ([#​26691](https://github.com/directus/directus/pull/26691) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed decimal and bigInteger display formatting ([#​26637](https://github.com/directus/directus/pull/26637) by [@​HZooly](https://github.com/HZooly)) - Add MIME type restriction option to select file/s interfaces ([#​26647](https://github.com/directus/directus/pull/26647) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Migrated large field selection requests to use the SDK ([#​26605](https://github.com/directus/directus/pull/26605) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Fixed tags interface not resolving variable strings in raw editor mode ([#​26739](https://github.com/directus/directus/pull/26739) by [@​HZooly](https://github.com/HZooly)) - Fixed Header interface spacing issue ([#​26786](https://github.com/directus/directus/pull/26786) by [@​LZylstra](https://github.com/LZylstra)) - Fixed `insightsStore.saveChanges` to send requests only when the corresponding action array is non-empty ([#​26753](https://github.com/directus/directus/pull/26753) by [@​deepDiverPaul](https://github.com/deepDiverPaul)) - Constrained display template images in header bar to text line-height ([#​26680](https://github.com/directus/directus/pull/26680) by [@​HZooly](https://github.com/HZooly)) - Added Ask User Tool to AI Assistant ([#​26633](https://github.com/directus/directus/pull/26633) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/api](https://github.com/directus/api)** - Fixed MIME type restriction for URL uploads and ensure file/s interfaces respect restricted URL uploads ([#​26691](https://github.com/directus/directus/pull/26691) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed filter rule type mismatch causing database error instead of returning INVALID\_QUERY ([#​26629](https://github.com/directus/directus/pull/26629) by [@​dstockton](https://github.com/dstockton)) - Fixed IPTC metadata key casing in getMetadata so that description, title, and tags are correctly populated from IPTC data. ([#​26672](https://github.com/directus/directus/pull/26672) by [@​danielbuechele](https://github.com/danielbuechele)) - Replaced ip-matching dependency with node blocklist ([#​26806](https://github.com/directus/directus/pull/26806) by [@​br41nslug](https://github.com/br41nslug)) - Fixed AI tool schema to not allow `null` for `trigger` and `accountability` fields in flow input validation. ([#​26763](https://github.com/directus/directus/pull/26763) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - Returned 500 Internal server error for permanent filesystem write failures instead of 503 service unavailable ([#​26761](https://github.com/directus/directus/pull/26761) by [@​aryanrichhariya1234-lang](https://github.com/aryanrichhariya1234-lang)) - Bumped axios, rollup, basic-ftp, fast-xml-parser, serialize-javascript,nodemailer, vite, tar, minimatch, qs, undici, ([#​26787](https://github.com/directus/directus/pull/26787) by [@​br41nslug](https://github.com/br41nslug)) axios-cache-interceptor dependencies - Add auth audit hook for tracking login attempts ([#​26702](https://github.com/directus/directus/pull/26702) by [@​AlexGaillard](https://github.com/AlexGaillard)) - Fixed GraphQL groupBy with function field ([#​26706](https://github.com/directus/directus/pull/26706) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Prevented encrypted field decryption failures from crashing settings reads when the SECRET has changed. Fields that can't be decrypted now return null and log a warning instead of throwing. ([#​26764](https://github.com/directus/directus/pull/26764) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/specs](https://github.com/directus/specs)** - Fixed password reset sending emails to external auth provider users ([#​26627](https://github.com/directus/directus/pull/26627) by [@​dstockton](https://github.com/dstockton)) :::notice `requestPasswordReset` now throws a `Forbidden` error for external auth provider users. ::: - **[@​directus/env](https://github.com/directus/env)** - Increased the default `QUERYSTRING_ARRAY_LIMIT` from 100 to 500 ([#​26737](https://github.com/directus/directus/pull/26737) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/utils](https://github.com/directus/utils)** - Replaced ip-matching dependency with node blocklist ([#​26806](https://github.com/directus/directus/pull/26806) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Updated `ReadProviderOutput` type to include the `label` field ([#​26645](https://github.com/directus/directus/pull/26645) by [@​kheiner](https://github.com/kheiner)) ##### 📦 Published Versions - `@directus/app@15.5.0` - `@directus/api@34.0.0` - `@directus/ai@1.2.0` - `@directus/composables@11.2.14` - `@directus/constants@14.2.0` - `create-directus-extension@11.0.30` - `@directus/env@5.6.0` - `@directus/extensions@3.0.20` - `@directus/extensions-registry@3.0.20` - `@directus/extensions-sdk@17.0.10` - `@directus/memory@3.1.3` - `@directus/pressure@3.0.18` - `@directus/schema-builder@0.0.15` - `@directus/specs@12.0.1` - `@directus/storage-driver-azure@12.0.18` - `@directus/storage-driver-cloudinary@12.0.18` - `@directus/storage-driver-gcs@12.0.18` - `@directus/storage-driver-s3@​12.1.4` - `@directus/storage-driver-supabase@3.0.18` - `@directus/system-data@4.2.0` - `@directus/themes@1.2.5` - `@directus/types@14.3.0` - `@directus/utils@13.3.0` - `@directus/validation@2.0.18` - `@directus/sdk@21.2.0` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41MS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #4423 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 4e78cb0eb8 | chore(deps): update directus/directus to v11.15.4 (#4058) | |||
| ab1f195142 | chore(deps): update directus/directus to v11.15.3 (#4034) | |||
| 9e5f404233 | chore(deps): update directus/directus to v11.15.2 (#3966) | |||
| c5420495be | feat: move directus to local endpoint | |||
| 99992ade10 | chore(deps): update directus/directus to v11.15.1 (#3806) | |||
| 2bf0d6f925 |
chore(deps): update directus/directus to v11.15.0 (#3752)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [directus/directus](https://github.com/directus/directus) | minor | `11.14.1` → `11.15.0` | --- ### Release Notes <details> <summary>directus/directus (directus/directus)</summary> ### [`v11.15.0`](https://github.com/directus/directus/releases/tag/v11.15.0) [Compare Source](https://github.com/directus/directus/compare/v11.14.1...v11.15.0) ##### ⚠️ Potential Breaking Changes **Attached prompts, content items, and visual editor elements to AI Assistant Context ([#​26512](https://github.com/directus/directus/pull/26512) by [@​bryantgillespie](https://github.com/bryantgillespie))** To use this feature, update [@​directus/visual-editing](https://github.com/directus/visual-editing) to v1.2.0+ on your website. ##### ✨ New Features & Improvements - **[@​directus/app](https://github.com/directus/app)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - Added collaborative editing ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) - Attached prompts, content items, and visual editor elements to AI Assistant Context ([#​26512](https://github.com/directus/directus/pull/26512) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#​26481](https://github.com/directus/directus/pull/26481) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added toggle to allow comparing revision to previous revision ([#​26480](https://github.com/directus/directus/pull/26480) by [@​robluton](https://github.com/robluton)) - Added relational field support on x-axis of bar chart ([#​26489](https://github.com/directus/directus/pull/26489) by [@​JamesW1](https://github.com/JamesW1)) - Added visual editing support to the live preview split pane, including display options menu, full-width mode with drag-to-expand, and quick access to the Visual Editor module. ([#​26463](https://github.com/directus/directus/pull/26463) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Changed permission-blocked fields from disabled to non-editable appearance ([#​26572](https://github.com/directus/directus/pull/26572) by [@​HZooly](https://github.com/HZooly)) - **[@​directus/api](https://github.com/directus/api)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - Added collaborative editing ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) - Attached prompts, content items, and visual editor elements to AI Assistant Context ([#​26512](https://github.com/directus/directus/pull/26512) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#​26481](https://github.com/directus/directus/pull/26481) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Fixed race condition and allow accessing the connected state ([#​26511](https://github.com/directus/directus/pull/26511) by [@​Nitwel](https://github.com/Nitwel)) - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/types](https://github.com/directus/types)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - Added collaborative editing ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#​26481](https://github.com/directus/directus/pull/26481) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/errors](https://github.com/directus/errors)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/env](https://github.com/directus/env)** - Added deployment module for triggering deployments from Directus with Vercel as first supported provider ([#​26473](https://github.com/directus/directus/pull/26473) by [@​gaetansenn](https://github.com/gaetansenn)) - Added collaborative editing ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/utils](https://github.com/directus/utils)** - Added collaborative editing ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/ai](https://github.com/directus/ai)** - Attached prompts, content items, and visual editor elements to AI Assistant Context ([#​26512](https://github.com/directus/directus/pull/26512) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#​26481](https://github.com/directus/directus/pull/26481) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/memory](https://github.com/directus/memory)** - Added distributed locking ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) ##### 🐛 Bug Fixes & Optimizations - **[@​directus/app](https://github.com/directus/app)** - Replaced deprecated `ldapjs` with `ldapts` ([#​26363](https://github.com/directus/directus/pull/26363) by [@​dstockton](https://github.com/dstockton)) - Fixed an issue where the caret would jump to the end of the input in `v-template-input` when typing or updating content. ([#​26520](https://github.com/directus/directus/pull/26520) by [@​mustafaazad03](https://github.com/mustafaazad03)) - Fixed back button navigation on related items ([#​26553](https://github.com/directus/directus/pull/26553) by [@​robluton](https://github.com/robluton)) - Fixed table options menu clipping in markdown editor ([#​26487](https://github.com/directus/directus/pull/26487) by [@​DamnItAzriel](https://github.com/DamnItAzriel)) - Hide AI settings page when MCP and AI features are disabled through ENV ([#​26504](https://github.com/directus/directus/pull/26504) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Updated dependency ([#​26518](https://github.com/directus/directus/pull/26518) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - Fixed inconsistent disabled state across interfaces ([#​26470](https://github.com/directus/directus/pull/26470) by [@​formfcw](https://github.com/formfcw)) - Fixed an issue where custom CSS classes applied to PrivateView were not rendered ([#​26523](https://github.com/directus/directus/pull/26523) by [@​u12206050](https://github.com/u12206050)) - Fixed WYSIWYG interface not rendering when field is named "tooltip" ([#​26581](https://github.com/directus/directus/pull/26581) by [@​robluton](https://github.com/robluton)) - Fixed issue preventing sidebar details from being fetched when navigating back ([#​26542](https://github.com/directus/directus/pull/26542) by [@​robluton](https://github.com/robluton)) - Fixed Vue warning by passing required prop to interfaces ([#​26506](https://github.com/directus/directus/pull/26506) by [@​formfcw](https://github.com/formfcw)) - Fixed hardcoded "Loading..." text in field tree by using translation key ([#​26526](https://github.com/directus/directus/pull/26526) by [@​sinan-yildiz-marsus](https://github.com/sinan-yildiz-marsus)) - Renamed AI Chat to AI Assistant ([#​26517](https://github.com/directus/directus/pull/26517) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/api](https://github.com/directus/api)** - Improved error message for system field updates that are not schema.is\_indexed ([#​26548](https://github.com/directus/directus/pull/26548) by [@​JamesW1](https://github.com/JamesW1)) - Replaced deprecated `ldapjs` with `ldapts` ([#​26363](https://github.com/directus/directus/pull/26363) by [@​dstockton](https://github.com/dstockton)) - Changed users.last\_access display mode to absolute ([#​26548](https://github.com/directus/directus/pull/26548) by [@​JamesW1](https://github.com/JamesW1)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Added collaborative editing ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) - Added multi-provider AI support with Google and OpenAI-compatible providers. Extracted shared AI types into new `@directus/ai` package. ([#​26481](https://github.com/directus/directus/pull/26481) by [@​bryantgillespie](https://github.com/bryantgillespie)) - Changed users.last\_access display mode to absolute ([#​26548](https://github.com/directus/directus/pull/26548) by [@​JamesW1](https://github.com/JamesW1)) - Renamed AI Chat to AI Assistant ([#​26517](https://github.com/directus/directus/pull/26517) by [@​bryantgillespie](https://github.com/bryantgillespie)) - **[@​directus/env](https://github.com/directus/env)** - Fixed LDAP DN properties casted as arrays ([#​26579](https://github.com/directus/directus/pull/26579) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/memory](https://github.com/directus/memory)** - Handled empty buffers to prevent errors during race conditions or disconnects ([#​26172](https://github.com/directus/directus/pull/26172) by [@​Nitwel](https://github.com/Nitwel)) ##### 📦 Published Versions - `@directus/app@15.1.0` - `@directus/api@33.1.0` - `@directus/ai@1.1.0` - `@directus/composables@11.2.10` - `create-directus-extension@11.0.26` - `@directus/env@5.5.0` - `@directus/errors@2.2.0` - `@directus/extensions@3.0.17` - `@directus/extensions-registry@3.0.17` - `@directus/extensions-sdk@17.0.6` - `@directus/memory@3.1.0` - `@directus/pressure@3.0.15` - `@directus/schema-builder@0.0.12` - `@directus/storage-driver-azure@12.0.15` - `@directus/storage-driver-cloudinary@12.0.15` - `@directus/storage-driver-gcs@12.0.15` - `@directus/storage-driver-s3@​12.1.1` - `@directus/storage-driver-supabase@3.0.15` - `@directus/system-data@4.1.0` - `@directus/themes@1.2.2` - `@directus/types@14.1.0` - `@directus/utils@13.2.0` - `@directus/validation@2.0.15` - `@directus/sdk@21.1.0` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #3752 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 8bfb581d9b | Update directus/directus Docker tag to v11.14.1 (#3259) | |||
| db03b57c8c | update redis charts | |||
| 7ca7a0157b | expand redis | |||
| 8f90834648 | scale | |||
| f20c4483e8 | update chart | |||
| feb8ae9e0b | migrate to new chart | |||
| 386b38a25d | update chart | |||
| b49eed8db2 | replace redis with chart | |||
| 655b1c5905 | remove old cluster | |||
| 93685f6e98 | switchover | |||
| 8e87297413 | fix type | |||
| 48d8831faf | add new cluster | |||
| 4a03b902da |
Update directus/directus Docker tag to v11.14.0 (#2365)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [directus/directus](https://github.com/directus/directus) | minor | `11.13.4` -> `11.14.0` | --- ### Release Notes <details> <summary>directus/directus (directus/directus)</summary> ### [`v11.14.0`](https://github.com/directus/directus/releases/tag/v11.14.0) [Compare Source](https://github.com/directus/directus/compare/v11.13.4...v11.14.0) ##### ⚠️ Potential Breaking Changes - **[@​directus/stores](https://github.com/directus/stores)** - Removed sidebar states from app store ([#​26259](https://github.com/directus/directus/pull/26259) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) ##### ✨ New Features & Improvements - **[@​directus/app](https://github.com/directus/app)** - Added support for downloading multiple files and entire folder trees ([#​26006](https://github.com/directus/directus/pull/26006) by [@​Nitwel](https://github.com/Nitwel)) - Added AI chat sidebar ([#​26259](https://github.com/directus/directus/pull/26259) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - Added support for float intervals and min/max warnings for number inputs ([#​26190](https://github.com/directus/directus/pull/26190) by [@​gaetansenn](https://github.com/gaetansenn)) - Made both sidebars resizable ([#​26259](https://github.com/directus/directus/pull/26259) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - Added header interface ([#​26302](https://github.com/directus/directus/pull/26302) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/api](https://github.com/directus/api)** - Added support for downloading multiple files and entire folder trees ([#​26006](https://github.com/directus/directus/pull/26006) by [@​Nitwel](https://github.com/Nitwel)) - Added AI chat sidebar ([#​26259](https://github.com/directus/directus/pull/26259) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/types](https://github.com/directus/types)** - Added support for downloading multiple files and entire folder trees ([#​26006](https://github.com/directus/directus/pull/26006) by [@​Nitwel](https://github.com/Nitwel)) - Added AI chat sidebar ([#​26259](https://github.com/directus/directus/pull/26259) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/utils](https://github.com/directus/utils)** - Added support for downloading multiple files and entire folder trees ([#​26006](https://github.com/directus/directus/pull/26006) by [@​Nitwel](https://github.com/Nitwel)) - Moved `fetchRolesTree`,`fetchGlobalAccess`, `fetchGlobalAccessForUser` and `fetchGlobalAccessForRoles` to the public utility package ([#​26248](https://github.com/directus/directus/pull/26248) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Added support for downloading multiple files and entire folder trees ([#​26006](https://github.com/directus/directus/pull/26006) by [@​Nitwel](https://github.com/Nitwel)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Added AI chat sidebar ([#​26259](https://github.com/directus/directus/pull/26259) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/errors](https://github.com/directus/errors)** - Added AI chat sidebar ([#​26259](https://github.com/directus/directus/pull/26259) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/themes](https://github.com/directus/themes)** - Added AI chat sidebar ([#​26259](https://github.com/directus/directus/pull/26259) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) ##### 🐛 Bug Fixes & Optimizations - **[@​directus/app](https://github.com/directus/app)** - Fixed an issue where input focus ring disappears on hover ([#​26315](https://github.com/directus/directus/pull/26315) by [@​formfcw](https://github.com/formfcw)) - Fixed display template not appearing for relations inside translations on new items ([#​26219](https://github.com/directus/directus/pull/26219) by [@​gaetansenn](https://github.com/gaetansenn)) - Ensured the created revision uses the correct label ([#​26289](https://github.com/directus/directus/pull/26289) by [@​vizzv](https://github.com/vizzv)) - Added reactive primaryKey prop to useFlows composable ([#​26287](https://github.com/directus/directus/pull/26287) by [@​AlexGaillard](https://github.com/AlexGaillard)) - **[@​directus/api](https://github.com/directus/api)** - Added redirect validation ([#​26346](https://github.com/directus/directus/pull/26346) by [@​br41nslug](https://github.com/br41nslug)) - Moved `fetchRolesTree`,`fetchGlobalAccess`, `fetchGlobalAccessForUser` and `fetchGlobalAccessForRoles` to the public utility package ([#​26248](https://github.com/directus/directus/pull/26248) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated synchronization of remotely stored extensions ([#​26192](https://github.com/directus/directus/pull/26192) by [@​br41nslug](https://github.com/br41nslug)) - Fixed missing accountability for `files.upload` when TUS is enabled ([#​26247](https://github.com/directus/directus/pull/26247) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/types](https://github.com/directus/types)** - Moved `fetchRolesTree`,`fetchGlobalAccess`, `fetchGlobalAccessForUser` and `fetchGlobalAccessForRoles` to the public utility package ([#​26248](https://github.com/directus/directus/pull/26248) by [@​ComfortablyCoding](https://github.com/ComfortablyCoding)) - Updated synchronization of remotely stored extensions ([#​26192](https://github.com/directus/directus/pull/26192) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/storage-driver-cloudinary](https://github.com/directus/storage-driver-cloudinary)** - Updated synchronization of remotely stored extensions ([#​26192](https://github.com/directus/directus/pull/26192) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/storage-driver-supabase](https://github.com/directus/storage-driver-supabase)** - Updated synchronization of remotely stored extensions ([#​26192](https://github.com/directus/directus/pull/26192) by [@​br41nslug](https://github.com/br41nslug)) - **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk)** - Updated `esbuild` dependency from 0.25.12 to 0.26.0 ([#​26215](https://github.com/directus/directus/pull/26215) by [@​dependabot](https://github.com/dependabot)) - **[@​directus/system-data](https://github.com/directus/system-data)** - Updated `esbuild` dependency from 0.25.12 to 0.26.0 ([#​26215](https://github.com/directus/directus/pull/26215) by [@​dependabot](https://github.com/dependabot)) - **[@​directus/sdk](https://github.com/directus/sdk)** - Updated `esbuild` dependency from 0.25.12 to 0.26.0 ([#​26215](https://github.com/directus/directus/pull/26215) by [@​dependabot](https://github.com/dependabot)) - **[@​directus/themes](https://github.com/directus/themes)** - Made both sidebars resizable ([#​26259](https://github.com/directus/directus/pull/26259) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) - **[@​directus/utils](https://github.com/directus/utils)** - Preserved Error when passed to run-script operation ([#​26234](https://github.com/directus/directus/pull/26234) by [@​gaetansenn](https://github.com/gaetansenn)) - **[@​directus/composables](https://github.com/directus/composables)** - Set default sidebar shadow to false ([#​26259](https://github.com/directus/directus/pull/26259) by [@​rijkvanzanten](https://github.com/rijkvanzanten)) ##### 📦 Published Versions - `@directus/app@14.4.0` - `@directus/api@32.2.0` - `@directus/composables@11.2.8` - `create-directus-extension@11.0.24` - `@directus/env@5.3.3` - `@directus/errors@2.1.0` - `@directus/extensions@3.0.15` - `@directus/extensions-registry@3.0.15` - `@directus/extensions-sdk@17.0.4` - `@directus/memory@3.0.13` - `@directus/pressure@3.0.13` - `@directus/schema-builder@0.0.10` - `@directus/storage-driver-azure@12.0.13` - `@directus/storage-driver-cloudinary@12.0.13` - `@directus/storage-driver-gcs@12.0.13` - `@directus/storage-driver-s3@​12.0.13` - `@directus/storage-driver-supabase@3.0.13` - `@directus/stores@2.0.0` - `@directus/system-data@3.5.0` - `@directus/themes@1.2.0` - `@directus/types@13.5.0` - `@directus/utils@13.1.0` - `@directus/validation@2.0.13` - `@directus/sdk@20.3.0` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: #2365 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
|||
| 3e90af0eb5 | migrate | |||
| 4a30f53bd2 | remove charts to prep for migration | |||
| e102d910bc | add render manifest workflow |