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

Headless CMS
anchor

ExportBindParentNameContextfor External Use (#5573external link)
anchor

{/ REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line /}

The BindParentNameContext is now exported from the CMS app, allowing external consumers to access it. Additionally, the Fields grid layout now wraps its children in a BindParentNameContext.Provider, ensuring nested field components receive the correct parent bind name through context when using useBindParentName().

Website Builder
anchor

Fixed Deletion of Non-Empty Folders (#5574external link)
anchor

{/ REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line /}

Deleting a Website Builder page or redirect folder that still contained items would silently succeed, leaving orphaned pages or redirects in the database that became invisible in the UI. Folder deletion now checks for contained pages or redirects before proceeding — if the folder is not empty, the operation is rejected with an error. Audit log entries are also now created when empty WB page and redirect folders are deleted.

Webiny SDK
anchor

NewAiModelRegistryAbstraction (#5575external link)
anchor

{/ REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line /}

Model listing has been extracted from the Ai class into a standalone AiModelRegistry abstraction. This makes model listing a decoratable, independently injectable concern. The Ai class now delegates listModels(), listModelsByConnections(), and listModelsByConnection() to the registry. AiModelRegistry is exported from both @webiny/api-core and the webiny package.