Skip to content

Commit

Permalink
Merge pull request #2367 from SFDO-Tooling/feature/3.28.0
Browse files Browse the repository at this point in the history
Release 3.28.0
  • Loading branch information
David Glick authored Feb 4, 2021
2 parents 1b3eb3a + b1e758e commit 458df9f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/SFDO-Tooling/Snowfakery/releases/tag/v1.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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cumulusci/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.27.0
3.28.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 458df9f

Please sign in to comment.