Releases: linkerd/linkerd2-proxy
Releases · linkerd/linkerd2-proxy
v2.342.0
What's Changed
- feat(app/inbound): introduce request duration metrics by @cratelyn in #4432
- perf(http/prom): avoid oneshot channel for request duration start time by @unleashed in #4448
Full Changelog: release/v2.341.0...release/v2.342.0
v2.341.0
What's Changed
- refactor(app/env): move tls config into submodule by @cratelyn in #4439
- build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0 by @dependabot[bot] in #4444
Full Changelog: release/v2.340.0...release/v2.341.0
v2.340.0
What's Changed
- Downgrade non-IO connection closed log from info to debug by @rohansood10 in #4441
New Contributors
- @rohansood10 made their first contribution in #4441
Full Changelog: release/v2.339.0...release/v2.340.0
v2.339.0
What's Changed
- nit(app/outbound): add doc comments to policy router by @cratelyn in #4397
- build(deps): bump quote from 1.0.42 to 1.0.44 by @dependabot[bot] in #4399
- build(deps): bump indexmap from 2.12.0 to 2.13.0 by @dependabot[bot] in #4400
- build(deps): bump getrandom from 0.2.16 to 0.2.17 by @dependabot[bot] in #4401
- build(deps): bump find-msvc-tools from 0.1.7 to 0.1.8 by @dependabot[bot] in #4402
- build(deps): bump the grpc group with 4 updates by @dependabot[bot] in #4403
- build(deps): bump flate2 from 1.1.5 to 1.1.8 by @dependabot[bot] in #4406
- build(deps): bump url from 2.5.7 to 2.5.8 by @dependabot[bot] in #4405
- build(deps): bump cc from 1.2.49 to 1.2.54 by @dependabot[bot] in #4404
- build(deps): bump dtoa from 1.0.10 to 1.0.11 by @dependabot[bot] in #4407
- build(deps): bump cc from 1.2.54 to 1.2.55 by @dependabot[bot] in #4408
- build(deps): bump zmij from 1.0.16 to 1.0.17 by @dependabot[bot] in #4409
- build(deps): bump tokio-test from 0.4.4 to 0.4.5 by @dependabot[bot] in #4410
- build(deps): bump rustc-demangle from 0.1.26 to 0.1.27 by @dependabot[bot] in #4411
- build(deps): bump zmij from 1.0.17 to 1.0.19 by @dependabot[bot] in #4412
- build(deps): bump slab from 0.4.11 to 0.4.12 by @dependabot[bot] in #4414
- build(deps): bump bytes from 1.11.0 to 1.11.1 by @dependabot[bot] in #4415
- build(deps): bump time from 0.3.46 to 0.3.47 by @dependabot[bot] in #4417
- build(deps): bump cmake from 0.1.56 to 0.1.57 by @dependabot[bot] in #4413
- feat(http/prom): introduce MkWithLabels::new() by @cratelyn in #4418
- refactor(http/prom): rename generic duration infrastructure by @cratelyn in #4419
- build(deps): bump hyper-util from 0.1.19 to 0.1.20 in the hyper group by @dependabot[bot] in #4422
- build(deps): bump the jiff group with 2 updates by @dependabot[bot] in #4423
- build(deps): bump the regex group with 3 updates by @dependabot[bot] in #4424
- build(deps): bump the symbolic group with 2 updates by @dependabot[bot] in #4425
- build(deps): bump tj-actions/changed-files from 47.0.1 to 47.0.2 by @dependabot[bot] in #4421
- build(deps): bump governor from 0.10.2 to 0.10.4 by @dependabot[bot] in #4427
- build(deps): bump proc-macro2 from 1.0.103 to 1.0.106 by @dependabot[bot] in #4428
- build(deps): bump portable-atomic from 1.13.0 to 1.13.1 by @dependabot[bot] in #4429
- feat(app/inbound): introduce response duration metrics by @cratelyn in #4420
- build(deps): bump aws-lc-sys from 0.37.0 to 0.37.1 in the aws-ls group by @dependabot[bot] in #4433
- build(deps): bump the jiff group with 2 updates by @dependabot[bot] in #4434
- build(deps): bump socket2 from 0.6.1 to 0.6.2 by @dependabot[bot] in #4435
- nit(app/inbound): expose
crate::http::router::metricsby @cratelyn in #4431 - refactor(identity): move equality check into app by @cratelyn in #4430
- fix(test): handle NDJSON chunking in log_stream tests by @unleashed in #4358
New Contributors
- @unleashed made their first contribution in #4358
Full Changelog: release/v2.338.0...release/v2.339.0
v2.338.0
What's Changed
- build(deps): bump zmij from 1.0.14 to 1.0.16 by @dependabot[bot] in #4380
- build(deps): bump libc from 0.2.178 to 0.2.180 by @dependabot[bot] in #4381
- build(deps): bump rcgen from 0.14.5 to 0.14.7 by @dependabot[bot] in #4382
- chore: update rustls dependencies by @cratelyn in #4383
- build(deps): bump signal-hook-registry from 1.4.7 to 1.4.8 by @dependabot[bot] in #4385
- build(deps): bump data-encoding from 2.9.0 to 2.10.0 by @dependabot[bot] in #4386
- build(deps): bump itoa from 1.0.15 to 1.0.17 by @dependabot[bot] in #4387
- build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #4388
- build(deps): bump tokio-util from 0.7.17 to 0.7.18 by @dependabot[bot] in #4389
- build(deps): bump tower from 0.5.2 to 0.5.3 by @dependabot[bot] in #4390
- build(deps): bump portable-atomic from 1.11.1 to 1.13.0 by @dependabot[bot] in #4391
- build(deps): bump tempfile from 3.23.0 to 3.24.0 by @dependabot[bot] in #4392
- refactor(justfile): pull latest edge in development image by @zaharidichev in #4379
- build(deps): bump the aws-ls group with 2 updates by @dependabot[bot] in #4393
- build(deps): bump the time group with 3 updates by @dependabot[bot] in #4394
- build(deps): bump tokio-metrics from 0.4.6 to 0.4.7 by @dependabot[bot] in #4395
- build(deps): bump rangemap from 1.7.0 to 1.7.1 by @dependabot[bot] in #4396
- docs(stack): fix a comment typo by @cratelyn in #4398
Full Changelog: release/v2.337.0...release/v2.338.0
v2.337.0
What's Changed
- feat(app/inbound): http and grpc status code metrics by @cratelyn in #4313
- build(deps): bump log from 0.4.28 to 0.4.29 by @dependabot[bot] in #4368
- build(deps): bump zmij from 1.0.13 to 1.0.14 by @dependabot[bot] in #4369
- build(deps): bump hashbrown from 0.16.0 to 0.16.1 by @dependabot[bot] in #4370
- feat(http/body-eos):
EosRef<'a, E>: Clone + Copyby @cratelyn in #4312 - build(deps): bump the aws-ls group with 3 updates by @dependabot[bot] in #4372
- build(deps): bump find-msvc-tools from 0.1.5 to 0.1.7 by @dependabot[bot] in #4373
- build(deps): bump tokio from 1.48.0 to 1.49.0 by @dependabot[bot] in #4374
- refactor(Dockerfile): use
ghcr.io/linkerd/proxybase image by @cratelyn in #4334 - build(deps): bump bumpalo from 3.19.0 to 3.19.1 by @dependabot[bot] in #4376
- build(deps): bump thiserror from 2.0.17 to 2.0.18 by @dependabot[bot] in #4377
- build(deps): bump syn from 2.0.111 to 2.0.114 by @dependabot[bot] in #4378
Full Changelog: release/v2.336.0...release/v2.337.0
v2.336.0
What's Changed
- build(deps): bump signal-hook-registry from 1.4.6 to 1.4.7 by @dependabot[bot] in #4326
- build(deps): bump litemap from 0.8.0 to 0.8.1 by @dependabot[bot] in #4357
- build(deps): bump softprops/action-gh-release from 2.4.2 to 2.5.0 by @dependabot[bot] in #4329
- build(deps): bump deranged from 0.5.4 to 0.5.5 by @dependabot[bot] in #4258
- build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.2 by @dependabot[bot] in #4339
- build(deps): bump the axum group with 2 updates by @dependabot[bot] in #4360
- build(deps): bump the jiff group with 2 updates by @dependabot[bot] in #4361
- build(deps): bump the grpc group with 2 updates by @dependabot[bot] in #4362
- build(deps): bump serde_json from 1.0.145 to 1.0.149 in the serde group by @dependabot[bot] in #4363
- build(deps): bump the tracing group with 2 updates by @dependabot[bot] in #4364
- build(deps): bump the symbolic group with 2 updates by @dependabot[bot] in #4365
- build(deps): bump the time group with 3 updates by @dependabot[bot] in #4366
- build(deps): bump tokio-stream from 0.1.17 to 0.1.18 by @dependabot[bot] in #4367
Full Changelog: release/v2.335.0...release/v2.336.0
v2.335.0
What's Changed
- build(deps): bump the aws-ls group with 2 updates by @dependabot[bot] in #4353
- build(deps): bump simd-adler32 from 0.3.7 to 0.3.8 by @dependabot[bot] in #4354
Full Changelog: release/v2.334.0...release/v2.335.0
v2.334.0
What's Changed
- build(deps): bump mio from 1.1.0 to 1.1.1 by @dependabot[bot] in #4341
- build(deps): bump the unicode-org group with 2 updates by @dependabot[bot] in #4340
- build(deps): bump jiff-tzdb from 0.1.4 to 0.1.5 in the jiff group by @dependabot[bot] in #4342
- build(deps): bump tokio-util from 0.7.16 to 0.7.17 by @dependabot[bot] in #4343
- build(deps): bump tj-actions/changed-files from 47.0.0 to 47.0.1 by @dependabot[bot] in #4344
- build(deps): bump cc from 1.2.47 to 1.2.49 by @dependabot[bot] in #4345
- build(deps): bump tokio-metrics from 0.4.5 to 0.4.6 by @dependabot[bot] in #4346
- build(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 by @dependabot[bot] in #4347
- build(deps): bump resolv-conf from 0.7.5 to 0.7.6 by @dependabot[bot] in #4349
- build(deps): bump syn from 2.0.106 to 2.0.111 by @dependabot[bot] in #4350
- build(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 by @dependabot[bot] in #4348
- build(deps): bump zerovec from 0.11.4 to 0.11.5 by @dependabot[bot] in #4351
- build(deps): bump cmake from 0.1.54 to 0.1.56 by @dependabot[bot] in #4352
Full Changelog: release/v2.333.0...release/v2.334.0
v2.333.0
What's Changed
- fix: proxy-init and policy-container images have been removed by @cratelyn in #4333
- build(deps): bump rustls-pki-types from 1.13.0 to 1.13.1 in the rustls group by @dependabot[bot] in #4331
- build(deps): bump the aws-ls group with 2 updates by @dependabot[bot] in #4325
- build(deps): bump the tracing group with 4 updates by @dependabot[bot] in #4338
- build(deps): bump DavidAnson/markdownlint-cli2-action from 21.0.0 to 22.0.0 by @dependabot[bot] in #4336
- build(deps): bump hyper-util from 0.1.18 to 0.1.19 in the hyper group by @dependabot[bot] in #4337
- build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #4332
Full Changelog: release/v2.332.0...release/v2.333.0