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 14 including all changes for this version.
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
Ensure release date of invariant content is correctly transferred #233
Parse nested JSON property values from artifact values #234
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 deploy signatures not getting cleared when members are deleted #230
Allow members to be deployed when selected as items in a multi-node tree picker #231
Apply ExcludedEntityTypes
configuration to disk operations #232
Fixed issues with partial restore from an external tree that contains more than one entity
Fixed formatting of trial expiry days and added missing translations #229
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
Fix schema mismatch when saving templates in production runtime mode #228
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
Set trashed state when processing content #223
Improve exception message when parent can't be found when getting artifact #216
Add MaxRequestLength
Deploy setting to break file upload into multiple requests
Set variant names when creating new content #222
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
See full details of breaking changes under the Version-specific Upgrade Guide.
Migrate nested/recursive legacy pre-value property values #71
All items from 14.1.0-rc1
Add Matryoshka Group Separator artifact migrator #67
Add migrators to support DocTypeGridEditor to Block Grid migration #66
Fix and enable remaining legacy artifact migrators #68
Compatibility with Umbraco 14 and Deploy 14.
You can find the release notes for versions out of support in the Legacy documentation on Github and Umbraco Deploy Package page