Skip to content

v0.5.5-nightly

Pre-release
Pre-release

Choose a tag to compare

@databend-bot databend-bot released this 02 Nov 16:00
09e13d5

What's Changed

Bug Fixes

Build/Testing/CI

  • [test] apply the new test style to bendctl (#2576) by @PsiACE

Dependency Updates

Documentation

  • DOC-2597: Add numeric functions category and pi doc (#2599) by @bohutang

Features

Improvement

  • [query] add db URL parameter for support specify the database (#2580) by @junnplus
  • [query] refactor: remove db_instances (#2607) by @drmingdrmer
  • [query] refactor: remove meta cache. There could be inconsistent read (#2603) by @drmingdrmer
  • [query] refactor: simplify meta backend for catalog (#2590) by @drmingdrmer
  • [bendctl] introduces RootCommand as the entrypoint of all the commands (#2577) by @flaneur2020
  • [common/meta]: refactor: use derive_more to simplify type conversion (#2582) by @drmingdrmer

Others