Skip to content

Commit 5d3c43d

Browse files
authored
Bump to version 0.2.0 (#49)
1 parent dedacb7 commit 5d3c43d

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.0] - 2025-12-25
10+
911
### Added
1012

13+
- Filter and projection pushdown for scans on Lance datasets.
14+
- S3 authentication via DuckDB Secrets for `s3://...` dataset paths.
15+
- `EXPLAIN (FORMAT JSON)` diagnostics for Lance scans (bind-time and runtime plan details).
1116
- `lance_vector_search(path, vector_column, vector, ...)` table function.
1217
- `lance_fts(path, text_column, query, ...)` table function.
1318
- `lance_hybrid_search(path, vector_column, vector, text_column, query, ...)` table function.
1419

15-
### Removed
20+
### Changed
1621

17-
- `lance_search(...)` table function.
22+
- Optimized `SELECT COUNT(*)` on Lance datasets.
23+
- Improved error propagation across the Rust FFI boundary.
24+
- Upgraded the Lance dependency to `v1.0.0` (including Hugging Face backend support).
1825

1926
## [0.1.0] - 2025-12-22
2027

0 commit comments

Comments
 (0)