Skip to content

Releases: Capgemini/powerapps-packagedeployer-template

v0.2.4

02 Feb 17:05
5dacdcb
Compare
Choose a tag to compare

Changes:

  • 5dacdcb fix: multiple connection references fails (#35)

This list of changes was auto generated.

v0.2.3: fix: empty config throws null reference exception (#34)

02 Feb 08:16
a8bae47
Compare
Choose a tag to compare

Changes:

  • a8bae47 fix: empty config throws null reference exception (#34)

This list of changes was auto generated.

v0.2.2: feat: align flows, SDK steps, and workflows (#31)

29 Jan 17:09
7fe0fbb
Compare
Choose a tag to compare
[ci skip]

- Includes significant refactoring to old 'top-heavy' config schema to allow for easier extension in future and separate it from the out-of-the-box configuration in the <configdatastorage> element.

- Services classes have also been updated to be aligned with the primary entity that they target (e.g. DocumentTemplateDeploymentService is preferred over WordTemplateDeploymentService). This avoids arbitrary and ambiguous separation of the service classes.

- Removed redundant <flowstodeactivate> element as flows can fall under the existing <processes> configuration.

- Moved process and SDK step state setting to run before post-deploy data import. If processes must be inactive only during the import, this can be configured in the data import configuration file outside of the template.