Umbraco Deploy
CMSCloudHeartcoreDXP
13.latest (LTS)
13.latest (LTS)
  • 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
  • 13.4.0 (February 6th 2025)
  • 13.4.0-rc1 (January 30th 2025)
  • 13.3.2 (December 23rd 2024)
  • 13.3.1 (November 29th 2024)
  • 13.3.0 (November 21st 2024)
  • 13.3.0-rc1 (November 13rd 2024)
  • 13.2.2 (October 3rd 2024)
  • 13.2.1 (September 17th 2024)
  • 13.2.0 (August 15th 2024)
  • 13.2.0-rc1 (July 19th 2024)
  • 13.1.1 (July 11th 2024)
  • 13.1.0 (March 19th 2024)
  • 13.1.0-rc1 (March 5th 2024)
  • 13.0.4 (February 20th 2024)
  • 13.0.3 (January 16th 2024)
  • 13.0.2 (January 9th 2024)
  • 13.0.1 (December 21th 2023)
  • 13.0.0 (December 14th 2023)
  • 13.0.0-rc5 (December 12th 2023)
  • 13.0.0-rc4 (December 11th 2023)
  • 13.0.0-rc3 (November 29th 2023)
  • 13.0.0-rc2 (November 15th 2023)
  • 13.0.0-rc1 (November 6th 2023)
  • Umbraco.Deploy.Contrib
  • 13.3.0 (October 3rd 2024)
  • 13.2.0 (August 15th 2024)
  • 13.2.0-rc1 (July 19th 2024)
  • 13.1.0 (March 19th 2024)
  • 13.1.0-rc1 (March 5th 2024)
  • 13.0.0 (December 14th 2023)
  • Legacy release notes
Edit on GitHub
Export as PDF

Release notes

Get an overview of the changes and fixes in each version of Umbraco Deploy.

PreviousLegacy DocumentationNextTroubleshooting

Last updated 12 days ago

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

(February 6th 2025)

  • All items from 13.4.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)

  • Removed the non-functioning and non-required button from the transfer dialog complete view

  • Improve diff view in Compare dialog (compare each word instead of line in JSON values)

13.3.1 (November 29th 2024)

  • Update documentation links in management dashboard to include major version in the URL

  • Add ValidateDependenciesOnImport setting to management dashboard

  • All items from 13.3.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 tree export of members by member type

  • All items from 13.2.0-rc1

  • Fixed Could not create Udi node: {Id} and entity type {EntityType} exception when exporting tree nodes without children

  • Add migrators to support legacy Grid layout to Block Grid migration

  • Add [DisableRequestSizeLimit] attribute to UploadForImport endpoint to remove application request size limit (server/infrastructure restrictions may still apply)

  • Determine missing routePath based on $routeParams to fix Export, Queue for transfer, and Partial Restore actions on items with children in a list view

  • All items from 13.1.0-rc1

  • Add base migrators for importing legacy artifacts (used by Deploy Contrib)

  • Restored ability to overwrite content properties with empty values

  • Improved error UX and messaging to only show technical detail option if available

  • Require a valid license when importing

  • Only validate ApiKey and ApiSecret when workspaces are configured

  • Explicitly register API controller endpoints

  • Removed the no-longer supported "live edit" feature (Deploy on Cloud only).

  • Added configuration setting to allow hiding of version details on the settings dashboard.

  • Fixed issue with transfer of empty values to overwrite non-empty ones.

  • Fixed regression issue with transfer of date values.

  • Fixes the display of the selected schedule date on queue for transfer.

  • Fixes parsing property values within Nested Content and Block List that were previously saved by the Contrib value connectors.

  • Fixed incorrectly including media files in export when 'Content files' wasn't selected.

  • Add maximum file size validation to import file upload.

  • All items from the 13.0.0 RCs and latest 12.2 features.

  • Align with latest CMS RC.

  • Add weight -100 to Deploy package migration (ensuring Deploy database tables are available before other package migrations are executed).

  • Add fluent API for Deploy webhooks.

  • Added optional deployment of webhooks as part of schema updates.

  • Added Deploy specific webhook events.

  • Exclude automatic relation type aliases (used for reference tracking) from deployment.

  • Fix cyclic dependency between configuring DeploySettings and ConnectionStrings.

  • Compatibility with Umbraco 13:

    • Update Richtext value connector to handle references in blocks.

Umbraco.Deploy.Contrib

  • All items from 13.2.0-rc1

  • All items from 13.1.0-rc1

  • Compatibility with Umbraco 13

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 21st 2024)

(November 13rd 2024)

(October 3rd 2024)

(September 17th 2024)

Ensure release date of invariant content is correctly transferred

Parse nested JSON property values from artifact values

(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

(July 19th 2024)

(July 11th 2024)

Set trashed state when processing content

Improve exception message when parent cannot be found when getting artifact

(March 19th 2024)

Fixed issue with transfer of date values within Nested Content, Block List, or Block Grid properties

Fixed issue where templates could incorrectly cause schema mismatch errors when running in production mode

Fixed issue where importing invalid variant property data would cause a not supported variation exception

Fixed deserialization issue causing problems with the compare content feature

Add configuration to allow control over suspension and resumption of Examine and document cache events during Deploy operation

(March 5th 2024)

Add IArtifactTypeResolver to allow custom type resolving when deserializing to IArtifact (used by Deploy Contrib, see PR )

(February 20th 2024)

Fixed issue where the removal of a master template couldn't be deployed

Ensured configuration for behavior following a "path too long" exception is respected for handling image cropper values

User experience and message improvements on content flow exception

(January 16th 2024)

Added configurable option to avoid overwriting of dictionary items with empty values

For more details see the page on .

(January 9th 2024)

Fixed issue with transfer of content using language variants

(December 21th 2023)

(December 14th 2023)

(December 12th 2023)

(December 11th 2023)

(November 29th 2023)

(November 15th 2023)

(November 6th 2023)

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)

Skip empty pre-values

Add Matryoshka Group Separator artifact migrator

Add migrators to support DocTypeGridEditor to Block Grid migration

(March 19th 2024)

(March 5th 2024)

Add legacy migrators and type resolver to allow importing from Umbraco 7 in

(December 14th 2023)

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

Deploy Contrib
Deploy issue tracker
version specific updates
13.4.0
13.4.0-rc1
#246
#245
#244
13.3.2
#179
156
13.3.0
13.3.0-rc1
13.2.2
13.2.1
#233
#234
13.2.0
#230
#231
#232
13.2.0-rc1
13.1.1
#223
#216
13.1.0
#209
#187
#8
#212
#211
13.1.0-rc1
#60
13.0.4
#201
#200
#202
13.0.3
#191
Deploy's settings
13.0.2
#193
13.0.1
13.0.0
13.0.0-rc5
13.0.0-rc4
13.0.0-rc3
13.0.0-rc2
13.0.0-rc1
version specific upgrade guide
13.3.0
#71
13.2.0
13.2.0-rc1
#63
#67
#66
13.1.0
13.1.0-rc1
#61
13.0.0
Legacy documentation on GitHub
Umbraco Deploy Package page