Skip to content

Commit

Permalink
proxy: v2.164.0 (#7142)
Browse files Browse the repository at this point in the history
This release changes the default allocator (on linux/x86_64) to be
`jemalloc`. In tests, jemalloc proves to use less memory without
noticeable impacts on CPU utilization or latency.

This change also includes dependency updates, including an update of
Rust to v1.56.0.

---

* build(deps): bump tower from 0.4.9 to 0.4.10 (linkerd/linkerd2-proxy#1320)
* Adopt Rust edition 2021 (linkerd/linkerd2-proxy#1295)
* Use jemalloc (linkerd/linkerd2-proxy#1321)
* Disable incremental compilation in CI (linkerd/linkerd2-proxy#1322)
* build(deps): bump h2 from 0.3.6 to 0.3.7 (linkerd/linkerd2-proxy#1324)
* build(deps): bump http-body from 0.4.3 to 0.4.4 (linkerd/linkerd2-proxy#1325)
* build(deps): bump hyper from 0.14.13 to 0.14.14 (linkerd/linkerd2-proxy#1326)
  • Loading branch information
olix0r committed Oct 25, 2021
1 parent 5bdbd7e commit d1134e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .proxy-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.163.0
v2.164.0

0 comments on commit d1134e5

Please sign in to comment.