Skip to content

Releases: columnar-tech/dbc

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.