Skip to content

Commit

Permalink
3.71.0 (#3475)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBitShepherd committed Dec 20, 2022
1 parent 958b23e commit 5b07db3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cumulusci/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.70.0
3.71.0
14 changes: 12 additions & 2 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# History

## 3.70.0 (2022-11-29)
## 3.71.0 (2022-12-20)

Issues Fixed 🩴
Critical Changes 🎉

- A few weeks ago we soft-launched a `load_data` feature that matched the dataset loaded to the `org_shape`. If you had discovered and used the `load_data` option called `org_shape_match_only`, you should switch to the new task because eventually we will remove the option and only use the new `load_sample_data` task. (#3455)

Changes 🎉

- CumulusCI has two new tasks for working with sample data: `load_sample_data` and `capture_sample_data`. (#3455)
- CumulusCI now offers the ability to inject arbitrary IDs into a project's metadata components. See the [Find-and-Replace Id Injection](https://cumulusci.readthedocs.io/en/latest/deploy.html#find-and-replace-id-injection) source transform for more information. (#3460)
- CumulusCI now allows for injecting the current running user's username into a project's metadata components. See the [Find-and-Replace Id Injection](https://cumulusci.readthedocs.io/en/latest/deploy.html#find-and-replace-current-username-injection) source transform for more information. (#3460)

## 3.70.0 (2022-11-29)

- The `retrieve_changes` and `list_changes` tasks now properly exclude metadata types that `SFDX` is unable to process. These include: `AuraDefinition`, `ExperienceResource`, and `LightningComponentResource` by @jstvz in https://github.com/SFDO-Tooling/CumulusCI/pull/3443
- The `deploy_remote_site_settings` task has been updated to load the correct Remote Site Settings records for OmniStudio by @jofsky in https://github.com/SFDO-Tooling/CumulusCI/pull/3444
Expand Down

0 comments on commit 5b07db3

Please sign in to comment.