- Envoy APIs are at 1d44c27ff7d4ebdfbfd9a6acbcecf9631b107e30
- server: exit receiver go routine when context is done
- cache: align struct fields
- secrets to the cache snapshots
- linearly versioned cache for a single type resources
- version prefix to the linear cache
- support for arbitrary type URLs in xDS server
- Envoy APIs are at 241358e0ac7716fac24ae6c19c7dcea67357e70e
- split
server
package intosotw
andrest
- introduce Passthrough resource type for a pre-serialized xDS response
- Envoy APIs are at 73fc620a34135a16070083f3c94b93d074f6e59f
- update dependencies: protobuf to v1.4.2 and grpc to v1.27.0 to support protobuf v2 development
- protobufs are generated with protobuf v2 toolchain
- updates to the wellknown extension names to use non-deprecated versions
- use LoggersFuncs struct to reduce boilerplate in debug logging
- use CallbackFuncs struct to reduce boilerplate in server callbacks
- Added integration tests for v2 and v3 versions
- Cache implementation is replicated into xDS v2 and xDS v3 versions. You need to add to "v2" or "v3" suffix to imports to indicate which version to use (thanks @jyotimahapatra)
- Updated Envoy SHA to 34fcdef99633947543070d5eadf32867e940694e
- Module requirement downgraded to go1.11
ExtAuthz
well known filter names are updated to the new Envoy format
- v3 cache implementation removed GetStatusInfo and GetStatusKeys functions from the interface
set_node_on_first_message_only
may not work as expected due to an Envoy issue