The Changelog #2
Published September 10th, 2024
Written By
Beth Loft
Community Operations Specialist
TagsChangelog
- In Directus 11.1, you can now stream system logs inside of the Directus Data Studio to have greater visibility and debug problems. You can filter by log level or node in a multi-node deployment.
- We added support for listening on a Unix socket path as opposed to host and port.
- You can now customize the invite link expiry time.
- Indices are now supported through the new
is_indexed
field, which means you don’t have to do this directly in your database anymore. - Using the LiquidJS template operation enables dynamically-generated content creation, perfect for creating personalized emails or any scenario where you need to combine data with templates within a flow.
- Resend email operation integrates Resend's powerful email API into your Directus flows.
- The Table in Insight Panel facilitates output data from across multiple tables, if you click an item, it'll open a Directus Editor draw.
- Plausible Analytics Bundle embeds your Plausible dashboard right within your Directus Insights dashboard or your content editor.
- The Flow Trigger Bundle allows you to run manually-triggered flows from right within a dashboard or within your content editor.
- List interface enables the easy creation and management of simple lists with full keyboard support.
- A global command palette extension is now available - giving you CMD/Ctrl+K across Directus. Navigate the Data Studio, run flows, and copy API endpoints from anywhere.
- WYSIWYG & Block Editor Boilerplates give extension authors the ability to use them as a base for their customizations.