New
v0.13.0
What's Changed
- Use the latest version of npm for trusted publishing by @adsharma in https://github.com/LadybugDB/ladybug/pull/80
- CI: fix out of disk issue with extension tests by @adsharma in https://github.com/LadybugDB/ladybug/pull/82
- Update storage version by @adsharma in https://github.com/LadybugDB/ladybug/pull/84
- [api]: toString() shouldn't exhaust iterator by @adsharma in https://github.com/LadybugDB/ladybug/pull/83
- shell: implement schema command by @adsharma in https://github.com/LadybugDB/ladybug/pull/88
- CI: use relwithdebinfo for both build and test by @adsharma in https://github.com/LadybugDB/ladybug/pull/91
- Improve shell editing by @adsharma in https://github.com/LadybugDB/ladybug/pull/94
- Implement CountRelTableOptimizer by @adsharma in https://github.com/LadybugDB/ladybug/pull/90
- storage: add a disk_size_info() table function by @adsharma in https://github.com/LadybugDB/ladybug/pull/96
- Implement parquet backed storage by @adsharma in https://github.com/LadybugDB/ladybug/pull/3
- demo-db: update graph-std and golden data by @adsharma in https://github.com/LadybugDB/ladybug/pull/99
- shell: auto suggest RETURN * by @adsharma in https://github.com/LadybugDB/ladybug/pull/100
- dataset: make demo-db CLI importable by @adsharma in https://github.com/LadybugDB/ladybug/pull/87
- optimization: reduce text size by using non-templated variant by @adsharma in https://github.com/LadybugDB/ladybug/pull/101
- Support DuckDB as a foreign node table by @adsharma in https://github.com/LadybugDB/ladybug/pull/102
- shell: add Makefile targets by @adsharma in https://github.com/LadybugDB/ladybug/pull/103
- duckdb backed rel tables by @adsharma in https://github.com/LadybugDB/ladybug/pull/104
- Fix publint errors by @adsharma in https://github.com/LadybugDB/ladybug/pull/105
Full Changelog: https://github.com/LadybugDB/ladybug/compare/v0.12.2...v0.13.0