Releases: linkerd/linkerd2-proxy
Releases · linkerd/linkerd2-proxy
v2.190.1
What's Changed
- build(deps): bump tj-actions/changed-files from 35.5.1 to 35.5.4 by @dependabot in #2239
- build(deps): bump jemalloc-sys from 0.5.2+5.3.0-patched to 0.5.3+5.3.0-patched by @dependabot in #2229
- outbound: Fix ingress-mode proxy by @olix0r in #2240
- gateway: Fix URI form for gatewayed HTTP/1 requests by @olix0r in #2241
Full Changelog: release/v2.190.0...release/v2.190.1
v2.190.0
What's Changed
- build(deps): bump try-lock from 0.2.3 to 0.2.4 by @dependabot in #2139
- build(deps): bump regex from 1.7.0 to 1.7.1 by @dependabot in #2145
- build(deps): bump tokio from 1.24.0 to 1.24.1 by @dependabot in #2144
- Parameterize the load balancer stack by @olix0r in #2142
- build(deps): bump prost-types from 0.11.5 to 0.11.6 by @dependabot in #2147
- build(deps): bump prost from 0.11.5 to 0.11.6 by @dependabot in #2148
- build(deps): bump prost-build from 0.11.5 to 0.11.6 by @dependabot in #2149
- stack: add
AnnotateErrormiddleware by @hawkw in #2158 - Fix proxy-core dependencies by @olix0r in #2163
- build(deps): bump tj-actions/changed-files from 35.3.1 to 35.4.1 by @dependabot in #2153
- orig_proto: don't set
connection: closeon errors by @hawkw in #2171 - build(deps): bump bumpalo from 3.11.1 to 3.12.0 by @dependabot in #2166
- build(deps): bump proc-macro2 from 1.0.49 to 1.0.50 by @dependabot in #2165
- build(deps): bump tj-actions/changed-files from 35.4.1 to 35.4.4 by @dependabot in #2172
- build(deps): bump windows_x86_64_msvc from 0.42.0 to 0.42.1 by @dependabot in #2164
- configure buffers from target
Params by @hawkw in #2173 - Simplify profile discovery by @olix0r in #2170
- stack: Unify AnnotateError and MapErr by @olix0r in #2180
- build(deps): bump windows_aarch64_msvc from 0.42.0 to 0.42.1 by @dependabot in #2176
- build(deps): bump async-trait from 0.1.61 to 0.1.63 by @dependabot in #2177
- build(deps): bump tokio from 1.24.1 to 1.24.2 by @dependabot in #2178
- add meshtls-fips feature flag by @zaharidichev in #2168
- Update HTTP error responder to log version info by @olix0r in #2182
- build(deps): bump which from 4.3.0 to 4.4.0 by @dependabot in #2185
- build(deps): bump derive_arbitrary from 1.2.2 to 1.2.3 by @dependabot in #2184
- build(deps): bump unicode-bidi from 0.3.8 to 0.3.10 by @dependabot in #2183
- build(deps): bump linkerd/dev from 38 to 39 by @dependabot in #2175
- add target metadata to error contexts by @hawkw in #2162
- build(deps): bump rustls from 0.20.7 to 0.20.8 by @dependabot in #2187
- build(deps): bump ahash from 0.8.2 to 0.8.3 by @dependabot in #2188
- build(deps): bump matches from 0.1.9 to 0.1.10 by @dependabot in #2189
- Rename MakeThunk to NewThunk by @olix0r in #2197
- Add a queue that does not enforce failfast timeouts by @olix0r in #2196
- Cache discovery results independently of proxy stacks by @olix0r in #2195
- core: Rename Stack utilities for clarity by @olix0r in #2199
- gateway: Unify discovery for HTTP & opaque stacks by @olix0r in #2198
- build(deps): bump libfuzzer-sys from 0.4.5 to 0.4.6 by @dependabot in #2193
- build(deps): bump arbitrary from 1.2.2 to 1.2.3 by @dependabot in #2191
- http: Remove
Clonerequirement in servers by @olix0r in #2200 - build(deps): bump either from 1.8.0 to 1.8.1 by @dependabot in #2192
- build(deps): bump bytes from 1.3.0 to 1.4.0 by @dependabot in #2202
- build(deps): bump cc from 1.0.78 to 1.0.79 by @dependabot in #2203
- build(deps): bump tj-actions/changed-files from 35.4.4 to 35.5.1 by @dependabot in #2211
- build(deps): bump tokio from 1.24.2 to 1.25.0 by @dependabot in #2206
- build(deps): bump miniz_oxide from 0.6.2 to 0.6.4 by @dependabot in #2207
- build(deps): bump async-trait from 0.1.63 to 0.1.64 by @dependabot in #2205
- Split outbound test modules into files by @olix0r in #2213
- Disable broken tests by @olix0r in #2214
- Add traceparent header parsing for w3c tracecontext by @mateiidavid in #2179
- Simplify the
Resolvetrait alias by @olix0r in #2218 - downgrade
miniz_oxidefrom yanked 0.6.4 to 0.6.2 by @hawkw in #2219 - build(deps): bump heck from 0.4.0 to 0.4.1 by @dependabot in #2215
- ci: Fix check-each workflow by @olix0r in #2222
- Use a cascading stack with protocol detection by @olix0r in #2221
- ci: Fix quotation in list-crates by @olix0r in #2225
- outbound: Split out separate 'opaq' modules by @olix0r in #2224
- update
linkerd2-proxy-apito v0.8.0 by @hawkw in #2223 - outbound: Lint stack target types by @olix0r in #2226
- outbound: Split sidecar and ingress stack modules by @olix0r in #2227
- gateway: Split 'http' and 'opaq' modules by @olix0r in #2230
- test: Disable tap::rejects_incorrect_identity_when_identity_is_expected by @olix0r in #2231
- outbound: Improve discovery cache test by @olix0r in #2233
- integration: add destination update builders by @hawkw in #2232
- Rename linkerd-server-policy to linkerd-proxy-server-policy by @olix0r in #2235
- integration: add test for direct HTTP connections by @hawkw in #2234
- outbound: Refactor stack target types by @olix0r in #2210
- Add client-policy types by @olix0r in #2236
Full Changelog: release/v2.189.0...release/v2.190.0
v2.189.0
What's Changed
- Allow Unicode-dfs-2016 for unicode-ident by @kleimkuhler in #1973
- build(deps): bump unicode-ident from 1.0.1 to 1.0.5 by @dependabot in #1964
- build(deps): bump tj-actions/changed-files from 34.3.4 to 34.4.0 by @dependabot in #1986
- build(deps): bump tower-layer from 0.3.1 to 0.3.2 by @dependabot in #1987
- build(deps): bump thiserror from 1.0.34 to 1.0.37 by @dependabot in #1988
- build(deps): bump itoa from 1.0.2 to 1.0.4 by @dependabot in #1989
- build(deps): bump tokio from 1.21.0 to 1.21.2 by @dependabot in #1990
- build(deps): bump regex from 1.6.0 to 1.7.0 by @dependabot in #1991
- build(deps): bump tj-actions/changed-files from 34.4.0 to 34.4.2 by @dependabot in #1993
- build(deps): bump cmake from 0.1.48 to 0.1.49 by @dependabot in #1994
- build(deps): bump libc from 0.2.132 to 0.2.137 by @dependabot in #1995
- build(deps): bump parking_lot_core from 0.9.3 to 0.9.4 by @dependabot in #1996
- build(deps): bump hdrhistogram from 7.5.1 to 7.5.2 by @dependabot in #1999
- build(deps): bump tracing-subscriber from 0.3.15 to 0.3.16 by @dependabot in #1998
- build(deps): bump serde from 1.0.144 to 1.0.147 by @dependabot in #1997
- build(deps): bump EmbarkStudios/cargo-deny-action from 1.3.2 to 1.4.0 by @dependabot in #2000
- build(deps): bump tonic from 0.8.1 to 0.8.2 by @dependabot in #2002
- build(deps): bump rand_core from 0.6.3 to 0.6.4 by @dependabot in #2003
- build(deps): bump derive_arbitrary from 1.1.6 to 1.2.0 by @dependabot in #2004
- build(deps): bump tj-actions/changed-files from 34.4.2 to 34.4.4 by @dependabot in #2005
- build(deps): bump ppv-lite86 from 0.2.16 to 0.2.17 by @dependabot in #2006
- build(deps): bump prost from 0.11.0 to 0.11.2 by @dependabot in #2007
- build(deps): bump async-trait from 0.1.57 to 0.1.58 by @dependabot in #2008
- build(deps): bump getrandom from 0.2.7 to 0.2.8 by @dependabot in #2009
- build(deps): bump base64 from 0.13.0 to 0.13.1 by @dependabot in #2010
- build(deps): bump anyhow from 1.0.65 to 1.0.66 by @dependabot in #2011
- build(deps): bump tj-actions/changed-files from 34.4.4 to 34.5.0 by @dependabot in #2012
- build(deps): bump clang-sys from 1.3.3 to 1.4.0 by @dependabot in #2013
- build(deps): bump ipnet from 2.5.0 to 2.5.1 by @dependabot in #2015
- build(deps): bump prost-types from 0.11.1 to 0.11.2 by @dependabot in #2014
- meshtls-rustls: fix clippy
.ok().expect()lints in tests by @hawkw in #2017 - build(deps): bump tokio from 1.21.2 to 1.22.0 by @dependabot in #2020
- build(deps): bump prost-build from 0.11.1 to 0.11.3 by @dependabot in #2018
- build(deps): bump futures from 0.3.24 to 0.3.25 by @dependabot in #2019
- build(deps): bump tokio-boring from 2.1.4 to 2.1.5 by @dependabot in #2024
- build(deps): bump DavidAnson/markdownlint-cli2-action from 7.0.0 to 8.0.0 by @dependabot in #2022
- build(deps): bump once_cell from 1.14.0 to 1.16.0 by @dependabot in #2023
- build(deps): bump serde from 1.0.147 to 1.0.148 by @dependabot in #2025
- build(deps): bump tracing from 0.1.36 to 0.1.37 by @dependabot in #2026
- build(deps): bump bytes from 1.2.1 to 1.3.0 by @dependabot in #2027
- build(deps): bump mio from 0.8.4 to 0.8.5 by @dependabot in #2028
- build(deps): bump softprops/action-gh-release from 0.1.14 to 0.1.15 by @dependabot in #2030
- build(deps): bump tonic-build from 0.8.2 to 0.8.4 by @dependabot in #2031
- build(deps): bump parking_lot_core from 0.9.4 to 0.9.5 by @dependabot in #2032
- build(deps): bump libloading from 0.7.3 to 0.7.4 by @dependabot in #2033
- build(deps): bump boring from 2.0.0 to 2.1.0 by @dependabot in #2036
- build(deps): bump async-trait from 0.1.58 to 0.1.59 by @dependabot in #2037
- build(deps): bump libc from 0.2.137 to 0.2.138 by @dependabot in #2038
- build(deps): bump tj-actions/changed-files from 34.5.0 to 34.5.1 by @dependabot in #2040
- build(deps): bump indexmap from 1.9.1 to 1.9.2 by @dependabot in #2041
- build(deps): bump aho-corasick from 0.7.19 to 0.7.20 by @dependabot in #2042
- build(deps): bump jemalloc-sys from 0.5.1+5.3.0-patched to 0.5.2+5.3.0-patched by @dependabot in #2043
- build(deps): bump boring-sys from 2.0.0 to 2.1.0 by @dependabot in #1948
- just: Fix justfile command silencing by @olix0r in #2016
- build(deps): bump regex-syntax from 0.6.27 to 0.6.28 by @dependabot in #2044
- build(deps): bump data-encoding from 2.3.2 to 2.3.3 by @dependabot in #2046
- build(deps): bump tokio-macros from 1.8.0 to 1.8.2 by @dependabot in #2047
- build(deps): bump serde_json from 1.0.85 to 1.0.89 by @dependabot in #2045
- build(deps): bump flate2 from 1.0.24 to 1.0.25 by @dependabot in #2051
- build(deps): bump tonic from 0.8.2 to 0.8.3 by @dependabot in #2052
- dev: v37 by @olix0r in #2048
- build(deps): bump itertools from 0.10.3 to 0.10.5 by @dependabot in #2049
- build(deps): bump syn from 1.0.103 to 1.0.105 by @dependabot in #2056
- build(deps): bump prost from 0.11.2 to 0.11.3 by @dependabot in #2055
- build(deps): bump serde from 1.0.148 to 1.0.149 by @dependabot in #2054
- build(deps): bump cc from 1.0.73 to 1.0.77 by @dependabot in #2053
- build(deps): bump linkerd/dev from 37 to 38 by @dependabot in #2058
- build(deps): bump tj-actions/changed-files from 34.5.1 to 34.5.3 by @dependabot in #2059
- build(deps): bump tokio from 1.22.0 to 1.23.0 by @dependabot in #2060
- build(deps): bump derive_arbitrary from 1.2.0 to 1.2.1 by @dependabot in #2061
- build(deps): bump serde from 1.0.149 to 1.0.150 by @dependabot in #2062
- build(deps): bump prost-build from 0.11.3 to 0.11.4 by @dependabot in #2063
- release: Produce static binaries by @olix0r in #2057
- build(deps): bump ipnet from 2.5.1 to 2.7.0 by @dependabot in #2066
- build(deps): bump tj-actions/changed-files from 34.5.3 to 34.6.1 by @dependabot in #2068
- build(deps): bump cc from 1.0.77 to 1.0.78 by @dependabot in #2069
- build(deps): bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #2064
- build(deps): bump unicode-ident from 1.0.5 to 1.0.6 by @dependabot in #2072
- build(deps): bump ryu from 1.0.10 to 1.0.12 by @dependabot in #2073
- build(deps): bump async-trait from 0.1.59 to 0.1.60 by @dependabot in #2074
- build(deps): bump thiserror from 1.0.37 to 1.0.38 by @dependabot in #2075
- build(deps): bump tj-actions/changed-files from 34.6.1 to 35.1.0 by @de...
v2.188.0
What's Changed
- build(deps): bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #1951
- build(deps): bump arbitrary from 1.1.4 to 1.1.7 by @dependabot in #1953
- build(deps): bump tj-actions/changed-files from 29.0.9 to 32.0.0 by @dependabot in #1952
- build(deps): bump tj-actions/changed-files from 32.0.0 to 32.1.2 by @dependabot in #1958
- build(deps): bump tokio-stream from 0.1.9 to 0.1.11 by @dependabot in #1954
- build(deps): bump libfuzzer-sys from 0.4.3 to 0.4.5 by @dependabot in #1960
- build(deps): bump anyhow from 1.0.64 to 1.0.65 by @dependabot in #1955
- dev: Update to v32, Rust 1.64 by @olix0r in #1961
- build(deps): bump actions/download-artifact from 3.0.0 to 3.0.1 by @dependabot in #1962
- build(deps): bump prettyplease from 0.1.19 to 0.1.21 by @dependabot in #1963
- build(deps): bump bumpalo from 3.11.0 to 3.11.1 by @dependabot in #1965
- build(deps): bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #1968
- build(deps): bump actions/upload-artifact from 3.1.0 to 3.1.1 by @dependabot in #1966
- build(deps): bump tj-actions/changed-files from 32.1.2 to 34.1.1 by @dependabot in #1972
- build(deps): bump lock_api from 0.4.8 to 0.4.9 by @dependabot in #1976
- build(deps): bump unicode-normalization from 0.1.21 to 0.1.22 by @dependabot in #1977
- build(deps): bump extractions/setup-just from 1.4.0 to 1.5.0 by @dependabot in #1974
- build(deps): bump tj-actions/changed-files from 34.1.1 to 34.3.2 by @dependabot in #1975
- build(deps): bump tj-actions/changed-files from 34.3.2 to 34.3.4 by @dependabot in #1978
- build(deps): bump rustls from 0.20.6 to 0.20.7 by @dependabot in #1979
- build(deps): bump tonic-build from 0.8.0 to 0.8.2 by @dependabot in #1980
- build(deps): bump syn from 1.0.99 to 1.0.103 by @dependabot in #1981
- build(deps): bump smallvec from 1.9.0 to 1.10.0 by @dependabot in #1982
- Bump hyper & h2 by @olix0r in #1983
- build(deps): bump arbitrary from 1.1.7 to 1.2.0 by @dependabot in #1984
- build(deps): bump num_cpus from 1.13.1 to 1.14.0 by @dependabot in #1985
Full Changelog: release/v2.187.0...release/v2.188.0
v2.187.0
What's Changed
- build(deps): bump tj-actions/changed-files from 29.0.4 to 29.0.7 by @dependabot in #1943
- build(deps): bump tj-actions/changed-files from 29.0.7 to 29.0.9 by @dependabot in #1944
- build(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 by @dependabot in #1945
- Fix inbound server label ambiguity by @olix0r in #1947
- build(deps): bump form_urlencoded from 1.0.1 to 1.1.0 by @dependabot in #1940
Full Changelog: release/v2.186.0...release/v2.187.0
v2.161.5
inbound: Restrict the HTTP/1 idle timeout (#1931) The inbound proxy may hold idle inbound connections to the application open for (by default) 20s. This can be problematic when a server sets a lesser idle timeout and that idle timeout matches some poll interval (like a Kubernetes probe or metrics scrape). This change reduces the HTTP/1 connection pool idle timeout to 3s. This should be short enough to avoid this problem in many cases but it is also large enough that connection pooling can help busy services. In the future, this configuration should be made dynamic via the inbound policy API. Signed-off-by: Oliver Gould <[email protected]>
v2.186.0
What's Changed
- build(deps): bump libc from 0.2.127 to 0.2.129 by @dependabot in #1884
- dev: Use the kokakiwi.vscode-just by @olix0r in #1885
- build(deps): bump anyhow from 1.0.60 to 1.0.61 by @dependabot in #1886
- build(deps): bump libc from 0.2.129 to 0.2.131 by @dependabot in #1887
- build(deps): bump tj-actions/changed-files from 25 to 26.1 by @dependabot in #1888
- build(deps): bump hdrhistogram from 7.5.0 to 7.5.1 by @dependabot in #1890
- build(deps): bump futures from 0.3.21 to 0.3.23 by @dependabot in #1891
- dev: Update markdowlint-cli2 to 5.0.1 by @olix0r in #1892
- ci: Validate that rust-toolchain matches devcontainer by @olix0r in #1893
- build(deps): bump pin-project from 1.0.11 to 1.0.12 by @dependabot in #1894
- dev: Use a common action-dev-check by @olix0r in #1895
- build(deps): bump h2 from 0.3.13 to 0.3.14 by @dependabot in #1897
- build(deps): bump once_cell from 1.13.0 to 1.13.1 by @dependabot in #1898
- build(deps): bump anyhow from 1.0.61 to 1.0.62 by @dependabot in #1899
- build(deps): bump libc from 0.2.131 to 0.2.132 by @dependabot in #1896
- Update to Rust 1.63 by @olix0r in #1900
- build(deps): bump tj-actions/changed-files from 26.1 to 29.0.1 by @dependabot in #1910
- build(deps): bump tj-actions/changed-files from 29.0.1 to 29.0.2 by @dependabot in #1911
- build(deps): bump lock_api from 0.4.7 to 0.4.8 by @dependabot in #1912
- build(deps): bump tj-actions/changed-files from 29.0.2 to 29.0.3 by @dependabot in #1916
- dev: Update devcontainer to v30 by @olix0r in #1909
- chore(dns): clean up outdated comment by @spacewander in #1915
- build(deps): bump futures from 0.3.23 to 0.3.24 by @dependabot in #1913
- build(deps): bump serde from 1.0.143 to 1.0.144 by @dependabot in #1907
- build(deps): bump bumpalo from 3.10.0 to 3.11.0 by @dependabot in #1904
- build(deps): bump either from 1.7.0 to 1.8.0 by @dependabot in #1903
- build(deps): bump tokio from 1.20.1 to 1.21.0 by @dependabot in #1918
- build(deps): bump anyhow from 1.0.62 to 1.0.64 by @dependabot in #1917
- build(deps): bump serde_json from 1.0.83 to 1.0.85 by @dependabot in #1906
- build(deps): bump derive_arbitrary from 1.1.3 to 1.1.4 by @dependabot in #1919
- build(deps): bump thiserror from 1.0.32 to 1.0.34 by @dependabot in #1920
- build(deps): bump arbitrary from 1.1.3 to 1.1.4 by @dependabot in #1921
- build(deps): bump prettyplease from 0.1.18 to 0.1.19 by @dependabot in #1923
- build(deps): bump aho-corasick from 0.7.18 to 0.7.19 by @dependabot in #1924
- build(deps): bump once_cell from 1.13.1 to 1.14.0 by @dependabot in #1926
- build(deps): bump tj-actions/changed-files from 29.0.3 to 29.0.4 by @dependabot in #1930
- build(deps): bump miniz_oxide from 0.5.3 to 0.5.4 by @dependabot in #1929
- build(deps): bump tonic from 0.8.0 to 0.8.1 by @dependabot in #1928
- build(deps): bump httparse from 1.7.1 to 1.8.0 by @dependabot in #1927
- inbound: Restrict the HTTP/1 idle timeout by @olix0r in #1931
- build(deps): bump trust-dns-resolver from 0.21.2 to 0.22.0 by @dependabot in #1925
- build(deps): bump tokio-util from 0.7.3 to 0.7.4 by @dependabot in #1936
- build(deps): bump url from 2.2.2 to 2.3.0 by @dependabot in #1932
- build(deps): bump percent-encoding from 2.1.0 to 2.2.0 by @dependabot in #1933
- build(deps): bump socket2 from 0.4.4 to 0.4.7 by @dependabot in #1937
- build(deps): bump which from 4.2.5 to 4.3.0 by @dependabot in #1938
Full Changelog: release/v2.185.0...release/v2.186.0
v2.185.0
What's Changed
- dependabot: Skip dependencies for irrelevant platforms by @olix0r in #1849
- build(deps): bump prettyplease from 0.1.16 to 0.1.17 by @dependabot in #1848
- dev: Reuse the linkerd dev container by @olix0r in #1834
- build(deps): bump anyhow from 1.0.58 to 1.0.59 by @dependabot in #1850
- build(deps): bump tracing from 0.1.35 to 0.1.36 by @dependabot in #1851
- build(deps): bump bytes from 1.2.0 to 1.2.1 by @dependabot in #1854
- build(deps): bump async-trait from 0.1.56 to 0.1.57 by @dependabot in #1857
- build(deps): bump serde from 1.0.140 to 1.0.141 by @dependabot in #1858
- build(deps): bump proc-macro2 from 1.0.42 to 1.0.43 by @dependabot in #1862
- build(deps): bump prettyplease from 0.1.17 to 0.1.18 by @dependabot in #1863
- build(deps): bump serde_json from 1.0.82 to 1.0.83 by @dependabot in #1870
- build(deps): bump tj-actions/changed-files from 24 to 24.1 by @dependabot in #1869
- build(deps): bump rustls-pemfile from 1.0.0 to 1.0.1 by @dependabot in #1875
- build(deps): bump thiserror from 1.0.31 to 1.0.32 by @dependabot in #1871
- build(deps): bump syn from 1.0.98 to 1.0.99 by @dependabot in #1872
- build(deps): bump libc from 0.2.126 to 0.2.127 by @dependabot in #1874
- build(deps): bump serde from 1.0.141 to 1.0.142 by @dependabot in #1878
- chore: update
tonic,prost, andproxy-apiby @hawkw in #1868 - admin: add
/env.jsonendpoint by @hawkw in #1867 - tls: Avoid holding a large buffer across await by @olix0r in #1879
- dev: Update to fix protobuf includes by @olix0r in #1881
- build(deps): bump anyhow from 1.0.59 to 1.0.60 by @dependabot in #1880
- build(deps): bump serde from 1.0.142 to 1.0.143 by @dependabot in #1883
- build(deps): bump tj-actions/changed-files from 24.1 to 25 by @dependabot in #1882
Full Changelog: release/v2.184.0...release/v2.185.0
v2.184.0
What's Changed
- build(deps): bump hashbrown from 0.12.2 to 0.12.3 by @dependabot in #1825
- build(deps): bump tokio from 1.19.2 to 1.20.0 by @dependabot in #1823
- build(deps): bump olix0r/cargo-action-fmt from ee1ef42932e44794821dab57ef1bf7a73df8b21f to 1.0.2 by @dependabot in #1829
- build(deps): bump tj-actions/changed-files from 23.1 to 23.2 by @dependabot in #1828
- build(deps): bump slab from 0.4.6 to 0.4.7 by @dependabot in #1833
- build(deps): bump EmbarkStudios/cargo-deny-action from 1.3.1 to 1.3.2 by @dependabot in #1831
- build(deps): bump bytes from 1.1.0 to 1.2.0 by @dependabot in #1832
- build(deps): bump serde from 1.0.139 to 1.0.140 by @dependabot in #1835
- build(deps): bump tracing-subscriber from 0.3.11 to 0.3.15 by @dependabot in #1836
- http: log a warning when a CONNECT response has the wrong version by @hawkw in #1827
- build(deps): bump tj-actions/changed-files from 23.2 to 24 by @dependabot in #1837
- build(deps): bump DavidAnson/markdownlint-cli2-action from 5.1.0 to 6 by @dependabot in #1838
- build(deps): bump redox_syscall from 0.2.13 to 0.2.15 by @dependabot in #1839
- build(deps): bump proc-macro2 from 1.0.40 to 1.0.41 by @dependabot in #1840
- build(deps): bump fastrand from 1.7.0 to 1.8.0 by @dependabot in #1841
- build(deps): bump proc-macro2 from 1.0.41 to 1.0.42 by @dependabot in #1843
- build(deps): bump tokio from 1.20.0 to 1.20.1 by @dependabot in #1845
Full Changelog: release/v2.183.0...release/v2.184.0
v2.183.0
What's Changed
- build(deps): bump smallvec from 1.8.1 to 1.9.0 by @dependabot in #1795
- build(deps): bump serde_json from 1.0.81 to 1.0.82 by @dependabot in #1797
- build(deps): bump either from 1.6.1 to 1.7.0 by @dependabot in #1798
- Add an HTTP route redirect filter by @olix0r in #1799
- Add HTTP and gRPC route failure-injection filters by @olix0r in #1805
- build(deps): bump tracing-subscriber from 0.3.11 to 0.3.14 by @dependabot in #1806
- build(deps): bump pin-project from 1.0.10 to 1.0.11 by @dependabot in #1807
- build(deps): bump unicode-normalization from 0.1.20 to 0.1.21 by @dependabot in #1808
- build(deps): bump fixedbitset from 0.4.1 to 0.4.2 by @dependabot in #1809
- build(deps): bump serde from 1.0.137 to 1.0.138 by @dependabot in #1810
- build(deps): bump regex from 1.5.6 to 1.6.0 by @dependabot in #1813
- build(deps): bump once_cell from 1.12.0 to 1.13.0 by @dependabot in #1812
- build(deps): bump hyper from 0.14.19 to 0.14.20 by @dependabot in #1816
- add shutdown grace period timeout for graceful shutdowns by @hawkw in #1815
- dev: Update dev tooling by @olix0r in #1820
- build(deps): bump serde from 1.0.138 to 1.0.139 by @dependabot in #1819
- build(deps): bump hashbrown from 0.12.1 to 0.12.2 by @dependabot in #1818
- build(deps): bump prettyplease from 0.1.15 to 0.1.16 by @dependabot in #1821
- Revert "build(deps): bump tracing-subscriber from 0.3.11 to 0.3.14 (#1806)" by @olix0r in #1822
- Configure inbound HTTP routes via gRPC by @olix0r in #1814
Full Changelog: release/v2.182.0...release/v2.183.0