Document Directus 12.4.1 - #833
Merged
ChristopherJennings merged 1 commit intoSep 23, 2026
Merged
Conversation
Add a 12.4.1 entry to the September 2026 changelog and warn on the Version 12.4.0 breaking changes section that 12.4.0 breaks folder reads for non-admin users, so readers upgrade straight to 12.4.1. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ChristopherJennings
deleted the
claude/directus-v12-changelog-sync-8acc4f
branch
September 23, 2026 17:38
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #831 for the Directus 12.4.1 patch release.
12.4.1 contains a single fix (directus/directus#28286) for a regression introduced in 12.4.0: any read of
directus_foldersby a non-admin user failed with a500error, which broke the File Library for non-admin users and anyGET /foldersrequest made with a non-admin token (directus/directus#28285).What changed
content/releases/2.changelog.md: the September 2026 entry now uses the "This month we had two releases" pattern with a 12.4.1 bullet. It notes there are no breaking changes, describes the regression, and recommends upgrading to 12.4.1 rather than 12.4.0.content/releases/3.breaking-changes/3.version-12.md: a warning callout at the top of the Version 12.4.0 section gives the same advice and links to the 12.4.1 release. The breaking changes listed apply to both versions.Reviewer notes
🤖 Generated with Claude Code