Releases: columnar-tech/dbc
Releases · columnar-tech/dbc
v0.2.0-beta1
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
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
dbc Release (2025-10-21)
Changelog
Features
- 4b1d591 feat(cmd/dbc): add custom shell completions (#123)
- 8fad198 feat(info): add info subcommand (#144)
- 04ccf8b feat(install): add progress bar (#125)
- 52875c7 feat: create code of conduct (#135)
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
- 7e488b2 ci(release): add msi and packages to blob upload (#124)
- f15fa8c ci: add homebrew release (#143)
Released by GoReleaser.
v0.0.1-beta2
v0.0.1-beta1
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
.gitignoreto 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(frommanifest.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.