Skip to content

Commit

Permalink
Merge pull request #2674 from SFDO-Tooling/feature/3.37.0
Browse files Browse the repository at this point in the history
Prepare 3.37.0
  • Loading branch information
davidmreed authored Jun 10, 2021
2 parents 45b2be2 + 3509458 commit 9a52c47
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
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.37.0 (2021-06-10)
-------------------

Changes

- The ``install_managed`` task now supports 2GP releases (#2655).
- We changed the behavior of the ``release_2gp_beta`` flow to always
upload a package version, even if metadata has not changed (#2651).
- We now support sourcing install keys for packages from
environment variables via the ``password_env_name`` dependency key (#2622).

Robot Framework

- We upgraded SeleniumLibrary to 5.x (#2660).
- We added a new keyword "select window" to Salesforce library,
to replace the keyword of the same name which was renamed in
SeleniumLibrary 5.x to 'switch window'.
We will be removing this keyword in a future release;
tests should use 'switch window' instead.

Issues Closed

- We corrected some JavaScript issues that were occurring with Chrome 91. (#2652)
- We fixed a bug impacting the ``generate_data_dictionary`` task when used
with dependencies (#2653).
- We fixed an issue causing ``sfdx`` commands that had options with spaces
to fail to execute on Windows (#2656).
- We fixed an issue causing the creation of incorrect 2GP beta tags (#2651).

3.36.0 (2021-05-27)
-------------------

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

0 comments on commit 9a52c47

Please sign in to comment.