Skip to content

3.48.0

Compare
Choose a tag to compare
@codexmarcel codexmarcel released this 11 Nov 21:31
· 1326 commits to main since this release
fd965c5

Critical Changes

  • CumulusCI will be dropping support for Python 3.6 and 3.7 within the next few releases. Please ensure you're running Python 3.8 or above.

Changes

  • We added a new command, cci plan info. Similar to cci task info, this command displays detailed information about a MetaDeploy plan, and includes a --messages option to display user-facing text. (#2946)
  • Improved logging to show reduced timestamps, and provide some syntax highlighting of output. (#2941)
  • Snowfakery 2.2 is now included with CumulusCI. New features include unique IDs and Numeric Counters. (#2962)

Issues Closed

  • We added an improved error message when metadeploy_publish is passed a lightweight tag. (#2955)
  • Adjusted a check for .lightning. domains in the cci org connect command. (#2970)
  • We fixed an issue where stacktraces for some Apex test failures were truncated. (#2961)