[2.12.0]
Update directus to 11.12.0
Full Changelog
Fixed USER_CREATED, USER_UPDATED, DATE_CREATED, and DATE_UPDATED values in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. (#25744)
Requesting a non-existent version will now return a Forbidden error.
The USER_CREATED, USER_UPDATED, DATE_CREATED, and DATE_UPDATED fields will now represent the last actual changes, not the promotion metadata.
Add MCP support (#25578 by @ComfortablyCoding)
Fixed OAuth flow to allow for 2FA setup (#25695 by @robluton)
Added description and primary key copy option to the policy page sidebar (#25755 by @khanahmad4527)
Ensured that custom validation messages are displayed in the drawer (#25786 by @formfcw)
Added cache-busting to image asset URLs in the studio to ensure updated images are always loaded (#25833 by @formfcw)
Fixed issue causing incorrect relationships to be used in custom interfaces (#25638 by @robluton)
Ensured that M2M fields in the directus_files collection use the correct interface (#25602 by @robluton)