Skip to content

Releases: kitagry/bqls

v0.7.0

Choose a tag to compare

@kitagry kitagry released this 26 Jul 23:55
2a27c54

What's Changed

  • chore(deps): bump golang.org/x/text from 0.33.0 to 0.38.0 by @dependabot[bot] in #324
  • feat: add QUALIFY and set operation keyword completions by @kitagry in #327
  • chore(deps): bump google.golang.org/api from 0.262.0 to 0.285.0 by @dependabot[bot] in #326
  • feat: add DISTINCT and set operation keyword completions by @kitagry in #329
  • chore(deps): bump google.golang.org/api from 0.285.0 to 0.287.1 by @dependabot[bot] in #328
  • feat: add official VSCode extension by @kitagry in #330
  • feat: fetch bqls virtual text document previews asynchronously by @kitagry in #333
  • feat: add VS Code Marketplace publish workflow by @kitagry in #334
  • feat: download bqls binary automatically in VSCode extension by @kitagry in #335

Full Changelog: v0.6.0...v0.7.0

v0.6.0

Choose a tag to compare

@kitagry kitagry released this 13 Jun 06:54
1c4d77b

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

Choose a tag to compare

@kitagry kitagry released this 24 May 14:05

What's Changed

  • chore: speed up release by caching Go build artifacts and dropping Windows targets by @Copilot in #314

New Contributors

  • @Copilot made their first contribution in #314

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@kitagry kitagry released this 10 May 04:17
070fa8b

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

Choose a tag to compare

@kitagry kitagry released this 01 Nov 22:50
91ab2eb

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

Full Changelog: v0.4.2...v0.4.3

v0.4.2

Choose a tag to compare

@kitagry kitagry released this 05 Jul 06:47
06b7c3d

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

Choose a tag to compare

@kitagry kitagry released this 29 May 04:59
9ba0bbc

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@kitagry kitagry released this 13 Apr 05:39
5a860dc

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

Choose a tag to compare

@kitagry kitagry released this 10 Apr 14:01
152e01f

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

Choose a tag to compare

@kitagry kitagry released this 24 Mar 00:38
ff6ca35

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