From fe3209da4d85936e7df1077dad5f9bcaf21b08b5 Mon Sep 17 00:00:00 2001 From: David Glick Date: Fri, 17 Apr 2020 12:02:33 -0400 Subject: [PATCH] prepare 3.11.0 --- HISTORY.rst | 34 ++++++++++++++++++++++++++++++++++ cumulusci/version.txt | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f9c69c6c83..e0c3a02435 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,40 @@ History ======= +3.11.0 (2020-04-17) +------------------- + +Changes: + +* CumulusCI now includes `Snowfakery `_, + a tool for generating fake data. It can be used to generate and load data into an org + via the new ``generate_and_load_from_yaml`` task. + +* Added two new preflight check tasks for use in MetaDeploy: + ``get_available_licenses`` and ``get_available_permission_set_licenses``. + These tasks make available lists of the License Definition Keys for the org's licenses or PSLs. + +* The ``get_installed_packages`` task now logs its result. + +* Robot Framework: Added two new keywords (``Get Fake Data`` and ``Set Faker Locale``) + and a global robot variable (``${faker}``) which can be used to generate fake data + using the `Faker `_ library. + +Issues closed: + +* Fixed an error when loading a dependency whose ``cumulusci.yml`` contains non-breaking spaces. + +* Fixed a PermissionError when running multiple concurrent CumulusCI commands in Windows. (#1477) + +* Show a more helpful error message if a keychain entry can't be loaded + due to a change in the encryption key. + +* Fixed the ``org_settings`` task to use the API version of the org rather than the API version of the package. + +* In the Salesforce Robot Framework library, the ``Open App Launcher`` keyword now tries to detect + and recover from an occasional situation where the app launcher fails to load. + + 3.10.0 (2020-04-02) ------------------- diff --git a/cumulusci/version.txt b/cumulusci/version.txt index e06d07afe1..e0af1238f7 100644 --- a/cumulusci/version.txt +++ b/cumulusci/version.txt @@ -1 +1 @@ -3.10.0 \ No newline at end of file +3.11.0 \ No newline at end of file