Skip to content

Commit

Permalink
Merge pull request #499 from SFDO-Tooling/feature/snowfakery-2.1
Browse files Browse the repository at this point in the history
Snowfakery 2.1
  • Loading branch information
Paul Prescod authored Sep 28, 2021
2 parents bcda25a + df09c2a commit dacfe61
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ In the beginning, programmers created the databases. Now the databases were form

And so [Salesforce.org](http://salesforce.org/) said “Let there be data,” and there was Snowfakery. And it was good.

## Snowfakery 2.1

Fix an issue with datasets not being closed in an orderly fashion (PR #492)

Emails and usernames will now be generated to match firstnames and lastnames (PR #420)

The `unique_id` and `unique_alpha_code` variables return a unique number that can be used to distinguish any record from others. For example, we can incorporate a unique ID into an email address or an employee ID. (#438)

Numeric and date counters are now available with the `snowfakery.standard_plugins.Counters` plugin. (#438)

Documented Salesforce.ProfileId function which looks up a Profile
in Salesforce by name and substitutes the ID automatically. (#438)



## Snowfakery 2.0.1

Fix problems installing through pipx.
Expand Down
2 changes: 1 addition & 1 deletion snowfakery/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.1
2.1

0 comments on commit dacfe61

Please sign in to comment.