Adi (Suissa) Peleg
Adi (Suissa) Peleg
Commit Message: refactor resource decoder to be a shared pointer Additional Description: Prior to this PR the OpaqueResourceDecoder was owned by each of the Subscriptions, and a reference to it...
Commit Message: delta-xds: perform resource state tracking after resource ingestion Additional Description: Fixes delta-xDS protocol resource state tracking. Prior to this PR, the implementation updated the state of a resource...
Commit Message: fuzz: throwing an exception in case of an absl Status error Additional Description: PR #31651 changed to return type of to `resolveProtoAddress` to StatusOr, but the handling of...
Commit Message: SlowStart: reject small aggression configs Additional Description: The SlowStartConfig has an aggression field, that if set to too small may cause the weights to be very small. In...
Currently PGV splits a given proto package name using both dot-notation and an underscore when creating the C++ namespace. For example, a proto that is in a package: `my_project` will...
Commit Message: googleurl-patch: update googleurl for new clang support Additional Description: Updating the googleurl patch file to support newer clang and C++20 requirements. This PR is based on https://chromium.googlesource.com/chromium/src/+/9bfbbffdba73668fdb483e5a850911d2b64c35d7. The...
Commit Message: config: validating duration wkt using Envoy validator and restricting durations to 292 years. Additional Description: Stricter validation of a `google.protobuf.Duration` field in a config, rejecting negative values. This...
Commit Message: xds-failover: adding main logic Additional Description: Adding the main logic for the xDS-failover support. It currently supports a primary and failover sources. Initially, the manager attempts to connect...
full details [here](https://dev.azure.com/cncf/envoy/_build/results?buildId=168439&view=logs&j=8c169225-0ae8-53bd-947f-07cb81846cb5&t=d1a98671-b7ba-5fbf-f06c-ff337c010df4&l=392): ``` [ RUN ] QuicHttpIntegrationTests/QuicHttpIntegrationTest.Http3ClientKeepalive/IPv4 test/integration/quic_http_integration_test.cc:1092: Failure Expected: (quic_connection_->GetStats().ping_frames_sent)
Commit Message: docs: Update release 1.30 dates Additional Description: Updating the RELEASES.md file with the v1.30.0 release dates. Risk Level: low Testing: N/A Docs Changes: N/A Release Notes: N/A Platform...