v0.0.5
What's Changed
- feat(storage): implement SSD cache for blocks based on iouring by @xiaguan in #1
- perf(cache): batch block admission with early break by @xiaguan in #2
- feat(ssd): implement batching and queue depth for IO by @xiaguan in #10
- feat(storage): introduce instance-specific block pinning for load by @xiaguan in #14
- [DOC]update metric and claude doc by @wz1qqx in #21
- [CMD]support reading from external configurations by @wz1qqx in #20
- [Test]Add integration tests for EngineRpcClient by @wz1qqx in #16
- docs: update agents.md by @xiaguan in #22
- style: refactor Python imports and type hints by @xiaguan in #23
- feat(metrics): enhance Grafana dashboard with SSD throughput metrics by @xiaguan in #15
- core(py): add service status manager by @wz1qqx in #26
- feat(core): add background GC for stale inflight blocks by @xiaguan in #25
- docs: fix typo and update README by @jimmy-evo in #27
- feat(metrics): adjust SSD throughput histogram boundaries to 1-40 GB/s by @xiaguan in #30
- feat(server): simplify server startup command and document all options by @xiaguan in #31
- Implemented block count for save rpc by @swaploard in #28
- chore: bump version to 0.0.5 in
pyproject.tomlby @xiaguan in #35
New Contributors
- @xiaguan made their first contribution in #1
- @wz1qqx made their first contribution in #21
- @jimmy-evo made their first contribution in #27
- @swaploard made their first contribution in #28
Full Changelog: v0.0.4...v0.0.5