Releases: snowplow/sql-runner
Releases · snowplow/sql-runner
Version 0.8.0 (2018-11-09)
Adds support for running queries against the BigQuery cloud data warehouse.
New features
- Add support for BigQuery (#92)
Under the hood
- Remove Go version 1.8.5 from .travis.yml (#142)
0.8.0-rc1
Version 0.7.1 (2018-10-15)
This release addresses an issue where a Snowflake target's region was incorrectly set for instances deployed in us-west-2
.
Bugs
- Fix non-default Snowflake region from being invalidated (#134)
Version 0.7.0 (2018-09-10)
Adds several features that will make SQL Runner more powerful and easier to use: you can now view query output, use templated playbooks, see how query templates are filled out, and add multiple values pairs to the -var
flag.
New features
- Add -showQueryOutput flag to show output from SQL queries (close #107)
- Add -consulOnlyForLock flag to read local playbook but use Consul locking (close #96)
- Add -fillTemplates flag to review SQL queries (close #124)
- Add the possibility to template playbooks (close #103)
- Add a random number templating function (close #109)
Enhancements
- Elide default Snowflake region in Target config (close #121)
- Attempt connection to targets on -dryRun (close #51)
- Exit with dedicated return code if no queries to run (close #105)
- Allow passing multiple key value pairs to the -var flag (close #120)
Under the hood
- Bump pg version to 6 (close #133)
- Update Vagrant configuration for dep and new playbooks (close #131)
- Replace godep with dep (close #127)
- Remove Wine from required playbooks (close #129)
Documentation
0.7.0-rc2
0.7.0-rc1
Version 0.6.0 (2017-01-01)
Adds support for running queries against Snowflake cloud data warehouse
New features
Under the hood
Documentation
- Update README markdown in accordance with CommonMark (#104)
0.6.0-rc2
0.6.0-rc1
Version 0.5.2
This release addressed a TLS issue whereby the underlying postgres library had a regression which was not caught. The godeps have been refreshed and everything should be working again!
Bugs
- Bump GoLang version to 1.7.4 (#84)
Testing
- Bump Consul version to 0.7.2 (#82)
Documentation
- Update Copyright to 2015-2017 (#83)