Skip to content

workflow v0.9.11

Compare
Choose a tag to compare
@Barenboim Barenboim released this 09 Mar 14:21
· 928 commits to master since this release
71b5531

Improvements

  • Optimize upstream with consistent hash. Allow adding server with weight.
  • Improve http protocol compatibility of http client task.
  • Improve bazel building.

Bug Fixes

  • Make UpstreamManager::upstream_delete() safe when the upstream is still in use.
  • Fix the SSL delaying problem on Nagle's algorithm.
  • Fix bug that cannot use the port in URL when using upstream.
  • Fix Kafka client offset timestamp overflow.
  • Fix Kafka client freezing problem when broker toggles the leader.