Release notes
Get an overview of the things changed and fixed in each version of Umbraco Deploy.
Last updated
Was this helpful?
Get an overview of the things changed and fixed in each version of Umbraco Deploy.
Last updated
Was this helpful?
In this section we have summarised the changes to Umbraco Deploy and released in each version. Each version is presented with a link to the 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.
This section contains the release notes for Umbraco Deploy 15 including all changes for this version.
All items from 15.1.0-rc1
Add user groups to schema comparison
Schema cleanup and item actions triggered from Deploy's management dashboard (create or delete UDA files and Umbraco items)
Allow ignoring dependencies in transfer/restore operations
Ignore Dependencies
artifact property when calculating the checksum and fix schema comparison
Add 'Hide up to date' toggle to schema comparison
Fix parsing dictionary item root UDI range from node ID
Ensure work item references/action results are deallocated (reduces overall memory usage in Deploy)
Allow disabling warnings as errors on import
Schema deployment of user groups
Update documentation links in management dashboard to include major version in the URL
Add ValidateDependenciesOnImport
setting to management dashboard
Fix import complete heading and description (was using export complete localization keys)
Disable import button when no file is selected
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
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 MediaPickerDataTypeArtifactMigrator
, as it is replaced with ReplaceMediaPickerDataTypeArtifactMigrator
and DefaultLegacyDataTypeConfigurationArtifactMigrator
Removed MultiNodeTreePickerDataTypeArtifactMigrator
, as it is replaced with DefaultLegacyDataTypeConfigurationArtifactMigrator
Ensure environment-to-environment actions are executed asynchronously on background job (fixes timeout issues on large deployments)
Only require default, allowed and master templates and their associated files to exist (avoids schema mismatches on template changes)
Fix tree restore for custom entities
See full details of breaking changes under the
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 )
You can find the release notes for versions out of support in the and