Skip to content

Commit 54710fd

Browse files
authored
Merge pull request #7128 from bergmania/feature/cloud-release-note-may-2025
Updated with release notes for May 2025 for Cloud
2 parents 6058772 + f4b4cd1 commit 54710fd

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

umbraco-cloud/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
## Release Notes
145145

146146
* [Overview 2025](release-notes/overview-2025/overview-2025.md)
147+
* [May 2025](release-notes/overview-2025/2025-05-releasenotes.md)
147148
* [April 2025](release-notes/overview-2025/2025-04-releasenotes.md)
148149
* [March 2025](release-notes/overview-2025/2025-03-releasenotes.md)
149150
* [February 2025](release-notes/overview-2025/2025-02-releasenotes.md)
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+
9+
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.
10+
11+
Instead of running a full `dotnet restore/build/publish`, we now copy the updated `*.uda` files.
12+
This makes deployments in these cases up to 80% faster, enabling your schema updates to go live in a fraction of the time.

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

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

55
# Overview 2025
66

7-
### [April 2025](2025-04-releasenotes.md)
7+
## [May 2025](2025-05-releasenotes.md)
8+
9+
* **Faster deployments for schema changes** - Deployments with only `*.uda` changes are now ~80% faster. No full build step is required.
10+
11+
## [April 2025](2025-04-releasenotes.md)
12+
813
* **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.
914
* **Canada Region Available** - Umbraco Cloud now has a Canada region.
1015

11-
### [March 2025](2025-03-releasenotes.md)
16+
## [March 2025](2025-03-releasenotes.md)
17+
1218
* **A Refreshed Sign-In Experience** - Updated sign-in page with a new look and feel that matches the Umbraco identity.
1319
* **Smoother Experience on Usage page** - Improved performance on usage pages for a faster and smoother experience.
1420

15-
### [February 2025](2025-02-releasenotes.md)
21+
## [February 2025](2025-02-releasenotes.md)
22+
1623
* **Updated Bandwidth Methodology** - Only end-user traffic is counted, reducing reported usage and encouraging caching.
1724
* **Custom Identity Provider** - Configure your own login provider directly in Umbraco Cloud and use it to sign into your project.
1825

19-
### [January 2025](2025-01-releasenotes.md)
26+
## [January 2025](2025-01-releasenotes.md)
27+
2028
* **Restrict access to your Management API** - It's now possible to configure IP filtering for the Umbraco Cloud Management APIs.

0 commit comments

Comments
 (0)