From b1e758e11f87c8d43b3adaed0089e5f7fae45080 Mon Sep 17 00:00:00 2001 From: David Glick Date: Thu, 4 Feb 2021 09:06:44 -0500 Subject: [PATCH] prepare 3.28.0 --- HISTORY.rst | 29 +++++++++++++++++++++++++++++ cumulusci/version.txt | 2 +- requirements.txt | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9d7b81665c..c177da7eed 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,35 @@ History ======= +3.28.0 (2021-02-04) +------------------- + +Changes: + +- Added a new task, ``composite_request``, for calling the Composite REST Resource. #2341 + +- The ``create_package_version`` task has a new option, ``version_base``, which can be used to increment the package version from a different base version instead of from the highest existing version of the 2gp package. The ``build_feature_test_package`` flow now uses this option to create a package version with the minor version incremented from the most recent 1gp release published to github. #2357 + +- The ``create_package_version`` task now supports setting a post-install script and uninstall script when creating a managed package version, by setting the ``post_install_script`` and ``uninstall_script`` options. By default, these options will use the values of ``install_class`` and ``uninstall_class`` from the ``package`` section of ``cumulusci.yml``. #2366 + +- Updated to `Snowfakery 1.5 `__. + +- Robot Framework: + + - The ``Click related list button`` keyword has been modified to be more liberal in the types of DOM elements it will click on. Prior to this change it only clicked on anchor elements, but now also works for related list buttons that use an actual button element. #2356 + + - The ``Click modal button`` keyword now attempts to find the given button anywhere on the modal rather than only inside a ``force-form-footer`` element. #2356 + +Issues closed: + +- Robot Framework: + + - Custom locators can now be used with keywords that expect no element to be found (such as ``Page should not contain``). This previously resulted in an error. #2346 + + - Fixed an error when setting the ``tagstatexclude`` option for the ``robot`` task. #2365 + +- Fixed a possible error when running CumulusCI flows embedded in a multi-threaded context. #2347 + 3.27.0 (2021-01-21) ------------------- diff --git a/cumulusci/version.txt b/cumulusci/version.txt index d558367c43..0f414fd3e1 100644 --- a/cumulusci/version.txt +++ b/cumulusci/version.txt @@ -1 +1 @@ -3.27.0 \ No newline at end of file +3.28.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 1f04cbd3e6..dbef413af6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ requests==2.25.1 robotframework==3.2.2 robotframework-pabot==1.10.1 robotframework-requests==0.8.0 -robotframework-seleniumlibrary==5.0.0 +robotframework-seleniumlibrary==4.5.0 rst2ansi==0.1.5 salesforce-bulk==2.2.0 sarge==0.1.6