Skip to content

Releases: adbc-drivers/quack

ADBC Driver for DuckDB Quack 0.1.0a2 (2026-07-10)

Choose a tag to compare

@github-actions github-actions released this 10 Jul 20:48
Immutable release. Only release title and notes can be modified.
9d1e4cb

New Features

  • update to DuckDB 1.5.4 (#22)

Documentation Updates

  • add Installation section (#21)

Detailed Changelog

ADBC Driver for DuckDB Quack 0.1.0a1 (2026-05-21)

Choose a tag to compare

@github-actions github-actions released this 21 May 12:00

New Features

  • upgrade to DuckDB 1.5.3 (#12)
  • implement transactions, prepare (#9)
  • tweak error messages (#10)
  • implement current catalog/schema (#8)
  • implement GetObjects (#5)
  • implement bulk ingest (#4)
  • implement GetInfo (#3)
  • return arrow streams from execute query
  • add adbc driver init entrypoints
  • implement quack adbc driver skeleton
  • add remote query sql wrapper
  • add quack uri parser

Bug Fixes

  • stream results (#11)

Documentation Updates

  • plan static quack vendoring
  • design static quack vendoring
  • add quack adbc driver design

Detailed Changelog

  • af68bab: chore: fix build
  • 9fc03c3: test: fix .env config (#13)
  • 614a3cd: feat: upgrade to DuckDB 1.5.3 (#12)
  • 9a309f2: fix: stream results (#11)
  • 3e4fd93: feat: implement transactions, prepare (#9)
  • ffb8ce8: feat: tweak error messages (#10)
  • 5f4dd60: feat: implement current catalog/schema (#8)
  • 76e3f04: build: allow manylinux 2_28 symbols (#7)
  • 2b0c6a2: build: apply linker script (#6)
  • 85ee09f: feat: implement GetObjects (#5)
  • 63d228a: feat: implement bulk ingest (#4)
  • d47574f: feat: implement GetInfo (#3)
  • a5cc1ba: test: add validation suite (#2)
  • 16a243d: chore: add pre-commit (#1)
  • 1458092: ci: add CI
  • 9f22510: build: link DuckDB statically
  • 5e9d59a: build: vendor quack extension
  • 541e012: docs: plan static quack vendoring
  • 40f48d6: docs: design static quack vendoring
  • 76b8647: feat: return arrow streams from execute query
  • 2d29fd2: feat: add adbc driver init entrypoints
  • 8aaa976: build: hide helper symbols
  • dd8efe2: build: disable duckdb sanitizers
  • 8d4d1fe: test: verify exported adbc symbols
  • f98d766: feat: implement quack adbc driver skeleton
  • 02a093a: test: cover unsupported parameter binding
  • 114e22f: chore: vendor arrow adbc header
  • 99c0f74: feat: add remote query sql wrapper
  • 6dc5ba3: feat: add quack uri parser
  • 8d515b0: build: add cmake dependency skeleton
  • 70d639e: docs: add quack adbc driver design