v0.4.144-nightly
Pre-release
Pre-release
What's Changed
Dependency Updates
- Bump bumpalo from 3.7.1 to 3.8.0 (#2377) by @dependabot[bot]
Features
- [query] A simple rest api (http handler) for query. (#2379) by @youngsofun
Improvement
- [common/meta] refactor: remove unused struct Table, CreateTable::if_not_exists (#2395) by @drmingdrmer
- [query] refactor: InsertIntoInterpreter: fetch table by
ctx.get_tableto get a consistent table instance (#2393) by @drmingdrmer - [store] refactor: small refactor for clean code (#2389) by @ariesdevil
- [store] refactor: store TableInfo to sled tree (#2387) by @ariesdevil
- [CLI] add generic retry policy and unit test on async functions (#2381) by @ZhiHanZ
- [query] remove not used db (#2382) by @junnplus