Skip to content

v0.7.0 - Proven on a large scale in production

Choose a tag to compare

@zuston zuston released this 04 Mar 08:41
· 338 commits to master since this release
0c0ae68

What's Changed

  • feat: Add health check policy for potential system hang by @zuston in #99
  • chore: Remove unused structure by @zuston in #102
  • feat: More easier to specify io-scheduler bandwidth config option by @zuston in #104
  • feat: Add disk explorer to detect bandwidth by @zuston in #105
  • feat(localfile): Adapt with multi different disks number on min_available_disk_number config by @zuston in #109
  • chore: Delete async local io code by @zuston in #110
  • fix: local_disk_used_ratio is always 0 by @zuston in #113
  • feat: Introduce local_disk_service_used metric by @zuston in #114
  • feat: Scope independent grpc request paths into qps metrics by @zuston in #115
  • chore: Remove the legacy jemalloc heap profile way by @zuston in #118
  • feat: Expose http json api to get apps info by @zuston in #117
  • feat: Add grafana dashboard template by @zuston in #119
  • feat(event-bus): Unlimited dispatcher event-bus concurrency by @zuston in #121
  • chore: Remove unused code by @zuston in #123
  • improvement(await-tree): Use parking_lot mutex to replace std for better performance by @zuston in #122
  • chore: Rename the data validation tools to ctl by @zuston in #126
  • feat: Upgrade clap to version 4.x by @zuston in #127
  • chore: Log the huge partition limitation configs by @zuston in #131
  • feat: Scope huge_partition's flight bytes into the watermark spill calculation to avoid backpressure by @zuston in #130
  • chore: Bump the version to 0.7.0 by @zuston in #133

Full Changelog: v0.6.0...v0.7.0