Releases: gizmodata/adbc-driver-quack
Releases · gizmodata/adbc-driver-quack
v0.1.0-alpha.7
Changed — Quack is now a core DuckDB extension (v1.5.3+)
- DuckDB v1.5.3 (announced 2026-05-20) ships
quackas a core
extension. No morecore_nightlyrepository and no more
-unsigned/allow_unsigned_extensionsrequirement —INSTALL quack; LOAD quack;Just Works against any DuckDB v1.5.3+ session.
README quickstart and the Python integration-testconftest.py
are updated accordingly. - Bumped the
testextra to requireduckdb >=1.5.3(was
>=1.5.2). - Verified protocol compatibility: the full Python integration suite
(26 tests) passes against DuckDB 1.5.3 with no driver-side
changes.
CI — GitHub Release body now pulled from CHANGELOG
- The
github-releasejob now checks out the repo, extracts the
matching## [VERSION]section fromCHANGELOG.md(same awk
pattern asgizmodata/gizmosql), and passes it to
softprops/action-gh-releaseviabody_path.
generate_release_notes: trueis kept as a fallback for tags
whose CHANGELOG section is missing.
Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7
v0.1.0-alpha.6
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
v0.1.0-alpha.5
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
v0.1.0-alpha.4
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
v0.1.0-alpha.3
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
v0.1.0-alpha.2
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2