Skip to content

Releases: msd-rs/msd

v0.1.12

04 Jun 10:33

Choose a tag to compare

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 Variant parser to support empty value handling.
  • Optimized concatenation functionality in python binding.
  • Added pre_join_hook during table load.
  • Upgraded workspace crate dependencies and bumped version configurations.

Removed

v0.1.11

08 Jan 10:56

Choose a tag to compare

Added

  • Python doc

Changed

  • Fix insert order

v0.1.10

08 Jan 06:26

Choose a tag to compare

First github release