Get an overview of the things changed and fixed in each version of Umbraco Deploy.
In this section we have summarised the changes to Umbraco Deploy and Deploy Contrib released in each version. Each version is presented with a link to the Deploy issue tracker showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
If you are upgrading to a new major version you can find the details about the breaking changes in the version specific updates article.
This section contains the release notes for Umbraco Deploy 15 including all changes for this version.
Update CMS dependency to 15.0.0
Update CMS dependency to 15.0.0-rc4
Preview of features and bug fixes due in 13.3 and 14.2:
Import on startup
Added ValidateDependenciesOnImport
setting to disable dependency validation on import
Support flexible environments on Umbraco Cloud (remove requirement for environment types to be Development, Staging or Live)
Update CMS dependency to 15.0.0-rc3
Update CMS dependency to 15.0.0-rc2
Preview of features and bug fixes due in 13.3 and 14.2:
Add option to include all schema in a workspace export
Add option to export from transfer queue
Fix BlockValue
obsoleted properties (set GUID keys instead of UDIs and support block level variants)
Combine migrated grid editor with default Block Grid block configuration (set RowMinSpan
and RowMaxSpan
to 1
and EditorSize
to medium
)
Restructure keys and add new UI localizations
Compatibility with Umbraco 15
See full details of breaking changes under the Version-specific Upgrade Guide
Removed AcceptInvalidCertificates
setting (configure DeployHttpClient
typed client instead)
Removed RemoteTreeNode
model (use RemoteTreeEntity
instead) and TryParseEntityIdFromNodeIdDelegate
(use TryParseUdiRangeFromNodeIdDelegate
instead) in DeployTransferRegisteredEntityTypeDetail
Added MigrateAsync(...)
method to IPropertyTypeMigrator
and updated PropertyTypeMigratorBase
and implementations to use async instead
Update CMS and Deploy dependencies to 15.0.0
Update CMS and Deploy dependencies to 15.0.0-rc4
Update CMS and Deploy dependencies to 15.0.0-rc3
Update CMS and Deploy dependencies to 15.0.0-rc2
Compatibility with Umbraco 15 and Deploy 15
Removed obsolete (and unused) legacy PrevaluePropertyValueArtifactMigratorBase
, CheckBoxListPropertyValueArtifactMigrator
DropDownListFlexiblePropertyValueArtifactMigrator
and RadioButtonListPropertyValueArtifactMigrator
migrators, as they are replaced with PrevalueArtifactMigrator
and property type migrators that support nested/recursive properties (see PR #71)
Removed MediaPickerDataTypeArtifactMigrator
, as it is replaced with ReplaceMediaPickerDataTypeArtifactMigrator
and DefaultLegacyDataTypeConfigurationArtifactMigrator
Removed MultiNodeTreePickerDataTypeArtifactMigrator
, as it is replaced with DefaultLegacyDataTypeConfigurationArtifactMigrator
You can find the release notes for versions out of support in the Legacy documentation on Github and Umbraco Deploy Package page