v5.45.0
📦 strapiView on GitHub →
✨ 4 features🐛 14 fixes🔧 12 symbols
Summary
Version 5.45.0 introduces extended plugin API capabilities, improved admin token functionality, and various bug fixes across content management, database operations, and uploads. Key fixes include resolving URL parameter issues and addressing memory leaks in sharp.
✨ New Features
- Extended CTB API for plugins.
- Sorting based on publish status is now available.
- Admin API tokens now support admin permissions and admin user ownership.
- Added Zod 4 foundation utilities to the content-manager.
🐛 Bug Fixes
- Fixed an issue related to plugin content type UID.
- Resolved style issues.
- Opted out of the CT backup strategy for plugin content types.
- Fixed build errors.
- Enforced minimum length requirements.
- Prevented trailing '?' in URLs when the params object is empty.
- Dynamically updated the rate limit prefix key based on the route.
- Cleaned up lazy component registration warnings in the admin panel.
- Typed addMenuLink with an optional Component for menu-only links in the admin panel.
- Prevented a crash on detached DZ components in the content-manager.
- Preserved plugin CT identity in AI chat transform within the content-type-builder.
- Ensured cleanOrderColumns updates run sequentially in the database module.
- Implemented incremental loading in the assignee dropdown for review-workflows.
- Addressed Out-Of-Memory (OOM) issues related to sharp concurrency and cache in the upload module.