Skip to content

workflow v0.9.10

Compare
Choose a tag to compare
@holmes1412 holmes1412 released this 21 Jan 12:23
· 940 commits to master since this release
90cab0c

Improvements

  • Refactor encode stream. This will improve the performance of Redis and Kafka clients.
  • Optimize SSL write. Improve the performance of HTTPS client and server a lot.
  • Optimize weighted-random upstream policy to solve some recovering problem.
  • Update Cmake files to support more platforms. Build both static and dynamic libs.

Bug Fixes

  • Fix nvswrr upstream policy bug.
  • Fix MySQL client crash on incomplete result sets.
  • Fix Kafka out of range error on fetching.
  • Fix Kafka cgroup bug.
  • Fix SSL wrapper problem on TLS 1.3 handshaking.