v0.4.118-nightly
Pre-release
Pre-release
What's Changed
Bug Fixes
- ISSUE-1306: support expr isNull and isNotNull (#1947) by @zhyass
- fix get_database_and_table_from_idents (#1944) by @sundy-li
Documentation
Features
- [kvlocal] refactor: kv-local no longer depends on metasrv. Oh yeah~ (#1960) by @drmingdrmer
- ISSUE-1306: support expr isNull and isNotNull (#1947) by @zhyass
Improvement
- add toStartOfWeek (#1942) by @dust1
- [kvlocal] refactor: kv-local no longer depends on metasrv. Oh yeah~ (#1960) by @drmingdrmer
- [metasrv] refactor: reorganize config and testing utils (#1958) by @drmingdrmer
- [metasrv] refactor: move network message conversions into metasrv/meta_service/network.rs (#1957) by @drmingdrmer
- [common/sled_store] refactor: move sled based store into a standalone crate; Some types are moved because the rust orphan rule:Only traits defined in the current crate can be implemented for arbitrary types (#1953) by @drmingdrmer
- [common/metatypes] refactor: move datatypes used by meta into common/metatypes, so that other crates are free to use them (#1946) by @drmingdrmer
- [metasrv] refactor: move key space impl into metasrv/raft (#1945) by @drmingdrmer
Others
- [kvlocal] refactor: kv-local no longer depends on metasrv. Oh yeah~ (#1960) by @drmingdrmer
- [metasrv] refactor: reorganize config and testing utils (#1958) by @drmingdrmer
- [metasrv] refactor: move network message conversions into metasrv/meta_service/network.rs (#1957) by @drmingdrmer
- [common/sled_store] refactor: move sled based store into a standalone crate; Some types are moved because the rust orphan rule:Only traits defined in the current crate can be implemented for arbitrary types (#1953) by @drmingdrmer
- [common/metatypes] refactor: move datatypes used by meta into common/metatypes, so that other crates are free to use them (#1946) by @drmingdrmer
- Adjust comment (#1948) by @junli1026
- [metasrv] refactor: move key space impl into metasrv/raft (#1945) by @drmingdrmer