v0.5.26-nightly
Pre-release
Pre-release
What's Changed
Dependency Updates
- Bump test-env-log from 0.2.7 to 0.2.8 (#2974) by @dependabot[bot]
Documentation
Features
- ISSUE-3008: Add maybe_monotonic feature for functions (#3009) by @zhyass
- [common/meta/raft-store] feature: impl MetaAPI for StateMachine (#3005) by @drmingdrmer
- Impl RAND() func (#2989) by @mshauneu
- MGR-2976: Add stage to management (#2984) by @bohutang
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
unwrapcalls. (#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
- [metasrv] refactor: simplify action-handler by calling MetaApi reading methods provided by StateMachine (#3079) by @drmingdrmer
- Fix bendctl load. (#3077) by @youngsofun
- [metasrv] refactor: remove dup methods (#3007) by @drmingdrmer
- Change copyright from 2020 to 2021 (#3078) by @zhang2014
- ISSUE-3008: Add maybe_monotonic feature for functions (#3009) by @zhyass
- Http handler refactor (#2982) by @youngsofun
- [common/meta/raft-store] feature: impl MetaAPI for StateMachine (#3005) by @drmingdrmer
- ISSUE-2994: add function current_user() (#2995) by @flaneur2020
- [meta/query] Remove some useless code and
unwrapcalls. (#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
- Bump test-env-log from 0.2.7 to 0.2.8 (#2974) by @dependabot[bot]
- Add how to write scalar functions (#2996) by @sundy-li
- [meta/query] Simplify the code related to HTTP API. (#2991) by @sunli829
- Add tests for http handler. (#2993) by @youngsofun
- Refactor the query/users struct, make user and stage more cleaner (#2990) by @bohutang
- MGR-2976: Add stage to management (#2984) by @bohutang