Skip to content

1.0.3-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 03:56
· 4253 commits to main since this release
1.0.3-rc0
55b42a0

Highlights

Block Cache Performance Optimization: This update includes an adaptive adjustment of inflight data size and thread pool size, which are now automatically tuned according to the configured cache size and CPU cores. We've also introduced a LRU cache in this release to accelerate the speed of stream set object lookups. This optimization is expected to enhance the overall performance and efficiency of catch up reads.

What's Changed

  • chore: switch to dev mode by @Chillax-0v0 in #979
  • fix(metadata): avoid getObjects return invalid when endOffset is -1 by @SCNieh in #992
  • feat(core): optimize block cache performance for high-spec node by @SCNieh in #1006
  • chore(core): upgrade "netty-tcnative-boringssl-static" by @SCNieh in #1014
  • feat(auto_balancer): use nw bandwidth capacity as score limit by @SCNieh in #1017
  • feat(auto_balancer): log expected dist bound on each detection by @SCNieh in #1021
  • ci: bump version to 1.0.3-rc0 by @SCNieh in #1023

Full Changelog: 1.0.2...1.0.3-rc0
S3Stream Changelog:1.0.2-s3stream...1.0.3-s3stream-rc0