Skip to content

Commit 138ddee

Browse files
committed
docs(changelog): announce HybridReader
1 parent 4df07d2 commit 138ddee

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
### Added
4+
5+
- New `HybridReader` that composes any primary `Reader` with an in-process `DuckDBReader` for staging. `register()` writes to staging; `execute_sql` routes queries that reference registered names to staging and everything else to the primary. Available behind the existing `duckdb` feature.
6+
37
## 0.3.1 - 2026-04-30
48

59
### Fixed

0 commit comments

Comments
 (0)