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: 15/umbraco-deploy/upgrades/version-specific.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,23 @@ description: >-
4
4
---
5
5
6
6
# Version Specific Upgrade Details
7
+
7
8
This article provides specific upgrade documentation for migrating to Umbraco Deploy version 15.
8
9
9
10
{% hint style="info" %}
10
11
If you are upgrading to a minor or patch version, you can find the details about the changes in the [Release Notes](../release-notes.md) article.
11
12
{% endhint %}
12
13
13
14
## Version Specific Upgrade Notes History
15
+
14
16
Version 15 of Umbraco Deploy has a minimum dependency on Umbraco CMS core of `15.0.0`. It runs on .NET 9.
15
17
16
-
### **Breaking changes**
17
-
Version 15 contains some breaking changes. Not many projects are expected to be affected by them, as they are in relevant areas when extending Deploy to support additional entities and/or property editors. For reference though, the full details are listed here:
18
+
### Breaking changes
19
+
20
+
Version 15 contains breaking changes. Not many projects are expected to be affected by them, as they are in relevant areas when extending Deploy to support additional entities and/or property editors. For reference though, the full details are listed here:
18
21
19
22
#### Async methods
23
+
20
24
Asynchronous methods have been added to the following interfaces:
21
25
-`IPropertyTypeMigrator`:
22
26
-`MigrateAsync(...)`
@@ -27,6 +31,7 @@ These methods all have a default implementation that forwards the calls to the s
27
31
- All property type migrator implementations inheriting from the above base classes have been updated to use the asynchronous methods as well.
28
32
29
33
#### Removed `AcceptInvalidCertificates` setting
34
+
30
35
The `AcceptInvalidCertificates` setting previously configured the `ServicePointManager` to accept all certificates. However, this class is [obsoleted in .NET 9 and no longer affects `HttpClient`](https://learn.microsoft.com/en-us/dotnet/api/system.net.servicepointmanager?view=net-9.0).
31
36
32
37
Deploy uses a type of client to make HTTP requests between environments and this client can be configured to accept any certificate:
You can find the version specific upgrade notes for versions out of support in the [Legacy documentation on Github](https://github.com/umbraco/UmbracoDocs/blob/umbraco-eol-versions/11/umbraco-deploy/upgrades/version-specific.md).
51
+
## Legacy version-specific upgrade notes
52
+
53
+
You can find the version-specific upgrade notes for versions out of support in the [Legacy documentation on Github](https://github.com/umbraco/UmbracoDocs/blob/umbraco-eol-versions/11/umbraco-deploy/upgrades/version-specific.md).
0 commit comments