Skip to content

Commit

Permalink
Merge pull request #2691 from SFDO-Tooling/feature/3.38.0
Browse files Browse the repository at this point in the history
Prepare 3.38.0
  • Loading branch information
David Glick authored Jun 24, 2021
2 parents 15b8011 + 492effe commit 0d562a3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
History
=======

3.38.0 (2021-06-24)
-------------------

Changes:

* The built-in connected app that CumulusCI uses by default is now visible in the output of the ``cci service list`` command. This makes it possible to switch back and forth between this connected app and another one as the current default when multiple connected_app services are configured. The built-in connected_app service has the name ``built-in`` and cannot be renamed or removed. (#2664)
* The ``generate_data_dictionary`` task includes a new option, ``include_prerelease``. If set to ``True``, CumulusCI will include unreleased schema in the data dictionary from the current branch on GitHub, with the version listed as "Prerelease". (#2671)
* Added a new task, ``gather_release_notes``, which generates an HTML file with release notes from multiple repositories. (#2633)
* The ``deploy_marketing_cloud_package`` task includes a new option, ``custom_inputs``, which can be used to specify values to fill in for inputs in a Marketing Cloud package. (#2683)
* Mappings for the ``extract_dataset`` task can now specify a ``soql_filter`` to restrict which records are extracted. Thanks @sfdcale (#2663)
* Robot Framework: The ``Scroll Element Into View`` keyword in the Salesforce library now scrolls the center of the element into view rather than the top. (#2689)

Issues closed:

* Fixed a bug where CumulusCI could not parse the repository owner and name from an ssh git remote URL if it used an ssh alias instead of ``github.com``. (#2684)
* Fixed a bug where ``cci service info <service_type>`` would display ``None`` as the name for the default service if no name was provided. (#2664)
* Fixed a missing dependency on the ``contextvars`` Python package in Python 3.6.

3.37.0 (2021-06-10)
-------------------

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

0 comments on commit 0d562a3

Please sign in to comment.