5.11.2 (2025-03-13)
🔥 Bug fix
- bidirectional relations sync (ad216ff22f)
⚙️ Chore
- todo tests (79b20f0f31)
❤️ Thank You
- Marc-Roig
Tag Name: v5.11.2
Release Date: 3/13/2025
StrapiOpen-source headless CMS built with Node.js. Provides developers with complete freedom in choosing their favorite tools and frameworks for frontend development.
This patch release addresses an important issue with bidirectional relations in Strapi, ensuring that related data properly syncs across both sides of a relation. The fix resolves inconsistencies that could occur when updating relational data, providing more reliable data management for content types with bidirectional relationships.
No migration steps are required for this update. This is a patch release that fixes a bug without introducing breaking changes or requiring configuration updates.
To update to v5.11.2, you can use your package manager:
# Using npm
npm install [email protected]
# Using yarn
yarn add [email protected]
# Using pnpm
pnpm add [email protected]
Priority: Medium-High
This upgrade is recommended for all Strapi users who utilize bidirectional relations in their content types. The fix addresses a data consistency issue that could affect the reliability of your content management.
The update is a straightforward patch release with minimal risk, focusing solely on fixing the bidirectional relations synchronization bug. No breaking changes are introduced.
If your Strapi instance heavily relies on bidirectional relations, upgrading to v5.11.2 is highly recommended to ensure data integrity across your content types.
Fixed an issue where bidirectional relations were not properly synchronizing between related content types. This bug could cause data inconsistencies where updates to one side of a relation weren't correctly reflected on the other side.
The fix ensures that when content with bidirectional relations is updated, both sides of the relationship are properly synchronized, maintaining data integrity across the content management system.
Reference: PR #23146
No new features were introduced in this patch release. This is a focused bug fix release addressing a specific issue with bidirectional relations synchronization.
No security fixes were included in this release. The focus was on fixing the bidirectional relations synchronization bug.
No specific performance improvements were included in this release. The focus was on fixing the bidirectional relations synchronization bug.
This patch release addresses a specific but important issue with bidirectional relations in Strapi. The fix ensures that when content with bidirectional relations is updated, both sides of the relationship are properly synchronized.
Before the fix:
After the fix:
This release improves the reliability of Strapi's relational data management without introducing any breaking changes or requiring configuration updates. The impact is positive for all users who work with bidirectional relations in their content types.