-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add 2.7.3 change list #4453
add 2.7.3 change list #4453
Conversation
Codecov Report
@@ Coverage Diff @@
## 2.7.3-release #4453 +/- ##
===================================================
+ Coverage 63.4% 63.47% +0.06%
- Complexity 451 452 +1
===================================================
Files 765 765
Lines 32696 32696
Branches 5151 5151
===================================================
+ Hits 20731 20753 +22
+ Misses 9576 9556 -20
+ Partials 2389 2387 -2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please provide the English version as well.
CHANGES.md
Outdated
### 升级不兼容性声明 | ||
|
||
为了统一不同配置中心(如Zookeeper、Nacos、Etcd等)对于服务治理规则的实现,我们对2.7.0以来的配置中心的部分实现进行了重构。 | ||
**对于已使用了2.7.x新版本服务治理规则的用户,升级2.7.3之前请先[查看新版实现](),了解[注意事项]()确保平滑升级。** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have a link?
What is the purpose of the change
add change list
Brief changelog
XXXXX
Verifying this change
XXXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX
. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests=false
&mvn clean test-compile failsafe:integration-test
to make sure unit-test and integration-test pass.