envoyproxy / envoy-openssl

Envoy OpenSSL extensions
Apache License 2.0
46 stars 44 forks source link

Update to Envoy HEAD #25

Closed mythi closed 4 years ago

mythi commented 4 years ago
* envoy a5c6d90...10d40f5 (32):
  > router: implement new regex_rewrite route action (#10050)
  > fix typo in route componenets proto (#10175)
  > Add server.memory_physical_bytes stats (#10156)
  > tracing: use X-Ray cluster_name if segment_name is not specified (#10149)
  > Add client capability for not supporting overprovisioning. (#10136)
  > route test tool: remove JSON schema references (#10170)
  > build: clean up absl external deps (#10157)
  > [api] [fuzz] fix many header related config fuzz bugs (#10093)
  >  server: expose flushStats() method  (#10097)
  > Metadata object is share across different clusters and hosts (#10042)
  > ext_authz: Deprecate LowerCaseStringMatcher (#9715)
  > stats: fix hot restart with real symbol tables, and dynamic stats (#9888)
  > Allow per_try_timeout when global route timeout is disabled. (#10082)
  > rbac: log requestedServerName in debug (#10123)
  > filter: Add CacheFilter: a pluggable HTTP caching filter (#10019)
  > Fix not passing enough arguments to logger (#10129)
  > fix uses of 'throw new' (#10116)
  > TestHeaderMapImplBase: avoid virtual call during construction (#10121)
  > Fix for MGET crash when upstream Redis Command Stats are enabled (#9954)
  > stats: remove comments/dead code related to name truncation (#10118)
  > config: merge DeltaSubscriptionImpl and GrpcSubscriptionImpl (#9892)
  > HTTP filter fuzzer base class and POC buffer filter fuzzer (#9400)
  > [http codec] case-insensetive transfer-encoding checks (#10055)
  > export locality to host_status in Admin/ cluster dump (#10109)
  > stack_decode.py: Adjust to work with Python < 3.7 (#10113)
  > squash: const member variables (#10114)
  > kafka: simplify declaration of ArrayDeserializer (#10074)
  > assertions: add new class of known issue assertions (#10015)
  > tools: add @yavlasov to maintainers in check_format.py for owned directories (#10115)
  > [tools] nuke LowerTable, use absl for lowercasing (#10101)
  > HTTP2: add error details on some NGHTTP2 errors. (#10006)
  > ci: mark coverage flaky and multiple attempts in CI (#10098)

Also, sync with Envoy's extensions_build_config.bzl.

Fixes: #24

Signed-off-by: Mikko Ylinen mikko.ylinen@intel.com