Skip to content

Commit 194c80f

Browse files
committed
Updated with release notes for May 2025 for cloud
1 parent c1672cf commit 194c80f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# May 2025
2+
3+
## Key Takeaways
4+
5+
* **Faster deployments for schema changes** - Deployments with only *.uda changes are now ~80% faster – no full build step required.
6+
7+
## Faster deployments for schema changes
8+
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.
9+
10+
Instead of running a full `dotnet restore/build/publish`, we now simply copy the updated *.uda files.
11+
This makes deployments in these cases up to 80% faster, getting your schema updates live in a fraction of the time.
12+

umbraco-cloud/release-notes/overview-2025/overview-2025.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description: Get an overview of the release notes for each month in 2025.
44

55
# Overview 2025
66

7+
### [May 2025](2025-05-releasenotes.md)
8+
* **Faster deployments for schema changes** - Deployments with only *.uda changes are now ~80% faster – no full build step required.
9+
710
### [April 2025](2025-04-releasenotes.md)
811
* **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.
912
* **Canada Region Available** - Umbraco Cloud now has a Canada region.

0 commit comments

Comments
 (0)