Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snowfakery 0.8.1 #41

Merged
merged 4 commits into from
Apr 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,3 @@ You can finish up the process by updating the release object that was auto-creat
Just paste in the changelog notes and hit publish.

Tada! You've published a new version of Snowfakery.

Configuring Your Environment
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

To release Snowfakery, you'll need twine, which is installed with the development requirements. You'll also need to configure your `pypirc`_ file with your PyPI credentials.

.. _pypirc: https://docs.python.org/distutils/packageindex.html#the-pypirc-file
15 changes: 14 additions & 1 deletion 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 0.8.1

Snowfakery includes support for Salesforce RecordTypes.

Snowfakery can output SQL/JSON NULL using YAML blank fields or the YAML literal 'null'

Fields starting with __ are now properly suppressed as per the documentation.

Various performance and reliability improvements:
* parsed dates are now cached
* Jinja values are always coerced to a string where appropriate
* internal attributes were renamed for clarity
* lookups are only generated in CCI mappings if they are actually needed

## Snowfakery 0.8.0

Snowfakery now specifies its install requirements with minimum versions rather than specific versions,
Expand All @@ -28,4 +42,3 @@ Snowfakery 0.6 is open source!
## Snowfakery 0.5

The first version of Snowfakery was [Salesforce.org](http://salesforce.org/) internal-only.

2 changes: 1 addition & 1 deletion snowfakery/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.8.0"
version = "0.8.1"