Skip to content

Releases: columnar-tech/dbc

v0.2.0-beta1

20 Jan 22:03
v0.2.0-beta1
759432d

Choose a tag to compare

v0.2.0-beta1 Pre-release
Pre-release

dbc Release (2026-01-20)

Changelog

Features

  • 6654979 feat(auth): add the "--purge" option to logout (#251)
  • 656e7da feat(auth): automatically fetch Columnar license on login (#223)
  • a6ff1df feat(auth): initial implementation of auth subcommand (#217)
  • fcdd191 feat(docs): add subcommand for opening documentation (#186)
  • 15706b5 feat(install): give hint when unauthorized (#255)
  • 90f74f3 feat(registry): multi-registry support (#225)
  • 5daa2da feat(req): add Accept header (#256)
  • 275193b feat: add --quiet flag to cli for suppressing output (#208)
  • d627b36 feat: support getting docs urls from driver registry index (#221)

Bug fixes

  • b54f5f7 fix(install): improve install scripts for unsupported platform (#258)
  • 1e9689d fix(logout): add test for --purge (#257)
  • 31f2e15 fix(search): improve output for non-verbose (#248)
  • 689bd62 fix: fix various typos (#245)
  • ad3ec17 fix: make search out pipe-able (#229)
  • 3b323bd fix: panic when driver not found (#177)
  • 6d8a674 fix: rename old refs to driver list to use the current "driver registry" term (#211)
  • 9d0e8f1 fix: user-level install for MSI (#168)

Others

  • 07841e0 chore(deps): bump golang.org/x/crypto from 0.38.0 to 0.45.0 in the go_modules group across 1 directory (#216)
  • c546872 chore: add editorconfig file (#205)
  • 3f451db chore: add license header to docs workflow (#195)
  • bef33bf chore: add path filters to workflows (#194)
  • 9db8013 chore: add tests for getCredentialPath (#247)
  • 63e1d7c chore: change credentials path on macos, centralize path logic (#250)
  • ae0e824 chore: fix misspellings (#232)
  • 989c1b5 chore: parameterize SubCommandTest with configLevel (#239)
  • 3df2be9 chore: sort python imports (#181)
  • 9863b6f chore: sync completions (docs, info) (#228)
  • 759432d chore: update all copyright notices (#261)
  • 0d7c0ef chore: update assertion in driver_list_test.go to fix tests (#212)
  • 03ad7b4 chore: use upstream go-arg instead of fork (#242)
  • fb6e82f ci: close milestone fix kvstore value (#173)
  • 5eafdb5 feat(info, search, install, uninstall): add json output option (#246)
  • 6281838 fix(search,windows): show installed location for all config levels (#207)
  • fa26fe0 mucked up the test, oops
  • ae02a33 put "Bearer" back for token refresh

Released by GoReleaser.

v0.1.0

27 Oct 19:35
v0.1.0
0af33d8

Choose a tag to compare

dbc Release (2025-10-27)

Changelog

Bug fixes

Others

  • d36c3de chore(cmd): remove namesonly flag (#148)
  • fde2713 ci: add short and full descriptions for dockerhub (#147)
  • 4d7bfa9 ci: add verbose option to diagnose
  • 610f896 ci: comment out description to see if it's the cause
  • 0af33d8 ci: disable description setting for now
  • f5aa52a ci: fix docker publish
  • b0e8e84 ci: let's try this
  • da42dc2 ci: remove 'using :homebrew_curl' from config
  • cf6c990 ci: try updating the GHA versions
  • 9a07de6 docs(README): tweak code blocks' info strings (#151)
  • c07899e fix homebrew URL template

Released by GoReleaser.

v0.0.1-beta3

21 Oct 17:24
v0.0.1-beta3
0d9dd3f

Choose a tag to compare

v0.0.1-beta3 Pre-release
Pre-release

dbc Release (2025-10-21)

Changelog

Features

Bug fixes

  • 0d9dd3f fix(ci): overactive autocorrect
  • 3b04048 fix(ci): typo for env var in goreleaser.yml
  • c53c521 fix(install): improve install.sh (#142)
  • 931b322 fix(sync): fix deadlock during download (#128)
  • 2dd508b fix(uninstall): move file removal before removing the registry key (#141)
  • e13e441 fix: ignore dbc binary in .gitignore (#130)
  • dc65233 fix: support entrypoint on Windows (#134)

Others


Released by GoReleaser.

v0.0.1-beta2

26 Sep 20:09
v0.0.1-beta2
47ddce3

Choose a tag to compare

v0.0.1-beta2 Pre-release
Pre-release

dbc Release (2025-09-26)

Changelog

Bug fixes

  • 47ddce3 fix: add workaround for driver manager venv path bug (#102)
  • cceed54 fix: make dbc work non-interactively and when piped (#94)
  • a825723 fix: shrink dbc logo and add padding on README.md (#100)

Released by GoReleaser.

v0.0.1-beta1

24 Sep 18:12
v0.0.1-beta1
7d87ee3

Choose a tag to compare

v0.0.1-beta1 Pre-release
Pre-release

dbc Release (2025-09-24)

Changelog

Features

  • ec8369c feat(search): sort drivers list from driver index (#23)
  • 27c0a91 feat(testing): add cdn test setup with pixi (#35)
  • 72a7115 feat: add CI to user-agent for requests (#42)
  • 5cbf477 feat: add .gitignore to environment-defined driver install path (#81)
  • 5932504 feat: add a unique id to dbc requests (#44)
  • 67eb389 feat: install using version constraints (#47)
  • a15338c feat: rename CDN index file to index.yaml (from manifest.yaml) (#43)

Bug fixes

  • cf38aa6 fix(docs): solve layout problems caused by #69 (#72)
  • 6fd33dd fix(sync): update to no-verify (#75)
  • 923adf0 fix(uninstall): fix issues with uninstalling manifest-only drivers (#5)
  • 5f1be53 fix(windows): properly mark config as not existing (#53)
  • de9c4f0 fix: add test for environment variable precedence (#60)
  • 415676d fix: add test to cover behavior for invalid manifests (#48)
  • a034489 fix: gracefully handle install without signature (#41)
  • 845f710 fix: remove "installed" from verbose search (#52)
  • 8992f3d fix: standardize copyright notices (#73)
  • 260c2b7 fix: update references to manifest to user proper terminology (#45)
  • f926149 fix: wrap post-install message text (#46)

Others

  • d8e52c5 chore: add Apache Licenses to files (#76)
  • 50cfb63 ci: trim whitespace, fix blob key
  • b049b2a ci: update our release platforms (#51)
  • 8711e40 fix(install,sync): cleanup after failed signature verification (#57)
  • 02741fa fix(install,sync): handle caret and tilde properly (#68)
  • b7c784c refactor(tests): shift test framework into common file (#56)

Released by GoReleaser.