I have checked again, and modify the release note here:
https://github.com/apache/incubator-dubbo/blob/2.6.5-release/CHANGES.md .
You can also check it as follow:

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>
   - [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>
   - [Enhancement] Resolve the placeholders for sub-properties. #2297
   <https://github.com/apache/incubator-dubbo/pull/2297>

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


Ian Luo <ian....@gmail.com> 于2018年10月30日周二 上午10:22写道:

> +1, we should mention this. Victory, would you mind to iterate all changes
> since release 2.6.4 to make sure nothing is missing in the release note?
>
> Thanks,
> -Ian.
>
>
> On Mon, Oct 29, 2018 at 11:04 PM 秦金卫 <kimmk...@163.com> wrote:
>
> > there is an important enhancement:
> > https://github.com/apache/incubator-dubbo/pull/2647  ?
> > At 2018-10-29 19:47:30, "victory" <shenglic...@gmail.com> wrote:
> > >Hello Community,
> > >
> > >
> > >As 2.6.4 has been released, I think we are ready for the next
> maintenance
> > >release 2.6.5 now. In this release, we plan to solve the issues and
> > >requirements reported by the community recently:
> > >
> > >
> > >Enhancements / Features:
> > >
> > >- [#2655](https://github.com/apache/incubator-dubbo/issues/2655)
> @Service
> > >and @Reference Optimization
> > >
> > >- [#1641](https://github.com/apache/incubator-dubbo/issues/1641)
> > >[Enhancement] the algorithm of load issue on Windows good first issue
> help
> > >wanted
> > >
> > >- [#2600](https://github.com/apache/incubator-dubbo/issues/2600) add
> > >javadoc to dubbo-all module good first issue help wanted
> > >
> > >- [#2519](https://github.com/apache/incubator-dubbo/issues/2519) Can we
> > >make the bom and all module become the child module of dubbo-parent?
> > >
> > >- [#2235](https://github.com/apache/incubator-dubbo/issues/2235)
> > >[Enhancement] Reactor the generation rule for @Service Bean name
> > >type/enhancement
> > >
> > >
> > >Bugfixes:
> > >
> > >- [#2063](https://github.com/apache/incubator-dubbo/issues/2063)
> > >@Service(register=false) is not work
> > >
> > >- [#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.
> > >
> > >- [#2194](https://github.com/apache/incubator-dubbo/issues/2194)
> > Annotation
> > >@Reference can't support to export a service with a sync one and an
> async
> > >one
> > >
> > >- [#2522](https://github.com/apache/incubator-dubbo/issues/2522)
> >
> >
> >`org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor#generateReferenceBeanCacheKey`
> > >has a bug
> > >
> > >- [#2256](https://github.com/apache/incubator-dubbo/issues/2256) 2.6.x
> > >Spring Event & Bugfix
> > >
> > >- [#2621](https://github.com/apache/incubator-dubbo/issues/2621) fix
> > #1641,
> > >support get system load on windows.
> > >
> > >- [pr#2624](https://github.com/apache/incubator-dubbo/pull/2624) Fix
> > >incorrect descriptions for dubbo-serialization module
> > >
> > >- [#2560](https://github.com/apache/incubator-dubbo/issues/2560) A
> empty
> > >directory dubbo-config/dubbo-config-spring/src/test/resources/work after
> > >package source tgz
> > >
> > >
> > >Issues and Pull Requests, check [milestone-2.6.5](
> > >https://github.com/apache/incubator-dubbo/milestone/21)
> > >
> > >
> > >Check the link below for more detailed release candidates:
> > >
> > >https://github.com/apache/incubator-dubbo/blob/2.6.5-release/CHANGES.md
> > >
> > >
> > >I’d like to be the PM of this release, I suggest we start this release
> > cycle
> > >as soon as possible. If you are ok to that, let's start the official
> > release
> > >vote in community at this week late or next week.
> > >
> > >
> > >We kindly ask for your suggestions on the release candidates, and you
> can
> > also
> > >help verify all the commits on the release branch:
> > >
> > >https://github.com/apache/incubator-dubbo/tree/2.6.5-release
> > >
> > >
> > >Best Regard!
> > >
> > >cvictory
> >
>


-- 

Best Regard!
cvitory

Reply via email to