Change8

v5.24.0

Breaking Changes
📦 strapiView on GitHub →
1 breaking1 features🐛 1 fixes1 deprecations🔧 2 symbols

Summary

Version 5.24.0 introduces Advanced Session Configuration and fixes a database corruption bug, but it fundamentally changes Admin JWT handling, leading to a deprecation recommendation to revert to 5.23.6.

⚠️ Breaking Changes

  • This version fundamentally changes how Admin Panel login and register JWTs work. If your project or plugins rely on undocumented functionality or internal behavior related to the Admin JWT, those implementations are very likely to break after upgrading and affect your ability to log in to the Strapi Admin Panel.

Migration Steps

  1. Review the new JWT management modes documentation for Users and Permissions and Admin Panel if your implementation relies on Admin JWT internals.

✨ New Features

  • Advanced Session Configuration.

🐛 Bug Fixes

  • Fixed an issue where the database was corrupt with orphaned relations.

🔧 Affected Symbols

Admin Panel JWT handlingUsers and Permissions JWT handling

⚡ Deprecations

  • This version (5.24.0) is deprecated. Revert to 5.23.6 for now.