v0.4.132-nightly
Pre-release
Pre-release
What's Changed
Bug Fixes
- ISSUE-2049 fix namespace failure when restart query (#2108) by @zhang2014
Dependency Updates
- build(deps): bump axum from 0.2.6 to 0.2.8 (#2095) by @dependabot[bot]
Features
- [common/catalog] feature: trait IOContext adds method get_user_data() to fetch user data of any type. Table::read() on special tables need to access DatabendQueryContext (#2102) by @drmingdrmer
- [common/catalog] feature: TableIOContext holds a list of all query-nodes. Table::read() needs the complete cluster info (#2096) by @drmingdrmer
Improvement
- ISSUE-1984: add socket address to authenticate api (#2090) by @Veeupup
- [query] refactor: Table::read() use TableIOContext as argument instead of DatabendQueryContext; To remove table dependency on query (#2111) by @drmingdrmer
- COMMON-2110: Remove meta kv sync api (#2112) by @bohutang
- META-2100: Move common/*-store to common/meta (#2109) by @bohutang
- META-2100: metatypes -> meta/types (#2104) by @bohutang
- META-2100: common/meta/flight (#2103) by @bohutang
- DAL: make DataAccessor::get_input_stream sync (#2098) by @dantengsky
- DAL: rm storage scheme FuseDfs, impl FromStr for scheme (#2099) by @dantengsky