For the full list of changes, check out the Webiny 5.43.3external link release on GitHub.

Headless CMS
anchor

Fix Nested Search in the Elasticsearch/Opensearch Systems (#4665external link)
anchor

When running a full-text search in the Headless CMS, with a search parameter in either GraphQL query or directly in code, the system now correctly handles nested (object) fields.

Check Security Authorization While Decorating Cms Methods (#4667external link)
anchor

The FLP (Field Level Permissions) decoration applied to CMS CRUD methods is now properly disabled when authorization is turned off — for example, when using context.security.withoutAuthorization.

This ensures that method behavior aligns correctly with the current security context.

Handling Missing Table Cell Metadata Values Gracefully (#4687external link)
anchor

The UI now handles missing table cell metadata gracefully: if some metadata do not exist, the table cell renders a “dash” (-). It previously failed by throwing an error.

In the Headless CMS, Add Dynamic Search Placeholder to Content Entries List  (#4682external link)
anchor

The Search placeholder is more informative now in the HCMS list view, just like the one in File Manager and the Website Builder (coming soon), providing editors with better context about where the search will take place.