Directus - Package Updates
Pinned
Directus
-
[1.43.0]
- Update Directus to 10.13.0
- Full changelog
-
[1.43.1]
- Update Directus to 10.13.1
- Full changelog
-
[1.43.2]
- Update Directus to 10.13.2
- Full changelog
-
[2.0.0]
- Update Directus to 11.0.0
- Full changelog
- Important: Directus v11 contains a brand new permissions system that's based on policies. We've provided a migration, so the upgrade path is the same as with other releases. This is a big release, which changes the paradigm on how permissions are attached and executed.
-
[2.0.1]
- Update Directus to 11.0.1
- Full changelog
- Added transaction retry mechanism for SQLite if a SQLITE_BUSY errors occurs (#23243 by @joggienl)
- Added support for listening on unix sockets via a new UNIX_SOCKET_PATH variable (#23150 by @McSundae)
- Added support to provide a cast prefix to config variables which are read from a file using the _FILE suffix (#22164 by @joselcvarela)
- Removed update delay in the block editor interface (#23115 by @SP12893678)
- Fixed list structure in draggable lists (#23116 by @SP12893678)
- Fixed an issue that would cause the translations display not to use the correct language if the user relied on "system (#23240 by @danilobuerger)
- Improved policies migration to handle a missing foreign key on directus_permissions.role more gracefully (#23251 by @hanneskuettner)
- Ensured the migrations are properly executed when bootstrapping MySQL (#23233 by @paescuj)
- Fixed drop foreign key if has different constraint name on permissions policies migrations (#23253 by @joselcvarela)
- Fixed the init CLI command for MySQL to use the new mysql2 package (#23231 by @paescuj)
-
[2.0.2]
- Update Directus to 11.0.2
- Full changelog
-
[2.1.0]
- Update Directus to 11.1.0
- Full changelog
-
[2.1.1]
- Update Directus to 11.1.1
- Full changelog
-
[2.1.2]
- Update Directus to 11.1.2
- Full changelog
-
[2.2.0]
- Update Directus to 11.2.0
- Full Changelog
- Added TUS support to the Supabase storage driver (#23958 by @ComfortablyCoding)
- Added TUS support to the Azure storage driver (#23904 by @ComfortablyCoding)
- Added TUS support to the Cloudinary storage driver (#23943 by @ComfortablyCoding)
- Added TUS support to the GCS storage driver (#23897 by @ComfortablyCoding)
-
[2.2.1]
- Update Directus to 11.2.1
- Full Changelog
-
[2.2.2]
- Update directus to 11.2.2
- Full Changelog
- Fixed enforcing
chunkSize
when TUS is not enabled and updated the defaultTUS_CHUNK_SIZE
to8mb
(#24002 by @ComfortablyCoding)