From 194c80fbba1d035596e12054d1408e5c72f991f2 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Fri, 30 May 2025 09:04:10 +0200 Subject: [PATCH 1/4] Updated with release notes for May 2025 for cloud --- .../overview-2025/2025-05-releasenotes.md | 12 ++++++++++++ .../release-notes/overview-2025/overview-2025.md | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 umbraco-cloud/release-notes/overview-2025/2025-05-releasenotes.md diff --git a/umbraco-cloud/release-notes/overview-2025/2025-05-releasenotes.md b/umbraco-cloud/release-notes/overview-2025/2025-05-releasenotes.md new file mode 100644 index 00000000000..b7855fb1108 --- /dev/null +++ b/umbraco-cloud/release-notes/overview-2025/2025-05-releasenotes.md @@ -0,0 +1,12 @@ +# May 2025 + +## Key Takeaways + +* **Faster deployments for schema changes** - Deployments with only *.uda changes are now ~80% faster – no full build step required. + +## Faster deployments for schema changes +We’ve optimized the deployment flow when only `*.uda` files are changed – these are the files Umbraco Deploy uses to track changes to things like content types and data types. + +Instead of running a full `dotnet restore/build/publish`, we now simply copy the updated *.uda files. +This makes deployments in these cases up to 80% faster, getting your schema updates live in a fraction of the time. + diff --git a/umbraco-cloud/release-notes/overview-2025/overview-2025.md b/umbraco-cloud/release-notes/overview-2025/overview-2025.md index a4fa8390fc2..fcaf29b97fd 100644 --- a/umbraco-cloud/release-notes/overview-2025/overview-2025.md +++ b/umbraco-cloud/release-notes/overview-2025/overview-2025.md @@ -4,6 +4,9 @@ description: Get an overview of the release notes for each month in 2025. # Overview 2025 +### [May 2025](2025-05-releasenotes.md) +* **Faster deployments for schema changes** - Deployments with only *.uda changes are now ~80% faster – no full build step required. + ### [April 2025](2025-04-releasenotes.md) * **Flexible Environments for Umbraco Cloud** - Flexible Environment is now in open beta on Umbraco Cloud. You can start working on larger features in isolation, which is available for Standard and Professional plans. * **Canada Region Available** - Umbraco Cloud now has a Canada region. From 22bfe2e1d39c3e73a30dcdc7dde85c2fe04cc014 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Fri, 30 May 2025 10:11:07 +0200 Subject: [PATCH 2/4] Fix long sentence and other --- .../overview-2025/2025-05-releasenotes.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/umbraco-cloud/release-notes/overview-2025/2025-05-releasenotes.md b/umbraco-cloud/release-notes/overview-2025/2025-05-releasenotes.md index b7855fb1108..8cf21343847 100644 --- a/umbraco-cloud/release-notes/overview-2025/2025-05-releasenotes.md +++ b/umbraco-cloud/release-notes/overview-2025/2025-05-releasenotes.md @@ -2,11 +2,11 @@ ## Key Takeaways -* **Faster deployments for schema changes** - Deployments with only *.uda changes are now ~80% faster – no full build step required. +* **Faster deployments for schema changes** - Deployments with only `*.uda`** changes are now ~80% faster. No full build step required. -## Faster deployments for schema changes -We’ve optimized the deployment flow when only `*.uda` files are changed – these are the files Umbraco Deploy uses to track changes to things like content types and data types. +## Faster deployments for schema changes -Instead of running a full `dotnet restore/build/publish`, we now simply copy the updated *.uda files. -This makes deployments in these cases up to 80% faster, getting your schema updates live in a fraction of the time. +We’ve optimized the deployment flow when only `*.uda` files are changed. These are the files Umbraco Deploy uses to track changes to things like Content Types and Data Types. +Instead of running a full `dotnet restore/build/publish`, we now copy the updated `*.uda` files. +This makes deployments in these cases up to 80% faster, enabling your schema updates to go live in a fraction of the time. From 213df7ddc8534e96823f49c2de3165c6274cb61f Mon Sep 17 00:00:00 2001 From: sofietoft Date: Fri, 30 May 2025 10:12:57 +0200 Subject: [PATCH 3/4] Fix grammar --- .../overview-2025/overview-2025.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/umbraco-cloud/release-notes/overview-2025/overview-2025.md b/umbraco-cloud/release-notes/overview-2025/overview-2025.md index fcaf29b97fd..1ed34400313 100644 --- a/umbraco-cloud/release-notes/overview-2025/overview-2025.md +++ b/umbraco-cloud/release-notes/overview-2025/overview-2025.md @@ -4,20 +4,25 @@ description: Get an overview of the release notes for each month in 2025. # Overview 2025 -### [May 2025](2025-05-releasenotes.md) -* **Faster deployments for schema changes** - Deployments with only *.uda changes are now ~80% faster – no full build step required. +## [May 2025](2025-05-releasenotes.md) + +* **Faster deployments for schema changes** - Deployments with only `*.uda` changes are now ~80% faster. No full build step is required. + +## [April 2025](2025-04-releasenotes.md) -### [April 2025](2025-04-releasenotes.md) * **Flexible Environments for Umbraco Cloud** - Flexible Environment is now in open beta on Umbraco Cloud. You can start working on larger features in isolation, which is available for Standard and Professional plans. * **Canada Region Available** - Umbraco Cloud now has a Canada region. -### [March 2025](2025-03-releasenotes.md) +## [March 2025](2025-03-releasenotes.md) + * **A Refreshed Sign-In Experience** - Updated sign-in page with a new look and feel that matches the Umbraco identity. * **Smoother Experience on Usage page** - Improved performance on usage pages for a faster and smoother experience. -### [February 2025](2025-02-releasenotes.md) +## [February 2025](2025-02-releasenotes.md) + * **Updated Bandwidth Methodology** - Only end-user traffic is counted, reducing reported usage and encouraging caching. * **Custom Identity Provider** - Configure your own login provider directly in Umbraco Cloud and use it to sign into your project. -### [January 2025](2025-01-releasenotes.md) +## [January 2025](2025-01-releasenotes.md) + * **Restrict access to your Management API** - It's now possible to configure IP filtering for the Umbraco Cloud Management APIs. From f4b4cd1d8f28d6316cb997d5860f7e02f6335891 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Fri, 30 May 2025 13:39:26 +0200 Subject: [PATCH 4/4] Added may release notes on SUMMARY.md --- umbraco-cloud/SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/umbraco-cloud/SUMMARY.md b/umbraco-cloud/SUMMARY.md index 7d0fcdb33a7..f8efc476d3d 100644 --- a/umbraco-cloud/SUMMARY.md +++ b/umbraco-cloud/SUMMARY.md @@ -144,6 +144,7 @@ ## Release Notes * [Overview 2025](release-notes/overview-2025/overview-2025.md) + * [May 2025](release-notes/overview-2025/2025-05-releasenotes.md) * [April 2025](release-notes/overview-2025/2025-04-releasenotes.md) * [March 2025](release-notes/overview-2025/2025-03-releasenotes.md) * [February 2025](release-notes/overview-2025/2025-02-releasenotes.md)