linkerd2-proxy-api
linkerd2-proxy-api copied to clipboard
A service mesh for Kubernetes and beyond. gRPC API bindings repo for Linkerd 2.x.
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.4 to 2.0.5. Release notes Sourced from softprops/action-gh-release's releases. v2.0.5 Factor in file names with spaces when upserting files #446 via @MystiPanda Improvements to error handling #449...
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.60. Release notes Sourced from thiserror's releases. 1.0.60 Resolve unexpected_cfgs warning (#298) Commits 870d11b Release 1.0.60 0ccee7c Merge pull request #298 from dtolnay/checkcfg cf43d0c Resolve...
Bumps google.golang.org/protobuf from 1.33.0 to 1.34.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @dependabot...
Bumps [tonic](https://github.com/hyperium/tonic) from 0.10.2 to 0.11.0. Changelog Sourced from tonic's changelog. (2024-02-08) BREAKING CHANGES: Removed NamedService from the transport module, please import it via tonic::server::NamedService. MSRV bumped to 1.70. Features...
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.10.2 to 0.11.0. Changelog Sourced from tonic-build's changelog. (2024-02-08) BREAKING CHANGES: Removed NamedService from the transport module, please import it via tonic::server::NamedService. MSRV bumped to 1.70. Features...
This branch adds fields for configuring HTTP retries to the `OutboundPolicies` API. In particular, it adds `RetryBudget` messages to the `ProxyProtocol.Http1`, `ProxyProtocol.Http2`, and `ProxyProtocol.Grpc` messages, and it adds a new...
When the `request_timeout` fields were added to the outbound API, they were accidentally added with camelCase names rather than snake_case. This is inconsistent with the rest of the protobuf, so...
To support circuit breaking (and, later, retries), this change introduces `failure_statuses` fields into both the HttpRoute and GrpcRoute response types. HTTP statuses are represented as ranges so it's convenient to...
Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1.6.3 to 2.0.0. Commits 10d8902 Bump to 0.16.0 d425dbf Update .gitignore 53bface Update image base 3f8dc3e Add ability to fetch git dependecies in cargo via ssh (#78)...