Skip to content
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

2.6.5 release changes.md #2708

Merged
merged 6 commits into from
Oct 30, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add 2.6.5 release note
  • Loading branch information
展图 committed Oct 30, 2018
commit 8e36d339c924bfc6307dd91acd8c061b3a9be944
4 changes: 1 addition & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Enhancements / Features:
- @Service and @Reference Optimization [#2655](https://github.com/apache/incubator-dubbo/issues/2655) [#2657](https://github.com/apache/incubator-dubbo/issues/2657)
- [Enhancement] the algorithm of load issue on Windows good first issue help wanted. [#1641](https://github.com/apache/incubator-dubbo/issues/1641)
- add javadoc to dubbo-all module good first issue help wanted. [#2600](https://github.com/apache/incubator-dubbo/issues/2600)
- Can we make the bom and all module become the child module of dubbo-parent? [#2519](https://github.com/apache/incubator-dubbo/issues/2519)
- [Enhancement] Reactor the generation rule for @Service Bean name type/enhancement [#2235](https://github.com/apache/incubator-dubbo/issues/2235)
- Optimize LeastActiveLoadBalance and add weight test case. [#2584](https://github.com/apache/incubator-dubbo/issues/2584)
- Smooth Round Robin selection. [#2647](https://github.com/apache/incubator-dubbo/pull/2647)
Expand All @@ -16,15 +15,14 @@ Enhancements / Features:
Bugfixes:

- @Service(register=false) is not work. [#2063](https://github.com/apache/incubator-dubbo/issues/2063)
- Our customized serialization id exceeds the maximum limit, now it cannot work on 2.6.2 anymore. [#1903](https://github.com/apache/incubator-dubbo/issues/1903)
- Our customized serialization id exceeds the maximum limit, now it cannot work on 2.6.2 anymore. [#1903](https://github.com/apache/incubator-dubbo/issues/1903) [#2668](https://github.com/apache/incubator-dubbo/pull/2668)
- Annotation @Reference can't support to export a service with a sync one and an async one . [#2194](https://github.com/apache/incubator-dubbo/issues/2194)
- `org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor#generateReferenceBeanCacheKey` has a bug. [#2522](https://github.com/apache/incubator-dubbo/issues/2522)
- 2.6.x Spring Event & Bugfix. [#2256](https://github.com/apache/incubator-dubbo/issues/2256)
- fix #1641, support get system load on windows. [#2621](https://github.com/apache/incubator-dubbo/issues/2621)
- Fix incorrect descriptions for dubbo-serialization module. [pr#2624](https://github.com/apache/incubator-dubbo/pull/2624)
- A empty directory dubbo-config/dubbo-config-spring/src/test/resources/work after package source tgz. [#2560](https://github.com/apache/incubator-dubbo/issues/2560)
- Fixed 2.6.x branch a minor issue with doConnect not using getConnectTimeout() in NettyClient. [#2622](https://github.com/apache/incubator-dubbo/issues/2622)
- merge issue 1903's fix from 2.7.0 to 2.6.x (Our customized serialization id exceeds the maximum limit, now it cannot work on 2.6.2 anymore). [#2668](https://github.com/apache/incubator-dubbo/pull/2668)
- merge fix from 2.7.0 to 2.6.x (if invoker is destroyed due to address refresh from registry, let's allow the current invoke to proceed). [#2680](https://github.com/apache/incubator-dubbo/pull/2680)
- Bean name of @service annotated class does not resolve placeholder. [#1755](https://github.com/apache/incubator-dubbo/issues/1755)

Expand Down