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 14 including all changes for this version.
All items from 14.3.0-rc1
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
Update documentation links in management dashboard to include major version in the URL
Add ValidateDependenciesOnImport
setting to management dashboard
Disable import button when no file is selected
All items from 14.2.0-rc1
Add option to include all schema in a workspace export
Add option to export from transfer queue
Combine migrated grid editor with default Block Grid block configuration (set RowMinSpan
and RowMaxSpan
to 1
and EditorSize
to medium
)
Import on startup
Added ValidateDependenciesOnImport
setting to disable dependency validation on import
Fixed issue where content was not saved when transferring variant content with a release date
Support flexible environments on Umbraco Cloud (remove requirement for environment types to be Development, Staging or Live)
Support migrating legacy Grid editor settings (config/styles) using JSON object pre-values
Fix parsing JSON serialized legacy Grid editor control values
Resolved forbidden API requests on content section display when the user does not have access to the settings section.
Fix document blueprint connector and add support for containers
Fix tree export of members by member type
Support getting artifacts from exploded/expanded NamedUdiRange
with different entity types
Fixed typo in DefaultLegacyDataTypeConfigurationArtifactMigrator
when migrating Color Picker items in v8 format
All items from 14.1.0-rc1
Fixed Could not create Udi node: {Id} and entity type {EntityType}
exception when exporting tree nodes without children
Fixed issues with partial restore from an external tree that contains more than one entity
Fixed Could not get physical path for "umb://template-file/".
exception when deploying/exporting template without physical file on disk
Add migrators to support legacy Grid layout to Block Grid migration
Add default migrator to add missing editor UI aliases and update when replacing editor
Add default migrator to update Data Type configuration
Support processing Document/Media Type list view keys and add migrator
Add MaxRequestLength
Deploy setting to break file upload into multiple requests
Ensure remote tree uses correct entity type (if multiple entities like folders and items are present in a tree):
ITransferEntityService.RegisterTransferEntityType(...)
accepts an optional RemoteTreeDetail
that now exposes the entity type when getting remote entities;
Fix GetMaxRequestLength
endpoint (misaligned HTTP method) preventing file transfers/uploads from local environments;
Fix Data Type deployment due to missing EditorUiAlias
(requires a schema extraction/Data Type save to fix);
Fix JSON serialization errors in trigger endpoints (extract and status report);
Obsolete and hide NestedContentValueConnector
and add import migrators for unsupported legacy editors by default:
Adds ReplaceMediaPickerDataTypeArtifactMigrator
and ReplaceNestedContentDataTypeArtifactMigrator
artifact migrators to replace the Data Types with the Media Picker v3 and Block List respectively;
Adds MediaPickerPropertyTypeMigrator
and NestedContentPropertyTypeMigrator
property type migrators to ensure content (property data) is migrated as well;
Support import with unknown UDI types (like macro, macroscript and partial-view-macro);
Fix JSON serialization error in value connectors for BlockValue
.
Compatibility with Umbraco 14
All items from 14.1.0-rc1
Compatibility with Umbraco 14 and Deploy 14.
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
Ensure release date of invariant content is correctly transferred
Parse nested JSON property values from artifact values
Fixed deploy signatures not getting cleared when members are deleted
Allow members to be deployed when selected as items in a multi-node tree picker
Apply ExcludedEntityTypes
configuration to disk operations
Fixed formatting of trial expiry days and added missing translations
Fix schema mismatch when saving templates in production runtime mode
Set trashed state when processing content
Improve exception message when parent can't be found when getting artifact
Set variant names when creating new content
See full details of breaking changes under the .
Migrate nested/recursive legacy pre-value property values
Add Matryoshka Group Separator artifact migrator
Add migrators to support DocTypeGridEditor to Block Grid migration
Fix and enable remaining legacy artifact migrators
You can find the release notes for versions out of support in the and