Releases: kitagry/bqls
Releases · kitagry/bqls
v0.6.0
What's Changed
- chore: add github funding by @kitagry in #315
- feat: add parser for BigQuery SQL instead of tree-sitter by @kitagry in #316
- chore: upgrade go-googlesql to v0.3.0 by @kitagry in #317
- definition to variable and function by @kitagry in #318
- feat: add search tables commands by @kitagry in #319
- feat: allow multiple projectID for search tables by @kitagry in #320
- feat: enable GCP public datasets search when bigquery-public-data is specified by @kitagry in #321
- chore(deps): bump cloud.google.com/go/bigquery from 1.72.0 to 1.73.1 by @dependabot[bot] in #309
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
What's Changed
- feat: wait for job finished by @kitagry in #284
- feat: use tree-sitter for keyword completion by @kitagry in #289
- feat: add some keywords by @kitagry in #290
- complete with clause by @kitagry in #291
- chore(deps): bump cloud.google.com/go/bigquery from 1.69.0 to 1.72.0 by @dependabot[bot] in #288
- chore(deps): bump golang.org/x/text from 0.29.0 to 0.31.0 by @dependabot[bot] in #293
- chore(deps): bump google.golang.org/api from 0.250.0 to 0.257.0 by @dependabot[bot] in #295
- chore(deps): bump github.com/PuerkitoBio/goquery from 1.10.2 to 1.11.0 by @dependabot[bot] in #294
- chore(deps): bump google.golang.org/api from 0.257.0 to 0.258.0 by @dependabot[bot] in #297
- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.33 by @dependabot[bot] in #298
- chore(deps): bump google.golang.org/api from 0.258.0 to 0.262.0 by @dependabot[bot] in #304
- fix: skip diagnostics for virtual text documents by @kitagry in #311
- feat: replace go-zetasql with go-googlesql by @kitagry in #312
- feat: update release workflow to use goreleaser by @kitagry in #313
Full Changelog: v0.4.3...v0.5.0
v0.4.3
What's Changed
- chore(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 by @dependabot[bot] in #263
- chore(deps): bump google.golang.org/api from 0.235.0 to 0.241.0 by @dependabot[bot] in #266
- chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 by @dependabot[bot] in #265
- chore(deps): bump google.golang.org/api from 0.241.0 to 0.248.0 by @dependabot[bot] in #278
- fix: Quick typo fix by @antotocar34 in #285
- fix: skip fixDot in comment by @kitagry in #287
New Contributors
- @antotocar34 made their first contribution in #285
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- chore(deps): bump google.golang.org/api from 0.228.0 to 0.235.0 by @dependabot in #258
- Add TimePartitioning and RangePartitioning document for hover by @kitagry in #261
- chore(deps): bump cloud.google.com/go/bigquery from 1.67.0 to 1.69.0 by @dependabot in #259
- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.27 to 1.14.28 by @dependabot in #249
- chore(deps): bump github.com/sourcegraph/jsonrpc2 from 0.2.0 to 0.2.1 by @dependabot in #260
- docs: add installation instructions with prerequisites and build steps by @kitagry in #262
Full Changelog: v0.4.1...v0.4.2
v0.4.1
v0.4.0
What's Changed
- chore(deps): bump golang.org/x/text from 0.23.0 to 0.24.0 by @dependabot in #237
- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.25 to 1.14.27 by @dependabot in #236
- BREAKING CHANGE: prefixing command name by @yokomotod in #244
- feat: save result to existing spreadsheet by @kitagry in #242
Full Changelog: v0.3.3...v0.4.0
v0.3.3
What's Changed
- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.25 by @dependabot in #235
- chore(deps): bump google.golang.org/api from 0.227.0 to 0.228.0 by @dependabot in #234
- feat: support unnamed files by @kitagry in #239
- chore: stack trace on panic by @yokomotod in #240
New Contributors
- @yokomotod made their first contribution in #240
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- feat: support spreadsheet for save result by @kitagry in #225
- chore(deps): bump google.golang.org/api from 0.222.0 to 0.223.0 by @dependabot in #224
- chore(deps): bump google.golang.org/api from 0.223.0 to 0.224.0 by @dependabot in #227
- chore(deps): bump google.golang.org/api from 0.224.0 to 0.227.0 by @dependabot in #231
- chore(deps): bump cloud.google.com/go/bigquery from 1.66.2 to 1.67.0 by @dependabot in #230
- fix: formatSpreadsheetSingleRecord should return any type by @kitagry in #232
- Enhance definition by @kitagry in #233
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #221
- chore: use cache by @kitagry in #222
- chore(deps): bump google.golang.org/api from 0.219.0 to 0.222.0 by @dependabot in #217
- feat: add listJobHIstories arguments by @kitagry in #223
Full Changelog: v0.3.0...v0.3.1