Skip to content

Releases: snowplow/sql-runner

Version 0.8.0 (2018-11-09)

09 Nov 11:55
Compare
Choose a tag to compare

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

12 Feb 09:49
Compare
Choose a tag to compare
0.8.0-rc1 Pre-release
Pre-release
Version 0.8.0-rc1

Version 0.7.1 (2018-10-15)

15 Oct 13:57
Compare
Choose a tag to compare

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)

10 Sep 14:44
Compare
Choose a tag to compare

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

  • Add Goreport badge (close #95)
  • Fix v0.6.0 release date in CHANGELOG (close #126)

0.7.0-rc2

12 Feb 09:40
Compare
Choose a tag to compare
0.7.0-rc2 Pre-release
Pre-release
Version 0.7.0-rc2

0.7.0-rc1

12 Feb 09:37
Compare
Choose a tag to compare
0.7.0-rc1 Pre-release
Pre-release
Version 0.7.0-rc1

Version 0.6.0 (2017-01-01)

01 Jan 13:31
Compare
Choose a tag to compare

Adds support for running queries against Snowflake cloud data warehouse

New features

  • Add support for Snowflake database (#114)
  • Add database-specific config.yml samples (#118)

Under the hood

  • Bump Go version to 1.9.2 (#112)
  • Remove Go versions 1.6 and 1.7 from .travis.yml (#110)

Documentation

  • Update README markdown in accordance with CommonMark (#104)

0.6.0-rc2

12 Feb 09:32
Compare
Choose a tag to compare
0.6.0-rc2 Pre-release
Pre-release
Version 0.6.0-rc2

0.6.0-rc1

12 Feb 09:30
Compare
Choose a tag to compare
0.6.0-rc1 Pre-release
Pre-release
Version 0.6.0-rc1

Version 0.5.2

13 Jan 13:30
Compare
Choose a tag to compare

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)