From 59a05c7f4a20c3ebd3e5c8df88c724763e84a536 Mon Sep 17 00:00:00 2001 From: Brandon Parker Date: Thu, 29 Sep 2022 09:05:09 -0700 Subject: [PATCH 1/9] v3.66.0 --- HISTORY.rst | 21 +++++++++++++++++++++ cumulusci/version.txt | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index a265419e9b..e393cd749a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,27 @@ History ======= +3.66.0 (2022-09-29) +------------------- + +Changes 🎉 +~~~~~~~~~~ +* New Metadata ETL task ``set_object_settings`` to enable and disable settings on standard and custom objects (#3364) +* For robot tests on the firefox profile now accept all cookies to prevent lightning pages from failing to render due to cross-domain cookies. (#3366) +* Improved the method that playwright-based tests use to wait for the browser to initialize (#3366) +* The following keywords now automatically generate screenshots on failure: ``Click related list button``, ``Click related item popup link``, ``Close modal``, ``Current app should be``, ``Field value should be``, ``Get field value``, ``Populate field``, ``Populate lookup field``, and ``Wait until modal is closed``. (#3370) +* CumulusCI now supports the following MetaData type: ``AIApplicationConfig`` (#3368) +* CumulusCI now supports the following types from `Net Zero Cloud's Tooling API `__: ``BldgEnrgyIntensityCnfg``, ``StnryAssetEnvSrcCnfg``, ``VehicleAssetEmssnSrcCnfg``. (#3372) + + +Issues Fixed 🩴 +~~~~~~~~~~~~~~~~ +* A failure when calling capture page screenshot no longer causes a robot test to fail (#3366) +* Fixed an issue where the ``cci --version`` command failed to output the current version (#3367) +* A bug that prevented keywords decorated with @capture_screenshot_on_failure from returning a value has been fixed. (#3370) +* Fixed a bug where requests were not being logged while running tasks or flows with the ``--debug`` flag. (#3371) + + 3.65.0 (2022-09-16) ------------------- diff --git a/cumulusci/version.txt b/cumulusci/version.txt index a2082c0a8b..996c0c56d1 100644 --- a/cumulusci/version.txt +++ b/cumulusci/version.txt @@ -1 +1 @@ -3.66.0.dev1 \ No newline at end of file +3.66.0 \ No newline at end of file From c53cf6a9ce5575e7c76c52af0196cc762e33d72e Mon Sep 17 00:00:00 2001 From: Brandon Parker Date: Thu, 29 Sep 2022 09:13:54 -0700 Subject: [PATCH 2/9] Update HISTORY.rst Co-authored-by: David Reed --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index e393cd749a..422d880f4b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,7 +7,7 @@ History Changes 🎉 ~~~~~~~~~~ -* New Metadata ETL task ``set_object_settings`` to enable and disable settings on standard and custom objects (#3364) +* New Metadata ETL task ``set_object_settings`` to enable and disable settings on standard and custom objects (thanks @jlantz) (#3364) * For robot tests on the firefox profile now accept all cookies to prevent lightning pages from failing to render due to cross-domain cookies. (#3366) * Improved the method that playwright-based tests use to wait for the browser to initialize (#3366) * The following keywords now automatically generate screenshots on failure: ``Click related list button``, ``Click related item popup link``, ``Close modal``, ``Current app should be``, ``Field value should be``, ``Get field value``, ``Populate field``, ``Populate lookup field``, and ``Wait until modal is closed``. (#3370) From e4d99e91ca628475482e63d5eba72d9594f6b418 Mon Sep 17 00:00:00 2001 From: Brandon Parker Date: Thu, 29 Sep 2022 09:13:59 -0700 Subject: [PATCH 3/9] Update HISTORY.rst Co-authored-by: David Reed --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 422d880f4b..54408c8771 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,7 +10,7 @@ Changes 🎉 * New Metadata ETL task ``set_object_settings`` to enable and disable settings on standard and custom objects (thanks @jlantz) (#3364) * For robot tests on the firefox profile now accept all cookies to prevent lightning pages from failing to render due to cross-domain cookies. (#3366) * Improved the method that playwright-based tests use to wait for the browser to initialize (#3366) -* The following keywords now automatically generate screenshots on failure: ``Click related list button``, ``Click related item popup link``, ``Close modal``, ``Current app should be``, ``Field value should be``, ``Get field value``, ``Populate field``, ``Populate lookup field``, and ``Wait until modal is closed``. (#3370) +* The following Robot Framework keywords now automatically generate screenshots on failure: ``Click related list button``, ``Click related item popup link``, ``Close modal``, ``Current app should be``, ``Field value should be``, ``Get field value``, ``Populate field``, ``Populate lookup field``, and ``Wait until modal is closed``. (#3370) * CumulusCI now supports the following MetaData type: ``AIApplicationConfig`` (#3368) * CumulusCI now supports the following types from `Net Zero Cloud's Tooling API `__: ``BldgEnrgyIntensityCnfg``, ``StnryAssetEnvSrcCnfg``, ``VehicleAssetEmssnSrcCnfg``. (#3372) From 7a59d683282145aa6f0e24eb38c60061c8aefcaa Mon Sep 17 00:00:00 2001 From: Brandon Parker Date: Thu, 29 Sep 2022 09:14:05 -0700 Subject: [PATCH 4/9] Update HISTORY.rst Co-authored-by: David Reed --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 54408c8771..375eabb4fb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,7 +19,7 @@ Issues Fixed 🩴 ~~~~~~~~~~~~~~~~ * A failure when calling capture page screenshot no longer causes a robot test to fail (#3366) * Fixed an issue where the ``cci --version`` command failed to output the current version (#3367) -* A bug that prevented keywords decorated with @capture_screenshot_on_failure from returning a value has been fixed. (#3370) +* A bug that prevented keywords decorated with ``@capture_screenshot_on_failure`` from returning a value has been fixed. (#3370) * Fixed a bug where requests were not being logged while running tasks or flows with the ``--debug`` flag. (#3371) From c8d1553ad014c50d89a82b5c21b15a732a2fd4a9 Mon Sep 17 00:00:00 2001 From: Brandon Parker Date: Thu, 29 Sep 2022 09:14:10 -0700 Subject: [PATCH 5/9] Update HISTORY.rst Co-authored-by: David Reed --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 375eabb4fb..06aba83bd0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -17,7 +17,7 @@ Changes 🎉 Issues Fixed 🩴 ~~~~~~~~~~~~~~~~ -* A failure when calling capture page screenshot no longer causes a robot test to fail (#3366) +* A failure when calling ``capture page screenshot`` no longer causes a Robot test to fail (#3366) * Fixed an issue where the ``cci --version`` command failed to output the current version (#3367) * A bug that prevented keywords decorated with ``@capture_screenshot_on_failure`` from returning a value has been fixed. (#3370) * Fixed a bug where requests were not being logged while running tasks or flows with the ``--debug`` flag. (#3371) From d1c38a8ece0aae81955ca307544542c73e8882bc Mon Sep 17 00:00:00 2001 From: Brandon Parker Date: Thu, 29 Sep 2022 09:14:17 -0700 Subject: [PATCH 6/9] Update HISTORY.rst Co-authored-by: David Reed --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 06aba83bd0..3cab7f0d9f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -11,7 +11,7 @@ Changes 🎉 * For robot tests on the firefox profile now accept all cookies to prevent lightning pages from failing to render due to cross-domain cookies. (#3366) * Improved the method that playwright-based tests use to wait for the browser to initialize (#3366) * The following Robot Framework keywords now automatically generate screenshots on failure: ``Click related list button``, ``Click related item popup link``, ``Close modal``, ``Current app should be``, ``Field value should be``, ``Get field value``, ``Populate field``, ``Populate lookup field``, and ``Wait until modal is closed``. (#3370) -* CumulusCI now supports the following MetaData type: ``AIApplicationConfig`` (#3368) +* CumulusCI now supports the following Metadata type: ``AIApplicationConfig`` (#3368) * CumulusCI now supports the following types from `Net Zero Cloud's Tooling API `__: ``BldgEnrgyIntensityCnfg``, ``StnryAssetEnvSrcCnfg``, ``VehicleAssetEmssnSrcCnfg``. (#3372) From f4d35b9c5c3fb43237b7a3e3798212c6016f499a Mon Sep 17 00:00:00 2001 From: Brandon Parker Date: Thu, 29 Sep 2022 09:14:23 -0700 Subject: [PATCH 7/9] Update HISTORY.rst Co-authored-by: David Reed --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3cab7f0d9f..c47ea1f80d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,7 +8,7 @@ History Changes 🎉 ~~~~~~~~~~ * New Metadata ETL task ``set_object_settings`` to enable and disable settings on standard and custom objects (thanks @jlantz) (#3364) -* For robot tests on the firefox profile now accept all cookies to prevent lightning pages from failing to render due to cross-domain cookies. (#3366) +* For Robot tests on the Firefox profile, we now accept all cookies to prevent lightning pages from failing to render due to cross-domain cookies. (#3366) * Improved the method that playwright-based tests use to wait for the browser to initialize (#3366) * The following Robot Framework keywords now automatically generate screenshots on failure: ``Click related list button``, ``Click related item popup link``, ``Close modal``, ``Current app should be``, ``Field value should be``, ``Get field value``, ``Populate field``, ``Populate lookup field``, and ``Wait until modal is closed``. (#3370) * CumulusCI now supports the following Metadata type: ``AIApplicationConfig`` (#3368) From 4456d6156c5c007760e33e548f3317c5127d7555 Mon Sep 17 00:00:00 2001 From: Brandon Parker Date: Thu, 29 Sep 2022 09:17:21 -0700 Subject: [PATCH 8/9] update history.md --- docs/history.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/docs/history.md b/docs/history.md index be0d53d3f9..4c47212fbb 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,5 +1,43 @@ # History +## 3.66.0 (2022-09-29) + +Changes 🎉 + +- New Metadata ETL task `set_object_settings` to enable and disable settings on standard and custom objects (thanks \@jlantz) (#3364) +- For Robot tests on the Firefox profile, we now accept all cookies to prevent lightning pages from failing to render due to cross-domain cookies. (#3366) +- Improved the method that playwright-based tests use to wait for the browser to initialize (#3366) +- The following Robot Framework keywords now automatically generate screenshots on failure: `Click related list button`, `Click related item popup link`, `Close modal`, `Current app should be`, `Field value should be`, `Get field value`, `Populate field`, `Populate lookup field`, and `Wait until modal is closed`. (#3370) +- CumulusCI now supports the following Metadata type: `AIApplicationConfig` (#3368) +- CumulusCI now supports the following types from [Net Zero Cloud\'s Tooling API](https://developer.salesforce.com/docs/atlas.en-us.netzero_cloud_dev_guide.meta/netzero_cloud_dev_guide/netzero_cloud_tooling_api_parent.htm): `BldgEnrgyIntensityCnfg`, `StnryAssetEnvSrcCnfg`, `VehicleAssetEmssnSrcCnfg`. (#3372) + +Issues Fixed 🩴 + +- A failure when calling `capture page screenshot` no longer causes a Robot test to fail (#3366) +- Fixed an issue where the `cci --version` command failed to output the current version (#3367) +- A bug that prevented keywords decorated with `@capture_screenshot_on_failure` from returning a value has been fixed. (#3370) +- Fixed a bug where requests were not being logged while running tasks or flows with the `--debug` flag. (#3371) + + +## 3.65.0 (2022-09-16) + +Changes 🎉 + +- Improve logging and add error handling for Vlocity tasks by \@prescod in (#3357) + + +## 3.64.0 (2022-08-18) + +Changes 🎉 + +- Support for upcoming Salesforce 240 Release in Robot by \@boakley (#3321) + +Issues Fixed 🩴 + +- Fix crash with unusual Unicode characters in metadata on Windows running `update_package_xml` by \@prescod (#3323) +- Fix Scratch org creation in latest sfdx by \@prescod (#3334) + + ## 3.63.0 (2022-08-04) Changes 🎉 From 166be02b632df64dec79d5c816e3d3ed90fda40c Mon Sep 17 00:00:00 2001 From: Brandon Parker Date: Thu, 29 Sep 2022 09:55:02 -0700 Subject: [PATCH 9/9] prettier changes --- docs/history.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/history.md b/docs/history.md index 4c47212fbb..4b6dcf70ea 100644 --- a/docs/history.md +++ b/docs/history.md @@ -18,14 +18,12 @@ Issues Fixed 🩴 - A bug that prevented keywords decorated with `@capture_screenshot_on_failure` from returning a value has been fixed. (#3370) - Fixed a bug where requests were not being logged while running tasks or flows with the `--debug` flag. (#3371) - ## 3.65.0 (2022-09-16) Changes 🎉 - Improve logging and add error handling for Vlocity tasks by \@prescod in (#3357) - ## 3.64.0 (2022-08-18) Changes 🎉 @@ -37,7 +35,6 @@ Issues Fixed 🩴 - Fix crash with unusual Unicode characters in metadata on Windows running `update_package_xml` by \@prescod (#3323) - Fix Scratch org creation in latest sfdx by \@prescod (#3334) - ## 3.63.0 (2022-08-04) Changes 🎉