Skip to content

v2.106.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 21:21
· 3128 commits to main since this release
release/v2.106.0
a233e1a
This release enables a multi-threaded runtime. Previously, the proxy
would only ever use a single thread for data plane processing; now, when
the proxy is allocated more than 1 CPU share, the proxy allocates a
thread per available CPU. This has shown substantial latency
improvements in benchmarks, especially when the proxy is serving
requests for many concurrent connections.