Envoy Protos Commit SHA: 3b0a4a0d6c0d630d9fae301eb58f92488922…
Added
- Added snapshot support in the Linear cache (#437)
- Added CI linting support (#455)
- Incremental xDS support for Linear and Mux caches (#459)
- Added Extension Configs support (#417)
- Added a default cache logger (#483)
- Added Scoped Routes Discovery Service - SRDS (#495)
Changed
- Removed linearization in server API to preserve cache ordering (#443)
- SetSnapshot now takes a
context
(#474) - Delta xDS now responds immediately for the first wildcard request in a delta stream if the corresponding snapshot exists and the response is empty (#473)
- Reworked snapshot API to faciliate additional xDS resources without changes (#484)
- Delta xDS won't delete non-existent resources in wildcard mode (#488)
- Simple cache now holds a read lock when cancelling a snapshot watch (#507)