v0.11.0
What's Changed
- chore(throttle): Log throttle layer being enabled by @zuston in #271
- feat: Tolerating partial coordinator heartbeat connection failures by @zuston in #270
- feat: Remove unnecessary raw bytestring value to eliminate copy cost in config_ref by @zuston in #273
- feat: Eliminate outdated config option of dashmap shard by @zuston in #276
- feat(ctl): Using mem table to replace csv disk datasource by @zuston in #275
- fix: Invalid on_change on duplicate registered same conf key by @zuston in #280
- feat: Optional reconfigurable conf by @zuston in #281
- feat: Pluggable historical apps store by @zuston in #282
- feat: Decomposed into sub-crates to optimize build performance by @zuston in #288
- feat(ctl): add PostgreSQL protocol support for better inspection by @zuston in #284
- fix: Panic on cpu profiling by @zuston in #290
- feat(ctl): Introducing disk-read-bench to test read performance by @zuston in #291
- feat(CI): Remove unnecessary files to free up disk space by @zuston in #294
- feat: Upgrade await-tree for better performance by @zuston in #293
- feat: Collect localfile index data bytes with histogram format by @zuston in #300
- feat: Use a faster hasher for DashMap in
apphot paths by @zuston in #301 - feat(ctl): Automatically reload tables on the PostgreSQL server by @zuston in #302
- feat: Introducing
decommission_grpc_modein update status command of ctl by @zuston in #304 - feat: Collect read local data bytes with histogram format by @zuston in #305
- feat(ctl): Pre-check target status and echo error failure by @zuston in #306
- feat(ctl): Add received bytes in active app infos by @zuston in #307
- fix: Decrease grpc number metrics in some abnormal cases by @zuston in #309
- feat: Unify rpc batch data bytes into one metric with different labels by @zuston in #308
- chore: With bytes size in rpc localfile get data/index by @zuston in #312
- feat: Refactor dashmap extend to unify invoking sides by @zuston in #313
- feat: Await-tree too much/heavy spans by @zuston in #314
- chore: Upgrade version to 0.11.0 by @zuston in #315
- feat: Replace rwlock with parking_lot mutex in memory buffer access by @zuston in #316
- feat: Eliminate cost of partition uid construction on partition limit/split disabled by @zuston in #317
- feat: Disable parking_lot deadlock detection by default by @zuston in #319
Full Changelog: v0.10.0...v0.11.0