Release 0.17.0
·
73 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
- extensions: remove DBConfig from the ABI by @adsharma in #446
- function: implement string replace by @adsharma in #448
- fix(file_system): improve lock error message by adding PID and OS error details by @ksmeltzer in #450
- Add config to disable default node hash index by @adsharma in #455
- Guard path property probe misses by @adsharma in #457
- Fix open graph dynamic property filters by @adsharma in #454
- Add native Arrow CSR query result path by @adsharma in #426
- Add Windows path storage regression test by @adsharma in #439
- Use GHCR GCC 13 builder image for release CI by @adsharma in #458
- Honor node visibility in recursive graph scans by @adsharma in #459
- ci: fix nodejs test failures by @adsharma in #461
- Arrow CSR zero copy export by @adsharma in #463
- Update storage version migration handling by @adsharma in #466
- Support Arrow relationship table scans by @adsharma in #460
- python: update submodule by @adsharma in #467
- Expand C API coverage for Python bindings by @adsharma in #471
- Add C API Arrow table registration by @adsharma in #472
- ci: fix nightly python publish and wasm test filters by @adsharma in #477
- fix parquet table scans by @aheev in #473
- feat: expose prepared statement read-only status in C API by @adsharma in #478
- Add Cypher CREATE INDEX for hash indexes by @adsharma in #479
- core: make liblbug.a self contained by @adsharma in #480
- cmake: fix Windows static archive bundling by @adsharma in #481
- fix codeQL alerts by @aheev in #485
- refactor parquet -> icebug-disk by @aheev in #476
- Storage version compat upgrade by @adsharma in #489
- fix: allow importing parquet files into node tables with index disabled by @adsharma in #487
- Avoid syncing empty WAL transactions by @adsharma in #486
- Fix create index catalog registration by @adsharma in #484
- Implement Adaptive Radix Tree (ART) Indexes by @adsharma in #492
- Fix ice-disk table scans by @aheev in #491
- vfs: thread shell through VFS APIs by @adsharma in #493
- Add Xet VFS support by @adsharma in #494
- update extensions for DuckDB-backed pushdowns by @adsharma in #497
- Run extension tests with pgembed fixture by @adsharma in #498
- Fix storage version header test on Windows by @adsharma in #500
- Add percentileDisc aggregate by @adsharma in #501
- Reduce percentileDisc template instantiations by @adsharma in #502
- Update Postgres extension tests by @adsharma in #503
- Add Arrow CSR and ice-disk FLAT relationship layouts by @adsharma in #506
- icebug-disk: relax metadata checks by @adsharma in #509
- Fix/windows storage version check by @adsharma in #508
- Support proxy env for extension downloads by @adsharma in #511
- fix unwind merge relation issue by @ericyuanhui in #510
- Fix multithreaded Arrow CSR metadata by @adsharma in #513
- Fix Windows install without static lbug archive by @adsharma in #514
- Auto-load httpfs for remote shell init by @adsharma in #515
- Batch IceDisk relationship source scans by @adsharma in #516
- Use Release for Windows minimal CI by @adsharma in #519
- Fix duplicate MERGE default projection by @adsharma in #520
- Order Arrow CSR metadata test by @adsharma in #521
- Optimize LiveJournal degree count queries by @adsharma in #512
- Use trusted publishing for Node.js deploy by @adsharma in #524
- Fix hash PK rollback after failed COPY by @adsharma in #523
- Enable parquet prefetch by @adsharma in #522
- Skip Windows count rel optimizer plan-shape test by @adsharma in #528
- Register ADBC extension by @adsharma in #507
- Install ADBC driver manager in extension CI by @adsharma in #530
- Revert "extensions: disable failing tests till 0.17.0 is published" by @adsharma in #531
- add arrow csr dst col name param by @aheev in #534
- Fix ice-disk node scans past first vector by @adsharma in #533
- add nodejs test exports flag by @aheev in #535
- Use trusted publishing for WASM deploy by @adsharma in #536
- Update submodules to latest main by @adsharma in #537
New Contributors
- @ksmeltzer made their first contribution in #450
- @ericyuanhui made their first contribution in #510
Full Changelog: v0.16.1...v0.17.0