Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 7.09 KB

UPGRADE_NOTES.md

File metadata and controls

39 lines (36 loc) · 7.09 KB

Directus Upgrade Notes

An abbreviation of the full Directus Release Notes highlighting breaking changes and new features

** Denotes a breaking change

Version Notes
10.8.3 ^ Fixed GraphQL Content Versions **, Renamed the type ExtensionItem to DirectusExtension, Added EXTENSIONS_MUST_LOAD config option ^
10.8.0 ^ Lots of new theming options with theme-selector **, Added theme extension type ^
10.7.2 ^ Added support for navigation dividers, configurable borders
10.7.1 ^ create-directus-project switched from CJS to ESM, changed license from GPL to MIT **
10.7.0 ^ Allow enabling/disable extensions through app and api (see settings page) **, Added support for Content Versioning ^, Support for uploading custom favicons ^
10.6.4 ^ Moved @directus/constants, @directus/types, @directus/utils into one package @directus/extensions ** ^, Added readAssetRaw() to @directus/sdk ^, Move all errors to @directus/errors ^
10.6.3 ^ If you saved field conditions in 10.6.2 release they need to be manually fixed in 10.6.3+ ** ^
10.6.2 ^ @directus/sdk changed asSearch to withSearch ** ^, Fix for including auth credentials with fetch ^
10.6 ^ Replaced vm2 with isolated-vm for sandboxing the "Run Script"-Operation in Flows (removes npm package use in Flows)** ^, Added (JWT) operation to Flows ^
10.5 ^ New SDK released ^, Supabase storage for files ^
10.4 ^ Removed context.exceptions in extensions**, Added @directus/errors instead ^, Moved Redis env vars** ^, Drop memcached support**, Beta SDK
10.3 ^ Added Websocket support to REST and GraphQL ^
10.2 ^ Live preview functionality ^, added env vars FILES_MAX_UPLOAD_SIZE and FILES_MIME_TYPE_ALLOW_LIST ^
10.1.1 ^ Vue 3.3 in Admin
10.1 ^ Added Kanban Layout ^, Additional Insight Panels ^, Block editor interface ^, Pressure based rate limiter ^, Extensions building to ESM
10.0 ^ New BSL 1.1 License ^
9.26 ^ Mail templates in Flows ^
9.25 ^ API changed from CJS to ESM (re-test extensions)**, support for AVIF files, Migrate to Material Symbols (more icons) ^
9.23.4 ^ GraphQL expires property changed from int to string** ^
9.23.2 ^ Global rate limiter introduced ^
9.23 ^ New /schema endpoints ^
9.22.2 ^ Top level extensions support Ex: extensions/directus-extension-*
9.22 ^ Node v18 requirement**, Replace @directus/drive**, Add REGION for S3 env config, File metadata abstraction replaced
9.21 ^ Add Bundle extension type ^
9.20 ^ Add SAML support in Auth ^
9.17.1 ^ Add SendGrid email transport ^
9.13 ^ Insights 2.0 ^
9.12 ^ Added Data Flows ^
9.7 ^ Update CORS_ENABLED and CORS_ORIGIN env vars to default disabled** ^
9.6 ^ New base theme in Data Studio ^
9.5.2 ^ Changed SDK .readMany() to .readByQuery()