Release notes
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.
Release History
This section contains the release notes for Umbraco Deploy 14 including all changes for this version.
14.2.0-rc1 (November 13th 2024)
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
andRowMaxSpan
to1
andEditorSize
tomedium
)Import on startup
Added
ValidateDependenciesOnImport
setting to disable dependency validation on importFixed 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)
14.1.4 (October 3rd 2024)
Support migrating legacy Grid editor settings (config/styles) using JSON object pre-values
Fix parsing JSON serialized legacy Grid editor control values
14.1.3 (September 19th 2024)
Resolved forbidden API requests on content section display when the user does not have access to the settings section.
14.1.2 (September 17th 2024)
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
14.1.1 (August 20th 2024)
Support getting artifacts from exploded/expanded
NamedUdiRange
with different entity typesFixed typo in
DefaultLegacyDataTypeConfigurationArtifactMigrator
when migrating Color Picker items in v8 format
14.1.0 (August 15th 2024)
All items from 14.1.0-rc1
Fixed
Could not create Udi node: {Id} and entity type {EntityType}
exception when exporting tree nodes without childrenFixed 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 #232Fixed 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
14.1.0-rc1 (July 19th 2024)
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
14.0.2 (July 11th 2024)
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 requestsSet variant names when creating new content #222
14.0.1 (June 6th 2024)
Ensure remote tree uses correct entity type (if multiple entities like folders and items are present in a tree):
ITransferEntityService.RegisterTransferEntityType(...)
accepts an optionalRemoteTreeDetail
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
andReplaceNestedContentDataTypeArtifactMigrator
artifact migrators to replace the Data Types with the Media Picker v3 and Block List respectively;Adds
MediaPickerPropertyTypeMigrator
andNestedContentPropertyTypeMigrator
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
.
14.0.0 (May 30th 2024)
Compatibility with Umbraco 14
See full details of breaking changes under the Version-specific Upgrade Guide.
Deploy Contrib
14.2.0 (October 3rd 2024)
Migrate nested/recursive legacy pre-value property values #71
14.1.0 (August 15th 2024)
All items from 14.1.0-rc1
14.1.0-rc1 (July 19th 2024)
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
14.0.0 (May 30th 2024)
Compatibility with Umbraco 14 and Deploy 14.
Legacy release notes
You can find the release notes for versions out of support in the Legacy documentation on Github and Umbraco Deploy Package page
Last updated