Skip to content

Releases: snowplow/sql-runner

0.5.2-rc1

12 Feb 09:25
Compare
Choose a tag to compare
0.5.2-rc1 Pre-release
Pre-release
Version 0.5.2-rc1

Version 0.5.1

19 Dec 16:39
Compare
Choose a tag to compare

This release ensures that sql-runner is deployed using GoLang 1.7 to avoid compatibility issues with macOS Sierra.

Bugs

  • Update travis to deploy on Go 1.7 (#76)

0.5.1-rc1

12 Feb 09:20
Compare
Choose a tag to compare
0.5.1-rc1 Pre-release
Pre-release
Version 0.5.1-rc1

Version 0.5.0

12 Dec 22:09
Compare
Choose a tag to compare

Adds local and Consul-based remote locking to ensure that SQL Runner runs your playbooks as singletons

New features

  • Add ability to set a lockfile for a run (#54)
  • Add command to check lockfile (#67)
  • Add command to delete lockfile (#66)
  • Add ability to run a single query, -runQuery (#55)

Under the hood

  • Update Postgres library to pg.v5 (#73)
  • Refactor: Playbook and SQL loading interface (#62)
  • Refactor code structure (#72)
  • Add tcpKeepAlive=true for long-running queries via NAT (#57)

CI/CD

  • Add test suite (#63)
  • Add integration test suite (#71)
  • Stop testing travis on tip (#68)
  • Add Bintray credentials to .travis.yml (#70)
  • Add CI/CD (#64)

Documentation

  • Change default for template from false to true (#53)
  • Update copyright year to 2015-2016 (#69)
  • Update README to direct users to wiki (#65)
  • Fix SQL Runner download link pointing to old version (#58)

0.5.0-rc4

12 Feb 09:15
Compare
Choose a tag to compare
0.5.0-rc4 Pre-release
Pre-release
Version 0.5.0-rc4

0.5.0-rc3

12 Feb 09:13
Compare
Choose a tag to compare
0.5.0-rc3 Pre-release
Pre-release
Version 0.5.0-rc3

0.5.0-rc2

12 Feb 09:10
Compare
Choose a tag to compare
0.5.0-rc2 Pre-release
Pre-release
Version 0.5.0-rc2

0.5.0-rc1

12 Feb 09:07
Compare
Choose a tag to compare
0.5.0-rc1 Pre-release
Pre-release
Version 0.5.0-rc1

Version 0.4.0

03 Dec 18:55
Compare
Choose a tag to compare

Support for Consul, new template functions and -dryRun feature

Bug fixes

  • Initialize the variables map inside the playbook properly, thanks @andrioni! (#47)

New features

  • Add -dryRun mode (#45)
  • Add ability for SQL files to be read from Consul (#44)
  • Add ability to read playbook from Consul (#43)
  • Add an environment variable function (#30)

Under the hood

  • Bump gopkg.in/pg.v2 to v3 (#48)
  • Moved SQL file reading to startup (#22)

Version 0.3.0

05 Nov 16:31
Compare
Choose a tag to compare

New template support and functions

New features

  • Added option to start SQL Runner from a given step (#32)
  • Added support to passing variables as command-line options (#35)
  • Added AWS credentials support (#39)

Deployment

  • Upgraded vagrant push to upload OS X and Windows binaries (#31)
  • Hardened push script (#8)
  • Updated vagrant up to use Golang 1.5 and Wine (#34)

Documentation

  • Added new template functions into README (#41)