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
Copy file name to clipboardExpand all lines: umbraco-cloud/release-notes/overview-2025/2025-05-releasenotes.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
## Key Takeaways
4
4
5
-
***Faster deployments for schema changes** - Deployments with only *.uda changes are now ~80% faster – no full build step required.
5
+
***Faster deployments for schema changes** - Deployments with only `*.uda`** changes are now ~80% faster. No full build step required.
6
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.
7
+
## Faster deployments for schema changes
9
8
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.
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.
12
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.
0 commit comments