v5.24.1
Breaking Changes📦 strapi
⚠ 1 breaking✨ 1 features🐛 2 fixes⚡ 1 deprecations
Summary
Version 5.24.1 introduces Advanced Session Configuration and fixes a database corruption bug, but it is immediately deprecated in favor of 5.24.2 due to fundamental changes in Admin JWT handling.
⚠️ Breaking Changes
- This release does not introduce breaking changes in documented Strapi APIs or functions, but projects relying on undocumented internal behavior related to Admin Panel login and register JWTs are very likely to break, potentially affecting Admin Panel login.
Migration Steps
- Review the new JWT management modes documentation if your project relies on custom Admin JWT handling, as internal behavior has fundamentally changed.
- Upgrade to version 5.24.2 as 5.24.1 is deprecated.
✨ New Features
- Advanced Session Configuration ([#24346](https://github.com/strapi/strapi/pull/24346))
🐛 Bug Fixes
- Fixed database corruption issue caused by orphaned relations ([#24316](https://github.com/strapi/strapi/pull/24316)).
- Asserted admin.auth.secret on bootstrap instead of init (a1b9cf7971).
⚡ Deprecations
- Version 5.24.1 is deprecated; users should upgrade to 5.24.2.