Skip to content

v0.5.26-nightly

Pre-release
Pre-release

Choose a tag to compare

@databend-bot databend-bot released this 24 Nov 16:00
caabecf

What's Changed

Dependency Updates

Documentation

Features

Improvement

  • [metasrv] refactor: simplify action-handler by calling MetaApi reading methods provided by StateMachine (#3079) by @drmingdrmer
  • [metasrv] refactor: remove dup methods (#3007) by @drmingdrmer
  • ISSUE-3008: Add maybe_monotonic feature for functions (#3009) by @zhyass
  • ISSUE-2994: add function current_user() (#2995) by @flaneur2020
  • [meta/query] Remove some useless code and unwrap calls. (#3003) by @sunli829
  • [common/meta/types] refactor: introduce universial type ListDatabaseReq for flight-server, MetaAPI etc (#3001) by @drmingdrmer
  • Move UserInfo from management to meta/types (#3002) by @bohutang
  • Apply monotonic function to range filter (#2933) by @junli1026
  • gitignore the query/_data directory (#2999) by @flaneur2020
  • QUERY-2992: Returning name with *Ref to its original form Arc (#2998) by @bohutang
  • [ISSUE-2779] Add user in session (#2986) by @flaneur2020
  • [meta/query] Simplify the code related to HTTP API. (#2991) by @sunli829
  • Refactor the query/users struct, make user and stage more cleaner (#2990) by @bohutang

Others