From e72f9a1c41f4ad3b1e6f96724e4f0658621823b4 Mon Sep 17 00:00:00 2001 From: Paul Prescod Date: Mon, 27 Sep 2021 16:20:40 -0700 Subject: [PATCH] Snowfakery 2.1 --- HISTORY.md | 15 +++++++++++++++ snowfakery/version.txt | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 0c4987fc..d276d5f6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/snowfakery/version.txt b/snowfakery/version.txt index 10bf840e..42f7d233 100644 --- a/snowfakery/version.txt +++ b/snowfakery/version.txt @@ -1 +1 @@ -2.0.1 \ No newline at end of file +2.1 \ No newline at end of file