Skip to content

PPDS.Plugins v2.0.0

Latest

Choose a tag to compare

@joshsmithxrm joshsmithxrm released this 31 Dec 16:08
· 1001 commits to main since this release
628610a

Breaking Changes

  • REMOVED: SecureConfiguration property from PluginStepAttribute
    • Secure configuration contains secrets that should never be committed to source control
    • Use environment variables, Azure Key Vault, or Dataverse secure configuration via Plugin Registration Tool instead

Added

  • Description property to PluginStepAttribute for documenting step purpose
  • AsyncAutoDelete property to PluginStepAttribute for auto-deleting async job records on success

See CHANGELOG.md for full details.