Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions umbraco-cloud/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
12 changes: 12 additions & 0 deletions umbraco-cloud/release-notes/overview-2025/2025-05-releasenotes.md
Original file line number Diff line number Diff line change
@@ -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 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.
16 changes: 12 additions & 4 deletions umbraco-cloud/release-notes/overview-2025/overview-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,25 @@ description: Get an overview of the release notes for each month in 2025.

# Overview 2025

### [April 2025](2025-04-releasenotes.md)
## [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)

* **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.