add 2.7.6 release note

This commit is contained in:
qinliujie 2020-03-03 17:05:38 +08:00
parent 40e8bdd4e8
commit 75218a9a7a
1 changed files with 16 additions and 0 deletions

View File

@ -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