-
Notifications
You must be signed in to change notification settings - Fork 15
/
CHANGELOG
161 lines (140 loc) · 5.49 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
Version 0.10.1 (2022-11-17)
---------------------------
Update GitHub Actions workflows (#213)
Fix matching to gosnowflake ErrUnknownError (#212)
Update Snowflake driver to v1.6.13 (#211)
Version 0.10.0 (2022-06-28)
---------------------------
Fix out of range panic on invalid runQuery argument (#210)
Exit on flags parsing error (#208)
Fail fast on invalid playbook (#207)
Upgrade yaml library (#206)
Fix go get deprecation warning (#205)
Add ability to set QUERY_TAG session parameter in Snowflake (#201)
Update Snowflake Driver (#196)
Fix linter issues (#204)
Update dependencies (#195)
Upgrade go-pg/pg to v10 (#203)
Prevent exiting from goroutine (#202)
Version 0.9.8 (2022-04-22)
--------------------------
Add Application to JDBC driver configuration for identifying Snowplow jobs (#198)
Version 0.9.7 (2022-01-25)
--------------------------
Handle Snowflake error `-00001:` (#191)
Version 0.9.6 (2022-01-18)
--------------------------
Bump dependencies (#187)
Update copyright for 2022 (#189)
Update go version to 1.17 (#190)
Version 0.9.5 (2021-04-30)
--------------------------
Upgrade dependencies (#183)
Version 0.9.4 (2021-02-15)
--------------------------
Remove Bintray (#179)
Version 0.9.3 (2021-01-25)
--------------------------
Migrate to Github actions for CI/CD (#158)
Update Copyright to 2015-2021 (#177)
Snowflake: convert query output to string before printing (#166)
Commented lines execute as empty SQL statements in Snowflake (#119)
Add Snowflake reference to application description in help message (#132)
Version 0.9.2 (2020-12-15)
--------------------------
BigQuery: Run multiple-step queries as single script (#169)
BigQuery: Explicitly set Client.Location from the region playbook variable (#173)
Bump Travis Golang version to 1.15 (#174)
Version 0.9.1 (2020-11-17)
--------------------------
Add ability to template YAML playbook with custom functions (#167)
Version 0.9.0 (2020-07-17)
--------------------------
Replace Vagrant with Docker based development experience (#150)
Update project to use go mod instead of dep (#151)
Update Copyright to 2015-2020 (#152)
Add Snyk Integration (#154)
Version 0.8.0 (2018-11-08)
--------------------------
Add support for BigQuery (#92)
Version 0.7.1 (2018-10-15)
--------------------------
Fix non-default Snowflake region from being invalidated (#134)
Version 0.7.0 (2018-09-10)
--------------------------
Update Vagrant configuration for dep and new playbooks (#131)
Add -showQueryOutput flag to show output from SQL queries (#107)
Add -consulOnlyForLock flag to read local playbook but use Consul locking (#96)
Attempt connection to targets on -dryRun (#51)
Elide default Snowflake region in Target config (#121)
Add 'check SQL query' mode (#124)
Exit with dedicated return code if no queries to run (#105)
Replace godep with dep (#127)
Add Goreport badge (#95)
Remove Wine from required playbooks (#129)
Fix v0.6.0 release date in CHANGELOG (#126)
Add the possibility to template playbooks (#103)
Allow passing multiple key value pairs to the -var flag (#120)
Add a random number templating function (#109)
Bump pg version to 6 (#133)
Version 0.6.0 (2018-01-01)
--------------------------
Bump Go version to 1.9.2 (#112)
Remove Go versions 1.6 and 1.7 from .travis.yml (#110)
Add support for Snowflake database (#114)
Add database-specific config.yml samples (#118)
Update README markdown in accordance with CommonMark (#104)
Version 0.5.2 (2017-01-13)
--------------------------
Update Copyright to 2015-2017 (#83)
Bump Consul version to 0.7.2 (#82)
Bump GoLang version to 1.7.4 (#84)
Version 0.5.1 (2016-12-19)
--------------------------
Update travis to deploy on Go 1.7 (#76)
Version 0.5.0 (2016-12-12)
--------------------------
Add ability to set a lockfile for a run (#54)
Add command to check lockfile (#67)
Add command to delete lockfile (#66)
Add integration test suite (#71)
Add tcpKeepAlive=true for long-running queries via NAT (#57)
Add test suite (#63)
Refactor: Playbook and SQL loading interface (#62)
Refactor code structure (#72)
Add ability to run a single query, -runQuery (#55)
Change default for template from false to true (#53)
Update copyright year to 2015-2016 (#69)
Update README to direct users to wiki (#65)
Update Postgres library to pg.v5 (#73)
Fix SQL Runner download link pointing to old version (#58)
Stop testing travis on tip (#68)
Add Bintray credentials to .travis.yml (#70)
Add CI/CD (#64)
Version 0.4.0 (2015-12-03)
--------------------------
Bump gopkg.in/pg.v2 to v3 (#48)
Initialize the variables map inside the playbook properly, thanks @andrioni! (#47)
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)
Moved SQL file reading to startup (#22)
Version 0.3.0 (2015-11-05)
--------------------------
Hardened push script (#8)
Upgraded vagrant push to upload OS X and Windows binaries (#31)
Added option to start SQL Runner from a given step (#32)
Updated vagrant up to use Golang 1.5 and Wine (#34)
Added support to passing variables as command-line options (#35)
Added AWS credentials support (#39)
Added new template functions into README (#41)
Version 0.2.0 (2015-09-13)
--------------------------
Fixed typo of "queries executed againt targets" (#20)
Added support for SSL connection to Postgres/Redshift database, thanks @dennisatspaceape! (#24)
Updated vagrant up to work with latest Peru version (#25)
Replaced bitbucket.org/kardianos/osext with github.com/kardianos/osext (#33)
Version 0.1.0 (2015-01-17)
--------------------------
Initial release