From df7f6cab83f7468b7c6cfbc61f89350718a1449d Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Mon, 16 Mar 2020 15:51:04 +0800 Subject: [PATCH] update change logs --- CHANGES.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0c98ea9762..075116bed6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,7 @@ ## 2.7.6 ### Features -* Support Service Authentication +* Support Service Authentication https://github.com/apache/dubbo/issues/5461 ### Enhancement * Removing the internal JDK API from FileSystemDynamicConfiguration @@ -14,7 +14,12 @@ * Reduce object allocation for ContextFilter.invoke ### Bugfixes -* check 2.7.6 milestone for details. +* Fixed bugs reported from 2.7.5 or lower versions, check [2.7.6 milestone](https://github.com/apache/dubbo/milestone/30) for details. + +### Compatibility +1. Filter refactor, the callback method `onResponse` annotated as @Deprecated has been removed, users of lower versions that +have extended Filter implementations and enabled Filter callbacks should be careful of this change. +2. RpcContext added some experimental APIs to support generic Object transmission. ## 2.7.5