Releases: snowplow/sql-runner
Releases · snowplow/sql-runner
Version 0.4.0
Support for Consul, new template functions and -dryRun feature
Bug fixes
- Initialize the variables map inside the playbook properly, thanks Alessandro Andrioni (@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
Version 0.3.0
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
Minor updates and SSL support
New features
- Added support for SSL connection to Postgres/Redshift database, thanks @dennisatspaceape! (#24)
Under the hood
Version 0.1.0
Initial release