Releases: linkerd/linkerd2-proxy-api
Releases · linkerd/linkerd2-proxy-api
v0.15.0
What's Changed
- Add TLS protocol support by @zaharidichev in #383
- build(deps): bump actions/checkout from 4.1.7 to 4.2.1 by @dependabot in #386
- build(deps): bump ipnet from 2.9.0 to 2.10.1 by @dependabot in #384
- build(deps): bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.4.0 to 1.5.1 by @dependabot in #363
- build(deps): bump google.golang.org/grpc from 1.65.0 to 1.67.1 by @dependabot in #382
- build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #385
- build(deps): bump futures by @alpeb in #389
- build(deps): bump DavidAnson/markdownlint-cli2-action from 16.0.0 to 17.0.0 by @dependabot in #373
- build(deps): bump thiserror from 1.0.63 to 1.0.65 by @dependabot in #391
- outbound: Add error type to TCP and TLS routes by @zaharidichev in #387
- outbound: make RouteError optional by @zaharidichev in #392
- feat(destination): add resource metadata to responses by @olix0r in #396
- build(deps): bump thiserror from 1.0.65 to 1.0.68 by @dependabot in #395
- build(deps): bump softprops/action-gh-release from 2.0.8 to 2.0.9 by @dependabot in #393
- build(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #390
- Add support for HTTP local rate limiting by @alpeb in #388
- fix(destination): enable the
meta
feature by @olix0r in #398 - build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #403
- build(deps): bump DavidAnson/markdownlint-cli2-action from 17.0.0 to 18.0.0 by @dependabot in #404
- build(deps): bump softprops/action-gh-release from 2.0.9 to 2.1.0 by @dependabot in #402
- policy: use filters instead of explicit errors in TCP and TLS protocols by @zaharidichev in #405
- chore: v0.15.0 by @olix0r in #406
New Contributors
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #340
- build(deps): bump thiserror from 1.0.59 to 1.0.60 by @dependabot in #338
- build(deps): bump thiserror from 1.0.60 to 1.0.62 by @dependabot in #356
- build(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #349
- build(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.6 by @dependabot in #348
- build(deps): bump actions/checkout from 4.1.4 to 4.1.7 by @dependabot in #347
- build(deps): bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.3.0 to 1.4.0 by @dependabot in #345
- build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.2 by @dependabot in #346
- build(deps): bump thiserror from 1.0.62 to 1.0.63 by @dependabot in #360
- build(deps): bump softprops/action-gh-release from 2.0.6 to 2.0.8 by @dependabot in #362
- feat(outbound)!: Add retry and timeout route policies by @olix0r in #357
Full Changelog: v0.13.1...v0.14.0
v0.13.1
What's Changed
- build(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.1 by @dependabot in #302
- build(deps): bump thiserror from 1.0.56 to 1.0.57 by @dependabot in #300
- build(deps): bump EmbarkStudios/cargo-deny-action from 1.5.5 to 1.5.15 by @dependabot in #301
- build(deps): bump DavidAnson/markdownlint-cli2-action from 14.0.0 to 15.0.0 by @dependabot in #293
- Bump h2 by @olix0r in #304
- dev: v43 by @olix0r in #303
- build(deps): bump h2 from 0.3.24 to 0.3.26 by @dependabot in #320
- ci: Fix release workflow by @olix0r in #329
- chore(go): regenerate go proto files by @olix0r in #330
- build(deps): bump google.golang.org/grpc from 1.61.1 to 1.63.2 by @dependabot in #322
- build(deps): bump thiserror from 1.0.57 to 1.0.59 by @dependabot in #325
- build(deps): bump prost from 0.12.3 to 0.12.4 by @dependabot in #321
- build(deps): bump DavidAnson/markdownlint-cli2-action from 15.0.0 to 16.0.0 by @dependabot in #319
- build(deps): bump EmbarkStudios/cargo-deny-action from 1.5.15 to 1.6.3 by @dependabot in #326
- build(deps): bump golang.org/x/net from 0.18.0 to 0.23.0 by @dependabot in #323
- build(deps): bump actions/checkout from 4.1.1 to 4.1.4 by @dependabot in #327
- build(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #312
- build(deps): bump http from 0.2.9 to 0.2.12 by @dependabot in #333
- build(deps): bump prost-types from 0.12.3 to 0.12.4 by @dependabot in #332
- feat(destination): Add http2 client params to endpoints by @olix0r in #331
- chore: v0.13.1 by @olix0r in #334
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #286
- build(deps): bump google.golang.org/grpc from 1.59.0 to 1.60.1 by @dependabot in #284
- build(deps): bump thiserror from 1.0.50 to 1.0.56 by @dependabot in #289
- destination: add
UriLikeIdentity
and server_name by @zaharidichev in #285 - update to v0.13.0 by @zaharidichev in #291
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- build(deps): bump ipnet from 2.7.1 to 2.9.0 by @dependabot in #273
- build(deps): bump EmbarkStudios/cargo-deny-action from 1.4.0 to 1.5.5 by @dependabot in #271
- build(deps): bump DavidAnson/markdownlint-cli2-action from 9.0.0 to 14.0.0 by @dependabot in #272
- build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #275
- build(deps): bump actions/checkout from 3.3.0 to 4.1.1 by @dependabot in #277
- build(deps): bump rustix from 0.36.9 to 0.36.17 by @dependabot in #274
- dev: Update to v42 by @olix0r in #279
- rust: Update to tonic v0.10 and prost v0.12 by @olix0r in #269
- go: Update protobuf and grpc by @olix0r in #278
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- build(deps): bump github.com/golang/protobuf from 1.5.2 to 1.5.3 by @dependabot in #214
- build(deps): bump prost from 0.11.8 to 0.11.9 by @dependabot in #234
- Add response_header_modifier outbound http filter by @adleong in #251
- v0.11.0 by @adleong in #255
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- build(deps): bump h2 from 0.3.16 to 0.3.17 by @dependabot in #235
- build(deps): update
h2
from v0.3.17 to v0.3.19 by @hawkw in #244 - outbound: add request timeout fields by @hawkw in #243
- v0.10.0 by @hawkw in #246
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- build(deps): bump h2 from 0.3.15 to 0.3.16 by @dependabot in #207
- build(deps): bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #188
- build(deps): bump http from 0.2.8 to 0.2.9 by @dependabot in #201
- build(deps): bump prost from 0.11.6 to 0.11.8 by @dependabot in #206
- build(deps): bump google.golang.org/grpc from 1.52.3 to 1.53.0 by @dependabot in #199
- build(deps): bump DavidAnson/markdownlint-cli2-action from 8.0.0 to 9.0.0 by @dependabot in #187
- rust: Update lagging dependencies by @olix0r in #210
- build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #208
- build(deps): bump google.golang.org/grpc/cmd/protoc-gen-go-grpc from 1.2.0 to 1.3.0 by @dependabot in #209
- Add outbound proxy API by @adleong in #165
- Update dev to v39 by @olix0r in #216
- Add circuit breaker proto to outbound by @adleong in #223
- outbound: Add Metadata to OutboundPolicy responses. by @olix0r in #226
- outbound: Add 'port' to resource metadata by @olix0r in #227
- v0.9.0 by @hawkw in #231
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- ci: Use devcontainer by @olix0r in #144
- build(deps): bump DavidAnson/markdownlint-cli2-action from 5.1.0 to 6 by @dependabot in #133
- ci: Add action linting workflow by @olix0r in #145
- Update to Rust 1.63 by @olix0r in #147
- Update markdown linter by @olix0r in #148
- build(deps): bump h2 from 0.3.13 to 0.3.14 by @dependabot in #149
- dev: Update devcontainer to v30 by @olix0r in #150
- build(deps): bump tonic from 0.8.0 to 0.8.1 by @dependabot in #155
- build(deps): bump thiserror from 1.0.32 to 1.0.34 by @dependabot in #153
- Update to dev:v32 with Rust 1.64 by @olix0r in #168
- build(deps): bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #163
- build(deps): bump thiserror from 1.0.34 to 1.0.37 by @dependabot in #162
- build(deps): bump tonic-build from 0.8.0 to 0.8.2 by @dependabot in #161
- build(deps): bump tonic from 0.8.1 to 0.8.2 by @dependabot in #160
- build(deps): bump google.golang.org/grpc from 1.48.0 to 1.50.1 by @dependabot in #166
- build(deps): bump ipnet from 2.5.0 to 2.6.0 by @dependabot in #180
- build(deps): bump tonic from 0.8.2 to 0.8.3 by @dependabot in #176
- build(deps): bump prost-types from 0.11.0 to 0.11.2 by @dependabot in #171
- build(deps): bump EmbarkStudios/cargo-deny-action from 1.3.2 to 1.4.0 by @dependabot in #174
- build(deps): bump DavidAnson/markdownlint-cli2-action from 7.0.0 to 8.0.0 by @dependabot in #178
- build(deps): bump google.golang.org/grpc from 1.50.1 to 1.51.0 by @dependabot in #175
- build(deps): bump softprops/action-gh-release from 0.1.14 to 0.1.15 by @dependabot in #179
- build(deps): bump prost from 0.11.0 to 0.11.3 by @dependabot in #177
- build(deps): bump h2 from 0.3.14 to 0.3.15 by @dependabot in #169
- build(deps): bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #182
- build(deps): bump ipnet from 2.6.0 to 2.7.0 by @dependabot in #183
- build(deps): bump prost from 0.11.3 to 0.11.5 by @dependabot in #186
- build(deps): bump prost-types from 0.11.2 to 0.11.5 by @dependabot in #185
- build(deps): bump thiserror from 1.0.37 to 1.0.38 by @dependabot in #184
- build(deps): bump tonic-build from 0.8.2 to 0.8.4 by @dependabot in #181
- build(deps): bump tokio from 1.18.2 to 1.24.1 by @dependabot in #189
- build(deps): bump ipnet from 2.7.0 to 2.7.1 by @dependabot in #190
- dst: add
Opaque
hint todestination.ProtocolHint
by @hawkw in #197 - build(deps): bump tokio from 1.24.1 to 1.25.0 by @dependabot in #196
- build(deps): bump google.golang.org/grpc from 1.51.0 to 1.52.3 by @dependabot in #195
- build(deps): bump prost-types from 0.11.5 to 0.11.6 by @dependabot in #192
- v0.8.0 by @hawkw in #198
- actions: fix wrong substring match in release.yml by @hawkw in #200
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- build(deps): bump olix0r/cargo-action-fmt from ee1ef42932e44794821dab57ef1bf7a73df8b21f to 1.0.2 by @dependabot in #131
- update
tonic
to 0.8,prost
to 0.11 by @hawkw in #137 - build(deps): bump EmbarkStudios/cargo-deny-action from 1.3.1 to 1.3.2 by @dependabot in #132
- rust: bump
prost-build
to 0.11.1, undo whitespace change by @hawkw in #142 - v0.7.0 by @hawkw in #143
- build(deps): bump thiserror from 1.0.31 to 1.0.32 by @dependabot in #141
- build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1 by @dependabot in #134
Full Changelog: v0.6.0...v0.7.0