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

15.0.0 (November 14th 2024)

  • Update CMS dependency to 15.0.0

15.0.0-rc4 (November 13th 2024)

  • Update CMS dependency to 15.0.0-rc4

  • Preview of features and bug fixes due in 13.3 and 14.2:

    • Import on startup

    • Added ValidateDependenciesOnImport setting to disable dependency validation on import

    • Support flexible environments on Umbraco Cloud (remove requirement for environment types to be Development, Staging or Live)

15.0.0-rc3 (November 7th 2024)

  • Update CMS dependency to 15.0.0-rc3

15.0.0-rc2 (October 24th 2024)

  • Update CMS dependency to 15.0.0-rc2

  • Preview of features and bug fixes due in 13.3 and 14.2:

    • Add option to include all schema in a workspace export

    • Add option to export from transfer queue

    • Fix BlockValue obsoleted properties (set GUID keys instead of UDIs and support block level variants)

    • Combine migrated grid editor with default Block Grid block configuration (set RowMinSpan and RowMaxSpan to 1 and EditorSize to medium)

  • Restructure keys and add new UI localizations

15.0.0-rc1 (October 11th 2024)

  • Compatibility with Umbraco 15

  • Removed AcceptInvalidCertificates setting (configure DeployHttpClient typed client instead)

  • Removed RemoteTreeNode model (use RemoteTreeEntity instead) and TryParseEntityIdFromNodeIdDelegate (use TryParseUdiRangeFromNodeIdDelegate instead) in DeployTransferRegisteredEntityTypeDetail

  • Added MigrateAsync(...) method to IPropertyTypeMigrator and updated PropertyTypeMigratorBase and implementations to use async instead

Deploy Contrib

15.0.0 (November 14th 2024)

  • Update CMS and Deploy dependencies to 15.0.0

15.0.0-rc4 (November 13th 2024)

  • Update CMS and Deploy dependencies to 15.0.0-rc4

15.0.0-rc3 (November 7th 2024)

  • Update CMS and Deploy dependencies to 15.0.0-rc3

15.0.0-rc2 (October 24th 2024)

  • Update CMS and Deploy dependencies to 15.0.0-rc2

15.0.0-rc1 (October 14th 2024)

  • Compatibility with Umbraco 15 and Deploy 15

  • Removed obsolete (and unused) legacy PrevaluePropertyValueArtifactMigratorBase, CheckBoxListPropertyValueArtifactMigrator DropDownListFlexiblePropertyValueArtifactMigrator and RadioButtonListPropertyValueArtifactMigrator migrators, as they are replaced with PrevalueArtifactMigrator and property type migrators that support nested/recursive properties (see PR #71)

  • Removed MediaPickerDataTypeArtifactMigrator, as it is replaced with ReplaceMediaPickerDataTypeArtifactMigrator and DefaultLegacyDataTypeConfigurationArtifactMigrator

  • Removed MultiNodeTreePickerDataTypeArtifactMigrator, as it is replaced with DefaultLegacyDataTypeConfigurationArtifactMigrator

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