Skip to content

Commit 0da11b8

Browse files
authored
chore: prepare changelog for v0.5.0 (#129)
1 parent db45887 commit 0da11b8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
66

77
## [Unreleased]
88

9+
## [0.5.0] - 2026-01-27
10+
11+
### Added
12+
13+
- Support custom HTTP headers when attaching a REST namespace via `ATTACH ... (TYPE LANCE, HEADER 'k=v;...')`.
14+
- Exec pushdown for aggregate queries, including global aggregates and `GROUP BY` (with CAST support).
15+
- Added a REST namespace connection guide (`docs/rest.md`).
16+
17+
### Changed
18+
19+
- Build and CI now target DuckDB `v1.4.4`.
20+
21+
### Fixed
22+
23+
- Fixed `rows_scanned` reporting for Lance point lookups in DuckDB profiling output.
24+
925
## [0.4.1] - 2026-01-04
1026

1127
### Added

0 commit comments

Comments
 (0)