Skip to content

Commit

Permalink
Merge pull request #3236 from SFDO-Tooling/feature/3.60.0
Browse files Browse the repository at this point in the history
Release 3.60.0
  • Loading branch information
boakley authored Jun 9, 2022
2 parents 2f8b7e1 + f8f0ecc commit 8aaed71
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
=======
History
=======
3.60.0 (2022-06-09)
-------------------
Changes:

* We added a new dependency resolution strategy, ``unlocked``. Like our existing dependency strategies using parallel 2GP package builds, this strategy installs parallel unlocked package builds. (#3223)
* We added the flows ``build_unlocked_test_package``, ``install_unlocked_commit``, and ``qa_org_unlocked`` to support use of parallel unlocked packages. (#3223)
* We added a property, ``is_survey_advanced_features_enabled``, to the org_config entity available in when clauses. (#3149)
* Robot framework API and performance keywords have been moved into separate libraries. They are still automatically imported when using Salesforce.robot so it is not necessary to modify any existing test files. (#3216)
* There are new robot framework keyword libraries with limited support for `Playwright <https://playwright.dev/>`_ via the `robotframework-browser library <https://robotframework-browser.org/>`_. To use, import the resource file ``cumulusci/robotframework/SalesforcePlaywright.robot`` instead of ``cumulusci/robotframework/Salesforce.robot``. Note: Playwright is not yet supported by MetaCI. (#3216)
* ``cumulusci.robotframework.BaseLibrary`` can be used when creating new libraries in order to get some useful properties (``self.salesforce``, ``self.salesforce_api``, ``self.cumulusci``, etc) (#3216)
* Snowfakery 3.2 is included, with the following changes:
* Snowfakery can now do random_reference to nicknames.
* We removed some limitations on what Snowfakery can do with objects referenced through random_reference, especially using a.b.c.d syntax.
* We added a unique option for random_reference to allow for 1-1 relationships across random references and no-duplicates many-to-many join relationships like Account->CampaignMember->Campaign

3.59.1 (2022-05-31)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion cumulusci/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.60.0.dev1
3.60.0

0 comments on commit 8aaed71

Please sign in to comment.