Skip to content

v7.7.0

Compare
Choose a tag to compare
@JoernBerkefeld JoernBerkefeld released this 13 Feb 13:56
· 20 commits to main since this release

Features

  • #1918 extend createDeltaPkg-command logic to understand multiple key-value pairs in the source-target-mapping; enabling you to work with multiple source BUs in one CI/CD pipeline by @JoernBerkefeld in #2045
  • #2047 extend createDeltaPkg with options from build-command: --dependencies, --retrieve, --skipValidation and add new option --range for enhanced flexibility by @JoernBerkefeld in #2053
  • #1461 add new option --purge and --no-purge to createDeltaPkg, build, buildDefinition, buildDefinitionBulk that lets you pre-select if the deploy-folder should be emptied or not by @JoernBerkefeld and @LaurisBahs in #2023
  • #1678 add --fix option to deploy, build, buildDefinition, buildDefinitionBulk, createDeltaPkg which enables auto-fixing problems that were recognized by validation rules. This is dependent on the validation rule being able to apply a fix. by @JoernBerkefeld and @anasilva105 in #2077
  • #1467 create templates only temporarily when running build-command, instead of storing templates in template/ folder. To create permanent templates, you now have to use buildTemplate instead. by @JoernBerkefeld in #2024
  • #1703 add new clone-command to easily copy a component from one BU to another without making changes to it. It internally uses build-command to ensure consistency and to allow you to use build's options like --dependencies. Contrary to build it does not use markets / market lists. by @JoernBerkefeld in #2025
  • #1989 retrieve sendClassification by default from now on by @JoernBerkefeld in #2062
  • #2031 auto-pause & resume transactional journeys during deployments to allow updating them. Before this required manual pre- and post-deployment steps by @JoernBerkefeld in #2058
  • #2064 check and auto-create new type domainVerification (From Name Management) entries for senderProfiles. This programmatically clicks on the "Verify" button next to an email address in the Sender Profile, allowing you to actually use it. by @JoernBerkefeld in #2065
  • #2067 prevent CloudPage assets (asset-asset with assetType.name == 'webpage') from being created via mcdev because those couldn't be used. CloudPages need to be created by a manual pre-deployment step due to lack of API support. by @JoernBerkefeld and @Dipasree-ghosh #2068

Bugfixes

Chores

Dependencies

Special Thanks

We thank @LaurisBahs, @PriyajitGhosh1995, @Dipasree-ghosh and @anasilva105 for their contribution to this release.

Full Changelog: v7.6.3...v7.7.0