Skip to content

Commit

Permalink
Merge pull request #187 from SFDO-Tooling/feature/snowfakery-1.3
Browse files Browse the repository at this point in the history
Snowfakery 1.3
  • Loading branch information
prescod authored Nov 30, 2020
2 parents 1af3711 + 1f7e27d commit 0fe8355
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ 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 1.3

`random_number` can now accept a "step" argument as descrbed in the docs.

The continuation file format changed. Do not upgrade Snowfakery while
running a long-running Snowfakery process. The new configuration file
should be less prone to issues relating to failures to serialize results.

The command line interface gives better error messages about unknown
file extensions.

Allow a short-form random_choice syntax that matches the docs.

The --target-number value now allows its two sub-arguments to be specified in either order: Tablename then number or number then tablename.

`date` now casts datetimes to dates instead of returning them unchanged.

## Snowfakery 1.2

Improvements to plugin API: add `evaluate_raw` and `simplify`
Expand Down
2 changes: 1 addition & 1 deletion snowfakery/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2
1.3

0 comments on commit 0fe8355

Please sign in to comment.