add 2.7.6 release note
This commit is contained in:
parent
40e8bdd4e8
commit
75218a9a7a
16
CHANGES.md
16
CHANGES.md
|
|
@ -1,5 +1,21 @@
|
|||
# Release Notes
|
||||
|
||||
## 2.7.6
|
||||
|
||||
### Features
|
||||
* Support Service Authentication
|
||||
|
||||
### Enhancement
|
||||
* Removing the internal JDK API from FileSystemDynamicConfiguration
|
||||
* Refactor the APT test-cases implementation of dubbo-metadata-processor in Java 9+
|
||||
* Remove feature envy
|
||||
* JsonRpcProtocol support Generalization
|
||||
* Reduce object allocation for ProtocolUtils.serviceKey
|
||||
* Reduce object allocation for ContextFilter.invoke
|
||||
|
||||
### Bugfixes
|
||||
* check 2.7.6 milestone for details.
|
||||
|
||||
## 2.7.5
|
||||
|
||||
### Features
|
||||
|
|
|
|||
Loading…
Reference in New Issue