Umbraco Deploy
CMSCloudHeartcoreDXP
14.latest
14.latest
  • Umbraco Deploy Documentation
  • Legacy Documentation
  • Release notes
  • Troubleshooting
  • Installation
    • Installing Umbraco Deploy
    • Licensing
  • Upgrading
    • Upgrading Umbraco Deploy
    • Version Specific Upgrade Details
  • Getting Started
    • Getting started
    • CI/CD Build and Deployment Pipeline
      • Azure DevOps
      • GitHub Actions
    • Streamlining Local Development
    • Configuration
  • Deployment Workflow
    • Deployment
    • Transferring Content, Media and Forms
    • Import and Export
      • Import and Export with Migrations
      • Import and Export from version 7
      • Import on startup
    • Deploying Changes
    • Deploying deletions
    • Restoring content
      • Partial Restores
    • Deploy Dashboard
  • Extending
    • Extend Deploy
    • Handling Cache Refresher Notifications
Powered by GitBook
On this page
  • Release history
  • 14.3.0 (February 6th 2025)
  • 14.3.0-rc1 (January 30th 2025)
  • 14.2.2 (December 23rd 2024)
  • 14.2.1 (November 29th 2024)
  • 14.2.0 (November 21st 2024)
  • 14.2.0-rc1 (November 13th 2024)
  • 14.1.4 (October 3rd 2024)
  • 14.1.3 (September 19th 2024)
  • 14.1.2 (September 17th 2024)
  • 14.1.1 (August 20th 2024)
  • 14.1.0 (August 15th 2024)
  • 14.1.0-rc1 (July 19th 2024)
  • 14.0.2 (July 11th 2024)
  • 14.0.1 (June 6th 2024)
  • 14.0.0 (May 30th 2024)
  • Umbraco.Deploy.Contrib
  • 14.2.0 (October 3rd 2024)
  • 14.1.0 (August 15th 2024)
  • 14.1.0-rc1 (July 19th 2024)
  • 14.0.0 (May 30th 2024)
  • Legacy release notes

Was this helpful?

Edit on GitHub
Export as PDF

Release notes

Get an overview of the things changed and fixed in each version of Umbraco Deploy.

PreviousLegacy DocumentationNextTroubleshooting

Last updated 3 months ago

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.

If you are upgrading to a new major version you can find the details about the breaking changes in the article.

Release history

This section contains the release notes for Umbraco Deploy 14 including all changes for this version.

(February 6th 2025)

  • All items from 14.3.0-rc1

(January 30th 2025)

  • 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

Umbraco.Deploy.Contrib

  • All items from 14.1.0-rc1

  • Compatibility with Umbraco 14 and Deploy 14.

Legacy release notes

(December 23rd 2024)

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)

(November 29th 2024)

Fix tree restore for custom entities

(November 21st 2024)

(November 13th 2024)

(October 3rd 2024)

(September 19th 2024)

(September 17th 2024)

Ensure release date of invariant content is correctly transferred

Parse nested JSON property values from artifact values

(August 20th 2024)

(August 15th 2024)

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

(July 19th 2024)

Fix schema mismatch when saving templates in production runtime mode

(July 11th 2024)

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

(June 6th 2024)

(May 30th 2024)

See full details of breaking changes under the .

(October 3rd 2024)

Migrate nested/recursive legacy pre-value property values

(August 15th 2024)

(July 19th 2024)

Add Matryoshka Group Separator artifact migrator

Add migrators to support DocTypeGridEditor to Block Grid migration

Fix and enable remaining legacy artifact migrators

(May 30th 2024)

You can find the release notes for versions out of support in the and

Deploy Contrib
Deploy issue tracker
version specific updates
14.3.0
14.3.0-rc1
#246
#245
14.2.2
#179
156
14.2.1
#241
14.2.0
14.2.0-rc1
14.1.4
14.1.3
14.1.2
#233
#234
14.1.1
14.1.0
#230
#231
#232
#229
14.1.0-rc1
#228
14.0.2
#223
#216
#222
14.0.1
14.0.0
Version-specific Upgrade Guide
14.2.0
#71
14.1.0
14.1.0-rc1
#67
#66
#68
14.0.0
Legacy documentation on GitHub
Umbraco Deploy Package page