Skip to content

Commit e801aaa

Browse files
authored
Update version-specific.md
1 parent b63df13 commit e801aaa

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

15/umbraco-deploy/upgrades/version-specific.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,23 @@ description: >-
44
---
55

66
# Version Specific Upgrade Details
7+
78
This article provides specific upgrade documentation for migrating to Umbraco Deploy version 15.
89

910
{% hint style="info" %}
1011
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.
1112
{% endhint %}
1213

1314
## Version Specific Upgrade Notes History
15+
1416
Version 15 of Umbraco Deploy has a minimum dependency on Umbraco CMS core of `15.0.0`. It runs on .NET 9.
1517

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:
1821

1922
#### Async methods
23+
2024
Asynchronous methods have been added to the following interfaces:
2125
- `IPropertyTypeMigrator`:
2226
- `MigrateAsync(...)`
@@ -27,6 +31,7 @@ These methods all have a default implementation that forwards the calls to the s
2731
- All property type migrator implementations inheriting from the above base classes have been updated to use the asynchronous methods as well.
2832

2933
#### Removed `AcceptInvalidCertificates` setting
34+
3035
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).
3136

3237
Deploy uses a type of client to make HTTP requests between environments and this client can be configured to accept any certificate:
@@ -39,8 +44,10 @@ builder.Services.AddHttpClient<DeployHttpClient>().ConfigurePrimaryHttpMessageHa
3944
});
4045
```
4146

42-
### **Dependencies**
47+
### Dependencies
48+
4349
* Umbraco CMS dependency was updated to `15.0.0`.
4450

45-
## Legacy version specific upgrade notes
46-
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

Comments
 (0)