From 673876d13f89f16e34c5214e78a77d574a03deac Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Thu, 20 May 2021 23:03:13 -0700 Subject: [PATCH 1/2] fix Signed-off-by: Kuat Yessenov --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9af52d192..dcba34e2c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,25 @@ # Changelog -## Release v0.9.8 +## Release v0.9.9 ### Added + - Support for setting TTL on resources and configuring resource heartbeating +- Add snapshot support for ECDS (#379) +- Add cache support for xDS TTLs (#359) +- Add cache interfaces for incremental xDS (#408) +- Incremental simple cache implementation (#411) + +### Changed + +- Envoy APIs are at b6039234e526eeccdf332a7eb041729aaa1bc286 +- Update dependencies to use `cncf/xds` instead of `cncf/udpa` (#404) +- Log ignoring a watch at warn level (#352) +- Go 1.16 compatibility fixes (#409) +- Removed support for V2 Envoy APIs in the server (#415) +- Fix a potential goroutine leak in stream handler (#430) + +## Release v0.9.8 ### Changed From 043e15ff26a3518f1c0c85c67729a06811c7ebd6 Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Fri, 21 May 2021 13:39:06 -0700 Subject: [PATCH 2/2] review Signed-off-by: Kuat Yessenov --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcba34e2c5..4994c63c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ ### Added -- Support for setting TTL on resources and configuring resource heartbeating - Add snapshot support for ECDS (#379) - Add cache support for xDS TTLs (#359) - Add cache interfaces for incremental xDS (#408) @@ -15,8 +14,11 @@ - Envoy APIs are at b6039234e526eeccdf332a7eb041729aaa1bc286 - Update dependencies to use `cncf/xds` instead of `cncf/udpa` (#404) - Log ignoring a watch at warn level (#352) -- Go 1.16 compatibility fixes (#409) - Removed support for V2 Envoy APIs in the server (#415) + +### Fixed + +- Go 1.16 compatibility fixes (#409) - Fix a potential goroutine leak in stream handler (#430) ## Release v0.9.8