Releases: msd-rs/msd
Releases · msd-rs/msd
v0.1.12
Added
- Key-value (KV) storage engine mode support (
WITH (engine='kv')) for simple point lookup/mapping tables, bypassing background workers, caches, and partitions. - Integration tests for KV engine mode verifying SQL table creation, inserts, deletes, point queries, and wildcard operations.
- Reference documentation for KV engine mode in the SQL interface guide.
- Developer design/architecture documentation.
- Column unit attribute support.
- Channel update notifications count in
Notify. - Broker configuration in application state.
- Chinese (
README.cn.md) translation.
Changed
- Enhanced channel notification/trigger updates implementation.
- Improved CSV parser to support empty line handling.
- Improved
Variantparser to support empty value handling. - Optimized concatenation functionality in python binding.
- Added
pre_join_hookduring table load. - Upgraded workspace crate dependencies and bumped version configurations.
Removed
v0.1.11
Added
- Python doc
Changed
- Fix insert order
v0.1.10
First github release