Releases: envoyproxy/go-control-plane
Releases · envoyproxy/go-control-plane
Release v0.9.6
Changes:
- 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 - introduce Passthrough resource type for a pre-serialized xDS response
Release v0.9.5
Release notes:
- Updated Envoy SHA to 34fcdef99633947543070d5eadf32867e940694e
- Module requirement downgraded to go1.11
- ExtAuthz well known filter names are updated to the new Envoy format
- 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)
- Added integration tests for v2 and v3 versions
- v3 cache implementation removed
GetStatusInfo
andGetStatusKeys
functions from the interface
Known issues:
set_node_on_first_message_only
may not work as expected due to an Envoy issue
v0.9.4
Mirrored from envoyproxy/envoy @ c0ab3a4374144728c1e193fc2d43951ed36c…
Release v0.9.3
Mirrored from envoyproxy/envoy @ 858b527474a60d8e58ddbbdbae5e91bdf261…
Release v0.9.2
Includes v3alpha definitions from xDS.
Release v0.9.1
Synced to envoyproxy/envoy 274f17cabe7f49f105c82919937ab710b9428261
Includes #239
Initial release of golang/protobuf based go-control-plane
Latest envoy SHA: e7f0b7176efdc65f96eb1697b829d1e6187f4502
This is the first release using golang/protobuf instead of gogo/protobuf.
See issue #213 .
Please use branch gogo
if you would like to continue using gogo/protobuf.
update data-plane-api to 803e444bf33dcd044b11eb119353e613d63f6b09
update to the latest (#208) Signed-off-by: Yan Xue <yxyan@google.com>
Update data-plane-api to 5ced57515167940657b58ba771de97d753119aea
update data-plane-api to 5ced57515167940657b58ba771de97d753119aea (#204) Signed-off-by: Kuat Yessenov <kuat@google.com>
Switch dependencies from gogo/googleapis to istio/gogo-genproto
v0.8.4 Replace gogo/googleapis with istio.io/gogo-genproto (#202)