| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Duckle_0.0.4_x64-setup.exe | 2026-05-23 | 3.5 MB | |
| Duckle_0.0.4_x64_en-US.msi | 2026-05-23 | 4.7 MB | |
| Duckle-0.0.4-1.x86_64.rpm | 2026-05-23 | 4.7 MB | |
| Duckle_0.0.4_amd64.AppImage | 2026-05-23 | 79.2 MB | |
| Duckle_0.0.4_amd64.deb | 2026-05-23 | 4.7 MB | |
| Duckle_aarch64.app.tar.gz | 2026-05-23 | 4.2 MB | |
| Duckle_0.0.4_aarch64.dmg | 2026-05-23 | 4.4 MB | |
| Duckle v0.0.4 source code.tar.gz | 2026-05-23 | 71.7 MB | |
| Duckle v0.0.4 source code.zip | 2026-05-23 | 71.8 MB | |
| README.md | 2026-05-23 | 814 Bytes | |
| Totals: 10 Items | 248.7 MB | 0 | |
Duckle v0.0.4. Catches the engine up to DuckDB v1.5.3 (the actual latest).
Highlights
- DuckDB CLI v1.4.4 -> v1.5.3 (latest stable). v0.0.3 stayed on v1.4.4 because v1.5 introduced a regression in the fts PRAGMA's table visibility within a single -c invocation. Fixed by refactoring xf.ai.text_search to run as two CLI calls sharing the temp DB (Phase 1 stages the upstream; Phase 2 builds the BM25 index + final SELECT). The two-step works on both v1.4 and v1.5.
- All 62 engine tests pass against v1.5.3, including the CI integration jobs for Postgres / MySQL / MinIO.
The avro community extension still has no v1.4+ or v1.5+ build, so src.avro stays preview until upstream catches up.
Downloads
Same set as v0.0.3 (Windows / macOS / Linux: .exe, .msi, .dmg, .app.tar.gz, .AppImage, .deb, .rpm).