Releases: snowplow/sql-runner
Releases · snowplow/sql-runner
0.5.2-rc1
Version 0.5.1
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
Version 0.5.0
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
0.5.0-rc4
0.5.0-rc3
0.5.0-rc2
0.5.0-rc1
Version 0.4.0
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)