From 43849e6992b0a8457900ed354fc87f1b215998cd Mon Sep 17 00:00:00 2001 From: webiny-bot Date: Wed, 5 Aug 2026 10:03:47 +0000 Subject: [PATCH 1/8] chore: generate changelog for 6.4.7 --- docs/release-notes/6.4.7/upgrade-guide.mdx | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 docs/release-notes/6.4.7/upgrade-guide.mdx diff --git a/docs/release-notes/6.4.7/upgrade-guide.mdx b/docs/release-notes/6.4.7/upgrade-guide.mdx new file mode 100644 index 000000000..9b960d08e --- /dev/null +++ b/docs/release-notes/6.4.7/upgrade-guide.mdx @@ -0,0 +1,61 @@ +--- +id: qz508v2f +title: Upgrade from 6.4.x to 6.4.7 +description: Learn how to upgrade Webiny from 6.4.x to 6.4.7. +--- + +import { Alert } from "@/components/Alert"; +import { AdditionalNotes } from "@/components/upgrade/AdditionalNotes"; + + + +- how to upgrade Webiny from 6.4.x to 6.4.7 + + + + + +Make sure to check out the [6.4.7 changelog](./changelog) to get familiar with the changes introduced in this release. + + + +## Step-by-Step Guide + +### 1. Upgrade Webiny Packages + +Upgrade all Webiny packages by running the following command: + +```bash +yarn webiny upgrade 6.4.7 --debug +``` + +Note that the command above will run upgrades for all available versions of Webiny up to 6.4.7. If there are upgrades for 6.4.1, 6.4.5, they will be ran. + +You can omit the version to upgrade to the latest available: + +```bash +yarn webiny upgrade --debug +``` + +Once the upgrade has finished, running the `yarn webiny --version` command in your terminal should return **6.4.7**. + + + +If the above command fails or is not available in your setup, you can run the upgrade script directly via `npx`: + +```bash +npx https://github.com/webiny/webiny-upgrades-v6 6.4.7 --debug +``` + + + +### 2. Deploy Your Project + +Proceed by redeploying your Webiny project: + +```bash +# Execute in your project root. +yarn webiny deploy --env {environment} +``` + + From 66cd04f53f8b8818b78f68e0d6e40375eb76b4ad Mon Sep 17 00:00:00 2001 From: webiny-bot Date: Thu, 6 Aug 2026 07:08:15 +0000 Subject: [PATCH 2/8] chore: regenerate release notes for 6.4.7 --- docs/release-notes/6.4.7/changelog.ai.txt | 8 ++++++++ docs/release-notes/6.4.7/changelog.mdx | 17 +++++++++++++++++ docs/release-notes/6.4.7/upgrade-guide.mdx | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 docs/release-notes/6.4.7/changelog.ai.txt create mode 100644 docs/release-notes/6.4.7/changelog.mdx diff --git a/docs/release-notes/6.4.7/changelog.ai.txt b/docs/release-notes/6.4.7/changelog.ai.txt new file mode 100644 index 000000000..62ece3de7 --- /dev/null +++ b/docs/release-notes/6.4.7/changelog.ai.txt @@ -0,0 +1,8 @@ +AI Context: 6.4.7 Changelog (changelog.mdx) + +This file tracks manual edits made after the generation script ran. +The script reads the "Skipped PRs" section to avoid re-adding removed entries. + +## Skipped PRs + +## Manual Rewrites diff --git a/docs/release-notes/6.4.7/changelog.mdx b/docs/release-notes/6.4.7/changelog.mdx new file mode 100644 index 000000000..d7b68ebc2 --- /dev/null +++ b/docs/release-notes/6.4.7/changelog.mdx @@ -0,0 +1,17 @@ +--- +id: f8avotn5 +title: Webiny 6.4.7 Changelog +description: See what's new in Webiny version 6.4.7 +--- + +import { GithubRelease } from "@/components/GithubRelease"; +import { Alert } from "@/components/Alert"; + + + +## Headless CMS + +### Fixed Scheduler Updates Failing When AWS Event Does Not Exist ([#5558](https://github.com/webiny/webiny-js/pull/5558)) +{/* REVIEW-PENDING @brunozoric — confirm this entry, then delete this line */} + +When updating a scheduled action, the operation would fail if the underlying AWS EventBridge Scheduler event had been deleted or did not exist. The scheduler now checks whether the event exists before attempting an update — if it's missing, a new event is created instead. diff --git a/docs/release-notes/6.4.7/upgrade-guide.mdx b/docs/release-notes/6.4.7/upgrade-guide.mdx index 9b960d08e..17e00b303 100644 --- a/docs/release-notes/6.4.7/upgrade-guide.mdx +++ b/docs/release-notes/6.4.7/upgrade-guide.mdx @@ -1,5 +1,5 @@ --- -id: qz508v2f +id: rl42u2m4 title: Upgrade from 6.4.x to 6.4.7 description: Learn how to upgrade Webiny from 6.4.x to 6.4.7. --- From f1ea085c4c156bda62f2c0a76d95d7b7513fd37e Mon Sep 17 00:00:00 2001 From: webiny-bot Date: Thu, 6 Aug 2026 13:40:59 +0000 Subject: [PATCH 3/8] chore: regenerate release notes for 6.4.7 --- docs/release-notes/6.4.7/changelog.mdx | 5 +++++ docs/release-notes/6.4.7/upgrade-guide.mdx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/6.4.7/changelog.mdx b/docs/release-notes/6.4.7/changelog.mdx index d7b68ebc2..fbf66ad2d 100644 --- a/docs/release-notes/6.4.7/changelog.mdx +++ b/docs/release-notes/6.4.7/changelog.mdx @@ -15,3 +15,8 @@ import { Alert } from "@/components/Alert"; {/* REVIEW-PENDING @brunozoric — confirm this entry, then delete this line */} When updating a scheduled action, the operation would fail if the underlying AWS EventBridge Scheduler event had been deleted or did not exist. The scheduler now checks whether the event exists before attempting an update — if it's missing, a new event is created instead. + +### Fixed Folder Drag-and-Drop Confirmation Not Blocking Visual Update ([#5560](https://github.com/webiny/webiny-js/pull/5560)) +{/* REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line */} + +When using the `Browser.Folder.DropConfirmation` configuration to require confirmation before moving folders, the folder would visually move to its new position before the confirmation dialog appeared. If you cancelled the dialog, the folder would snap back — a confusing experience. The visual update now waits until you confirm or cancel the move, and cancelling leaves the folder in its original position. diff --git a/docs/release-notes/6.4.7/upgrade-guide.mdx b/docs/release-notes/6.4.7/upgrade-guide.mdx index 17e00b303..8d38fede1 100644 --- a/docs/release-notes/6.4.7/upgrade-guide.mdx +++ b/docs/release-notes/6.4.7/upgrade-guide.mdx @@ -1,5 +1,5 @@ --- -id: rl42u2m4 +id: wm2847ag title: Upgrade from 6.4.x to 6.4.7 description: Learn how to upgrade Webiny from 6.4.x to 6.4.7. --- From 86ed7518569b5fb1a9db362e4147ff8104e704a6 Mon Sep 17 00:00:00 2001 From: webiny-bot Date: Thu, 6 Aug 2026 14:47:30 +0000 Subject: [PATCH 4/8] chore: regenerate release notes for 6.4.7 --- docs/release-notes/6.4.7/changelog.mdx | 7 +++++++ docs/release-notes/6.4.7/upgrade-guide.mdx | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/6.4.7/changelog.mdx b/docs/release-notes/6.4.7/changelog.mdx index fbf66ad2d..c26972ce1 100644 --- a/docs/release-notes/6.4.7/changelog.mdx +++ b/docs/release-notes/6.4.7/changelog.mdx @@ -20,3 +20,10 @@ When updating a scheduled action, the operation would fail if the underlying AWS {/* REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line */} When using the `Browser.Folder.DropConfirmation` configuration to require confirmation before moving folders, the folder would visually move to its new position before the confirmation dialog appeared. If you cancelled the dialog, the folder would snap back — a confusing experience. The visual update now waits until you confirm or cancel the move, and cancelling leaves the folder in its original position. + +## Admin + +### Fixed Sidebar Menu Overflow with Long Content Model Names ([#5561](https://github.com/webiny/webiny-js/pull/5561)) +{/* REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line */} + +Long content model names in the sidebar navigation were pushing the menu wider than its container, hiding the expand/collapse chevrons on parent groups. Sub-menu item text now truncates with an ellipsis instead of overflowing, and the pin icon on hover no longer overlaps with the truncated text. diff --git a/docs/release-notes/6.4.7/upgrade-guide.mdx b/docs/release-notes/6.4.7/upgrade-guide.mdx index 8d38fede1..66a2222b7 100644 --- a/docs/release-notes/6.4.7/upgrade-guide.mdx +++ b/docs/release-notes/6.4.7/upgrade-guide.mdx @@ -1,5 +1,5 @@ --- -id: wm2847ag +id: dqwp601c title: Upgrade from 6.4.x to 6.4.7 description: Learn how to upgrade Webiny from 6.4.x to 6.4.7. --- From fc73283b240db62dae3abcecf972a740faf809da Mon Sep 17 00:00:00 2001 From: webiny-bot Date: Fri, 7 Aug 2026 07:48:44 +0000 Subject: [PATCH 5/8] chore: regenerate release notes for 6.4.7 --- docs/release-notes/6.4.7/upgrade-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/6.4.7/upgrade-guide.mdx b/docs/release-notes/6.4.7/upgrade-guide.mdx index 66a2222b7..5c34c7d16 100644 --- a/docs/release-notes/6.4.7/upgrade-guide.mdx +++ b/docs/release-notes/6.4.7/upgrade-guide.mdx @@ -1,5 +1,5 @@ --- -id: dqwp601c +id: qnea0oj7 title: Upgrade from 6.4.x to 6.4.7 description: Learn how to upgrade Webiny from 6.4.x to 6.4.7. --- From 6fece37fb231e9752b8fa80213591f000216a273 Mon Sep 17 00:00:00 2001 From: webiny-bot Date: Fri, 7 Aug 2026 08:38:47 +0000 Subject: [PATCH 6/8] chore: regenerate release notes for 6.4.7 --- docs/release-notes/6.4.7/upgrade-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/6.4.7/upgrade-guide.mdx b/docs/release-notes/6.4.7/upgrade-guide.mdx index 5c34c7d16..f7afb8552 100644 --- a/docs/release-notes/6.4.7/upgrade-guide.mdx +++ b/docs/release-notes/6.4.7/upgrade-guide.mdx @@ -1,5 +1,5 @@ --- -id: qnea0oj7 +id: oiaf7iuw title: Upgrade from 6.4.x to 6.4.7 description: Learn how to upgrade Webiny from 6.4.x to 6.4.7. --- From b7795827cc5418e9f39265791e40466ec3c65fe5 Mon Sep 17 00:00:00 2001 From: webiny-bot Date: Fri, 7 Aug 2026 08:54:47 +0000 Subject: [PATCH 7/8] chore: regenerate release notes for 6.4.7 --- docs/release-notes/6.4.7/changelog.mdx | 7 +++++++ docs/release-notes/6.4.7/upgrade-guide.mdx | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/6.4.7/changelog.mdx b/docs/release-notes/6.4.7/changelog.mdx index c26972ce1..f07ebf8c0 100644 --- a/docs/release-notes/6.4.7/changelog.mdx +++ b/docs/release-notes/6.4.7/changelog.mdx @@ -21,6 +21,13 @@ When updating a scheduled action, the operation would fail if the underlying AWS When using the `Browser.Folder.DropConfirmation` configuration to require confirmation before moving folders, the folder would visually move to its new position before the confirmation dialog appeared. If you cancelled the dialog, the folder would snap back — a confusing experience. The visual update now waits until you confirm or cancel the move, and cancelling leaves the folder in its original position. +### Fixed Dynamic Zone Template Edit Dialog and Description Overflow ([#5564](https://github.com/webiny/webiny-js/pull/5564)) +{/* REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line */} + +Clicking **Edit** on a collapsed Dynamic Zone template accordion item now correctly opens the edit dialog. Previously, the dialog would only open when the accordion was already expanded. + +Additionally, long template descriptions in the "Insert a template" dialog no longer break the layout. In list view, text now wraps naturally; in grid view, descriptions are clamped to 2 lines with an ellipsis. + ## Admin ### Fixed Sidebar Menu Overflow with Long Content Model Names ([#5561](https://github.com/webiny/webiny-js/pull/5561)) diff --git a/docs/release-notes/6.4.7/upgrade-guide.mdx b/docs/release-notes/6.4.7/upgrade-guide.mdx index f7afb8552..65102edeb 100644 --- a/docs/release-notes/6.4.7/upgrade-guide.mdx +++ b/docs/release-notes/6.4.7/upgrade-guide.mdx @@ -1,5 +1,5 @@ --- -id: oiaf7iuw +id: e7eaoh5i title: Upgrade from 6.4.x to 6.4.7 description: Learn how to upgrade Webiny from 6.4.x to 6.4.7. --- From 00e1c5550b5f6f431150e54c8207adaa7432d502 Mon Sep 17 00:00:00 2001 From: Pavel Denisjuk Date: Fri, 7 Aug 2026 11:04:00 +0200 Subject: [PATCH 8/8] chore: verify changelog --- docs/release-notes/6.4.7/changelog.mdx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/release-notes/6.4.7/changelog.mdx b/docs/release-notes/6.4.7/changelog.mdx index f07ebf8c0..bc978c0f5 100644 --- a/docs/release-notes/6.4.7/changelog.mdx +++ b/docs/release-notes/6.4.7/changelog.mdx @@ -5,24 +5,20 @@ description: See what's new in Webiny version 6.4.7 --- import { GithubRelease } from "@/components/GithubRelease"; -import { Alert } from "@/components/Alert"; ## Headless CMS ### Fixed Scheduler Updates Failing When AWS Event Does Not Exist ([#5558](https://github.com/webiny/webiny-js/pull/5558)) -{/* REVIEW-PENDING @brunozoric — confirm this entry, then delete this line */} When updating a scheduled action, the operation would fail if the underlying AWS EventBridge Scheduler event had been deleted or did not exist. The scheduler now checks whether the event exists before attempting an update — if it's missing, a new event is created instead. ### Fixed Folder Drag-and-Drop Confirmation Not Blocking Visual Update ([#5560](https://github.com/webiny/webiny-js/pull/5560)) -{/* REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line */} When using the `Browser.Folder.DropConfirmation` configuration to require confirmation before moving folders, the folder would visually move to its new position before the confirmation dialog appeared. If you cancelled the dialog, the folder would snap back — a confusing experience. The visual update now waits until you confirm or cancel the move, and cancelling leaves the folder in its original position. ### Fixed Dynamic Zone Template Edit Dialog and Description Overflow ([#5564](https://github.com/webiny/webiny-js/pull/5564)) -{/* REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line */} Clicking **Edit** on a collapsed Dynamic Zone template accordion item now correctly opens the edit dialog. Previously, the dialog would only open when the accordion was already expanded. @@ -31,6 +27,5 @@ Additionally, long template descriptions in the "Insert a template" dialog no lo ## Admin ### Fixed Sidebar Menu Overflow with Long Content Model Names ([#5561](https://github.com/webiny/webiny-js/pull/5561)) -{/* REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line */} Long content model names in the sidebar navigation were pushing the menu wider than its container, hiding the expand/collapse chevrons on parent groups. Sub-menu item text now truncates with an ellipsis instead of overflowing, and the pin icon on hover no longer overlaps with the truncated text.