forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into remove-warninglog-dynatrace-detector
Signed-off-by: Joao Grassi <[email protected]>
- Loading branch information
Showing
169 changed files
with
1,693 additions
and
1,382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.30.0-dev | ||
1.31.0-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,24 @@ | ||
**Summary of changes**: | ||
|
||
* Envoy Mobile can now be built without C++ exceptions using the `--define=envoy_exceptions=disabled` Bazel flag. | ||
* Add the logical `OR` operation to value matchers. | ||
* Add xDS support for Envoy Mobile Android (AAR) library. | ||
* Add configurable HTTP status when a global rate limit service fails. | ||
* Opentelemetry tracer: add support for environment resource detector. | ||
* Added HTTP basic auth extension. | ||
* Add support for ext_authz to send route metadata. | ||
* Allow per route body buffering configuration in ext_authz. | ||
* Datadog: honor extracted sampling decisions to avoid dropping samples. | ||
* gRPC side streams: make idle connection timeout configurable. | ||
* Support CEL expressions in ext_proc for extraction of request or response atributes. | ||
* HTTP: clear hop by hop `Transfer-Encoding` header. | ||
* Redis: Add support for the `WATCH` and `GETDEL` commands. | ||
* Adds strict mode for stateful session filter, that rejects requests if destination host is not available. | ||
* Internal redirects: support passing headers from response to request. | ||
* Add implementation of the `drop_overload` Cluster API. | ||
* HTTP/2: discard the `Host` header when `:authority` is present. | ||
* grpc_http1_bridge: add `<ignore_query_params>` option. | ||
* Access Log: Add `EMIT_TIME` command operator. | ||
* ECDS now supports composite filter. | ||
* Enable new oghttp2 codec for HTTP/2 connections. | ||
* Removed the Swift/C++ interop layer in Envoy Mobile. | ||
* Addd retry policy to ext_proc. | ||
* Added HTTP downstream remote reset response flag. | ||
* Added support for the Fluentd access logger. | ||
* Introduced `MemoryAllocatorManager` to configure heap memory release rate. | ||
* Envoy Mobile added `CONNECT` Proxy support for iOS. | ||
* Redis: support echo command. | ||
* Envoy Mobile setting QUIC newtowrk idle timeout to 30 seconds. | ||
* Sending server preferred address to non-QUICHE clients. | ||
* Avoid concatenation of JWT duplicated headers. | ||
* HTTP: Keep `Transfer-Encoding` header for `trailers`. | ||
* Envoy Mobile setting the socket receive buffer to 1MB for QUIC. | ||
* Added `FULL_SCAN` support to least-request load-balancing algorithm. | ||
* aws_lambda and ext_proc filters can be used as an upstream filter. | ||
* Hosts marked as draining in and EDS update are now excluded. | ||
* Envoy Mobile supports log-levels. | ||
* Added support for URI tempate matching for RBAC. | ||
* Fixed load balancing initialization bug. | ||
* Supporting `%UPSTREAM_CONNECTION_ID%` in access logs. | ||
* Added request and response attributes support to ext_proc. | ||
* Added support sending dynamic metadata to ext_proc. | ||
* Re-enable the nghttp2 codec for HTTP/2 connections by default. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM mysql:8.3.0@sha256:0f2e15fb8b47db2518b1428239ed3e3fe6a6693401b2cf19552063562cfc2fc4 | ||
FROM mysql:8.3.0@sha256:203a051f50657d045108fa38a438a109101500d42b7ac4c03d399fcce43c4f2f |
Oops, something went wrong.