Bug Fixes
- core: fix a race condition when calling
ManagedChannel.enterIdle()
(#8763) - xds: stop generating UUIDs for filter chains that lack them. The UUID was preventing the
XdsServer
from noticing when a control plane sent a needless duplicate update, causingXdsServer
to drain all its existing connections to use the “new” configuration #8736
Dependencies
- Upgraded Protobuf to 3.18.2 to avoid CVE-2021-22569. See the protobuf advisory
- Upgraded Guava to 30.1.1-android