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 13 including all changes for this version.

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 requests

  • Set 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 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.

14.0.0 (May 30th 2024)

Deploy Contrib

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