Skip to content

Releases: SFDO-Tooling/Snowfakery

4.2.1

09 Jan 07:02
dbf7293

Choose a tag to compare

Merge pull request #1112 from SFDO-Tooling/release_v4.2.1

Release v4.2.1

4.2.0

19 Dec 09:18
10c109d

Choose a tag to compare

Merge pull request #1110 from SFDO-Tooling/release_v4.2.0

Release v4.2.0

4.1.0

09 Oct 05:51
2b6e264

Choose a tag to compare

Merge pull request #1102 from SFDO-Tooling/release_v4.1.0

Release v4.1.0

4.0.0

13 Nov 19:09
06f493b

Choose a tag to compare

Snowfakery 4.0.0

Drop support for Python versions 3.8, 3.9, and 3.10 (#1091)

Snowfakery v3.6.3

01 May 19:58
a8d31ae

Choose a tag to compare

What's Changed

Full Changelog: v3.6.2...v3.6.3

Snowfakery 3.3.0

13 Oct 18:32
6b3ce3f

Choose a tag to compare

Snowfakery has a datetime_between function (#729)

Date-time values can now be coerced from strings and dates (#729)

Fixes to documentation (thank you @BrettMN) (#727)

find_record is now cached so that it only calls into Salesforce once. (#726)

Snowfakery 3.2

09 Jun 16:05
9a2344b

Choose a tag to compare

Snowfakery can now do random_reference to nicknames. (#639)

We removed some limitations on what Snowfakery can do with objects referenced through random_reference, especially using a.b.c.d syntax. (#681 and #639)

We added a unique option for random_reference to allow for 1-1 relationships across random references and no-duplicates many-to-many join relationships like Account->CampaignMember->Campaign (#684)

Snowfakery 3.1.0

16 May 20:06
35ee7c9

Choose a tag to compare

When embedded in CumulusCI, Snowfakery can now do SObject Upserts. (#644)

Add a Decimal datatype (#631)

Output Boolean values using the JSON boolean type in JSON outputs. (#663)

Snowfakery 3.0.0

24 Feb 04:37
161058b

Choose a tag to compare

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.0

03 Feb 18:59
283012c

Choose a tag to compare

Snowfakery now ensures that faked firstnames and lastnames are ASCII alphanumeric before attempting to incorporate them into a fake email (#597)

Snowfakery publishes a JSON Schema for IDE usage (#556)

Snowfakery gives a better error message if a CSV datasource has rows that have more columns than the header row. (#594)