From 72468e4ed5db860f3a75d0c3dfce7301d6df1dae Mon Sep 17 00:00:00 2001 From: Paul Prescod Date: Sat, 28 Nov 2020 14:03:29 -0800 Subject: [PATCH 1/2] Snowfakery 1.3 --- HISTORY.md | 15 +++++++++++++++ snowfakery/version.txt | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 5d425aec..5f97ada5 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 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. + ## Snowfakery 1.2 Improvements to plugin API: add `evaluate_raw` and `simplify` diff --git a/snowfakery/version.txt b/snowfakery/version.txt index ea710abb..a58941b0 100644 --- a/snowfakery/version.txt +++ b/snowfakery/version.txt @@ -1 +1 @@ -1.2 \ No newline at end of file +1.3 \ No newline at end of file From f5fd33bc3b467965d5cb769318b7d81fbeb95be0 Mon Sep 17 00:00:00 2001 From: David Glick Date: Mon, 30 Nov 2020 09:38:11 -0500 Subject: [PATCH 2/2] Add note for #190 --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 5f97ada5..65b922b5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -19,6 +19,8 @@ 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`