Skip to content

v8.0.0-next.202408271330

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 13:31
· 531 commits to master since this release

Imperative

  • LTS Breaking: #2231
    • Removed the obsolete V1 profiles property from IHandlerParameters interface
    • Deprecated the following obsolete V1 profile interfaces:
      • IProfileTypeConfiguration.dependencies - For team config, use nested profiles instead
      • IProfileTypeConfiguration.validationPlanModule - For team config, validate with JSON schema instead
    • Deprecated the following obsolete V1 profile classes/functions:
      • CliUtils.getOptValueFromProfiles - Use getOptValuesFromConfig instead to load from team config
      • CommandProfiles - Use the V1ProfileRead class if you still need to read V1 profiles

CLI Test Utils

  • BugFix: Removed obsolete V1 profiles property from the parameters object returned by mockHandlerParameters method.