Skip to content

v0.4.135-nightly

Pre-release
Pre-release

Choose a tag to compare

@databend-bot databend-bot released this 11 Oct 16:00
68e42e8

What's Changed

Features

  • [CLI] generate query configs for Local profile (#2192) by @ZhiHanZ
  • [common/base] feature: BlockingWait::wait() adds timeout (#2197) by @drmingdrmer
  • [common/base] feature: BlockingWait turns async func to sync: async_fn().wait() instead of async_fn().await (#2186) by @drmingdrmer
  • [common/meta/flight] feature: add method MetaApi::name() to describe the type of an impl (#2185) by @drmingdrmer
  • [CLI] auto complete scripts (#2171) by @ZhiHanZ

Improvement

Others

  • [common/base] feature: BlockingWait::wait() adds timeout (#2197) by @drmingdrmer
  • [common/base] feature: BlockingWait turns async func to sync: async_fn().wait() instead of async_fn().await (#2186) by @drmingdrmer
  • [common/meta/flight] feature: add method MetaApi::name() to describe the type of an impl (#2185) by @drmingdrmer
  • [common/meta/api] refactor: MetaApi methods return Arc<_> (#2183) by @drmingdrmer