11.0.286
huggingface/smolagents11.0.286Jun 29, 2026by adubovikov
AI Summary
An engine upgrade release that updates the embedded DuckDB to version 1.5.4 and synchronizes bundled extensions to the same version.
Key Highlights
- Bumped embedded DuckDB from 1.5.3 to 1.5.4.
- Bundled extensions (ducklake, sqlite_scanner) synced to v1.5.4.
- Requires reinstall or rebuild to ensure embedded DuckDB and extensions stay on the same version.
New Features
- DuckDB engine upgrade (1.5.3 -> 1.5.4).
Full Release Notes
## Summary DuckDB engine upgrade release. ### Changes * Bump embedded DuckDB from **1.5.3** to **1.5.4** (`duckdb-go/v2` v2.10504.0) ([#852](https://github.com/sipcapture/homer/pull/852)). * Bundled extensions (`ducklake`, `sqlite_scanner`) synced to **v1.5.4**. ### Upgrade notes * Reinstall from release packages or rebuild from this tag so embedded DuckDB and bundled extensions stay on the same version. * Verify after upgrade: `homer-core system --duckdb-version` should report **1.5.4**.