Skip to content

Releases: Accenture/sfmc-devtools

v3.0.3 - 2021-08-11

27 Dec 16:21
Compare
Choose a tag to compare

Bugfixes

  • #100 Handle ECONNRESET errors across various types (incl. Data Extensions)
  • #102 block deployment attempt for synchronized Data Extensions with proper error message
  • #104 block deployment of shared data extensions on child BUs (existing solution broke somewhere down the line)

Chores

  • #107 rewrite folder to use generic update/create to help with ECONNRESET issue
  • #108 return full API error messages for create & update via SOAP
  • #110 improve error message for missing dependencies
  • enhanced Pull Request Template with note on npm run docs

Dependencies

  • bumped jsdoc-to-markdown to 7.0.1
  • bumped eslint-plugin-mocha to 9.0.0
  • bumped eslint-plugin-prettier to 3.4.0
  • bumped eslint-config-prettier to 8.3.0
  • bumped eslint to 7.32.0

Cheers

@JoernBerkefeld & @DougMidgley

Full Changelog: v3.0.2...v3.0.3

v3.0.2 - 2021-08-03

27 Dec 16:19
Compare
Choose a tag to compare

Bugfixes

  • #26 retrieving asset subtypes via r ... asset-xyz actually saves result to disk
  • #45 connection errors for automations fixed
  • #46 (temp fix) campaigns break entire retrieve - disabled for now
  • #48 connection errors for dataExtensions and other types are now handled gracefully
  • #49 connection errors for asset subtypes no longer restart downloading all subtypes
  • #51 retrieving asset subtypes now always uses the default list of subtypes
  • #52 no more endless retries in case of connection errors

Cheers

@JoernBerkefeld & @DougMidgley

Full Changelog: v3.0.1...v3.0.2

v3.0.1 - 2021-04-11

27 Dec 16:17
Compare
Choose a tag to compare

Bugfixes

  • fix #4: retrieveAsTemplate led to fatal error if target metadata was not found - @JoernBerkefeld
  • migration from prior internal version was not handled gracefully before

Cheers

@JoernBerkefeld & @DougMidgley

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0 - 2021-03-26

27 Dec 16:15
Compare
Choose a tag to compare

Initial public release.

Cheers

@JoernBerkefeld & @DougMidgley