Skip to content

Commit

Permalink
Snowfakery 3.0 (#619)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Conrad <[email protected]>
  • Loading branch information
Paul Prescod and pconrad-sfdo authored Feb 24, 2022
1 parent fd8b06e commit 161058b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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 3.0

When embedded in CumulusCI, Snowfakery can now do SObject Updates. (#586)

Snowfakery can be used to do transformations of CSV files. (#586)

Snowfakery has a `now` function which returns a UTC datetime representing the present moment. (#485)

Snowfakery has a mode (`snowfakery_version: 3`) that lets formulas output types other than just strings. For example, they can generate date objects, which are amenable to date manipulations. This is an opt-in feature for the time being, but will become the default in June 2022. (#617)

Snowfakery has a `debug` function for inspecting expressions and values. (#613 and #615)

Snowfakery outputs "datetimes" in the `UTC` time zone, for better Salesforce compatibility. (#601, #694)

## Snowfakery 2.5

Snowfakery now ensures that faked firstnames and lastnames are ASCII alphanumeric
Expand Down
2 changes: 1 addition & 1 deletion snowfakery/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1.dev0
3.0.0

0 comments on commit 161058b

Please sign in to comment.