v0.7.69-nightly
Pre-release
Pre-release
What's Changed
Bug Fixes
- Remove the init_cluster parameter in open_create_boot (#5754) by @devillove084
- docs: Fix front matter for type_conversion.md (#5755) by @Xuanwo
- fix: ensure builtin roles on create user by jwt (#5741) by @flaneur2020
- fix(parser): support cross join (#5730) by @andylokandy
Build/Testing/CI
- Remove the init_cluster parameter in open_create_boot (#5754) by @devillove084
- [metasrv] ci: test-compat downloads config file for old query (#5736) by @drmingdrmer
Documentation
- Remove the init_cluster parameter in open_create_boot (#5754) by @devillove084
Features
- Remove the init_cluster parameter in open_create_boot (#5754) by @devillove084
- feat(meta): Output [binary] in debug message instead (#5752) by @Xuanwo
- add gc out of drop retention time data schema API and unit tests (#5746) by @lichuang
- Add cluster name to metasrv and meta-client (#5740) by @devillove084
- feature(planner): Introduce
InterpreterFactoryV2for new planner (#5729) by @leiysky
Improvement
- Remove the init_cluster parameter in open_create_boot (#5754) by @devillove084
- show tenant quota for current tenant (#5750) by @junnplus
- [common/exception] refactor: add ErrorCode::set_backtrace() for keeping the original bt when converting MetaError to ErrorCode (#5739) by @drmingdrmer
- improve(parser): flatten join lists (#5742) by @andylokandy
- [meta] refactor: remove long value from instrument span (#5744) by @drmingdrmer
- fix(parser): support cross join (#5730) by @andylokandy
Others
- Add cluster name to metasrv and meta-client (#5740) by @devillove084
Performance Improvement
- Remove the init_cluster parameter in open_create_boot (#5754) by @devillove084
- feat(format): support parallel input format source (#5531) by @zhang2014