Skip to content

Releases: snowplow/sql-runner

Version 0.4.0

03 Dec 18:55

Choose a tag to compare

Support for Consul, new template functions and -dryRun feature

Bug fixes

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

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)

Version 0.2.0

13 Sep 22:06

Choose a tag to compare

Minor updates and SSL support

New features

  • Added support for SSL connection to Postgres/Redshift database, thanks @dennisatspaceape! (#24)

Under the hood

  • Updated vagrant up to work with latest Peru version (#25)
  • Replaced bitbucket.org/kardianos/osext with github.com/kardianos/osext (#33)
  • Fixed typo of "queries executed againt targets" (#20)

Version 0.1.0

21 Jan 14:43

Choose a tag to compare

Initial release