You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***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.
Copy file name to clipboardExpand all lines: umbraco-cloud/release-notes/overview-2025/overview-2025.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,25 @@ description: Get an overview of the release notes for each month in 2025.
4
4
5
5
# Overview 2025
6
6
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
+
8
13
***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.
9
14
***Canada Region Available** - Umbraco Cloud now has a Canada region.
10
15
11
-
### [March 2025](2025-03-releasenotes.md)
16
+
## [March 2025](2025-03-releasenotes.md)
17
+
12
18
***A Refreshed Sign-In Experience** - Updated sign-in page with a new look and feel that matches the Umbraco identity.
13
19
***Smoother Experience on Usage page** - Improved performance on usage pages for a faster and smoother experience.
14
20
15
-
### [February 2025](2025-02-releasenotes.md)
21
+
## [February 2025](2025-02-releasenotes.md)
22
+
16
23
***Updated Bandwidth Methodology** - Only end-user traffic is counted, reducing reported usage and encouraging caching.
17
24
***Custom Identity Provider** - Configure your own login provider directly in Umbraco Cloud and use it to sign into your project.
18
25
19
-
### [January 2025](2025-01-releasenotes.md)
26
+
## [January 2025](2025-01-releasenotes.md)
27
+
20
28
***Restrict access to your Management API** - It's now possible to configure IP filtering for the Umbraco Cloud Management APIs.
0 commit comments