update change logs
This commit is contained in:
parent
08140f2859
commit
df7f6cab83
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue