Skip to content

Releases: alibaba/spring-cloud-alibaba

2021.0.1.0

28 Feb 02:35
Compare
Choose a tag to compare

⭐️ Features / Enhancements

  • [Spring Cloud Dubbo] Removed Spring Cloud Dubbo module from main branch (#2398)
  • [Nacos Config] Support spring.config.import (#2349)
  • [Nacos Config] Remove dependency spring-cloud-starter-bootstrap (#2349)
  • [Nacos Discovery] Support failure tolerance (#2360)
  • [Sentinel] Support Feign client custom configuration (#2342)
  • [Sentinel] Optimize circular dependencies (#2400)
  • [Seata] Optimize circular dependencies (#2407)
  • [Common] Merge 2.2.x to 2022 (#2400)
  • [Common] Refactor deprecated code (#2395)
  • [Common] Optimize tests and examples (#2406 #2395)

🐞 Bug Fixes

  • [RocketMQ] Fixed ClassNotFound when no actuator-starter(#2406)
  • [Common] Fixed document content wrong (#2408)

📔 Reference Document

2021.0.1.0 is compatible with Spring Cloud 2021.0.1, cheers!🍺

查看 2021.0.1.0 升级指南

🔨 Dependency Upgrades

  • [Spring Cloud] Upgrade to Spring Cloud 2021.0.1(#2401)
  • [Spring Boot] Upgrade to Spring Boot 2.6.3(#2401)
  • [Nacos] Upgrade to Nacos 1.4.2(#2403)
  • [Sentinel] Upgrade to Sentinel 1.8.3(#2404)
  • [Seata] Upgrade to Seata 1.4.2(#2407)
  • [RocketMQ] Upgrade to RocketMQ 4.9.2(#2406)

❤️ Contributors

Thanks for the contributors who worked on this release!

2.2.7.RELEASE

02 Dec 07:00
3c3ba1b
Compare
Choose a tag to compare

⭐️ Features / Enhancements

  • [RocketMQ] Merged 2.2.5-RocketMQ-RC.RELEASE to 2.2.7.RELEASE(#2302)
  • [Sidecar] SidecarHealthChecker added CustomerHandler(#2208)
  • [Nacos] NacosServiceRegistry optimization(#2185)
  • [Nacos] NacosWatch optimization(#1194)

🐞 Bug Fixes

  • [Common] Fixed contact infomation invalid(#2278)
  • [RocketMQ] Fixed variable judgment bug(#2258)
  • [Nacos] Fixed NacosWatch can't be shutdown(#2253)
  • [Nacos Config] Fixed document content wrong(#2227)
  • [Common] Fixed document content wrong(#2202)
  • [Consul] Fixed register metadata to Consul failed(#2157)

📔 Reference Document

2.2.7.RELEASE is compatible with Spring Cloud Hoxton.SR12, cheers!🍺

Spring Cloud Alibaba is live on Spring Initializr and Aliyun Java Initializr now!

🔨 Dependency Upgrades

  • [Dubbo] Upgrade to Dubbo 2.7.13(#2249)
  • [Spring Cloud] Upgrade to Spring Cloud Hoxton.SR12(#2242)
  • [Spring Boot] Upgrade to Spring Boot 2.3.12.RELEASE(#2242)
  • [Nacos] Upgrade to Nacos 2.0.3(#2241)

❤️ Contributors

Thanks for the contributors who worked on this release!

2.2.6.RELEASE

12 Jul 01:55
f1ef409
Compare
Choose a tag to compare

⭐️ Features / Enhancements

  • [Nacos Discovery]

    • support for registration of quick failed configuration items #2104
  • [Dubbo]

    • using revision to refact dubbo integration #2101 #2121

🐞 Bug Fixes

  • [Nacos Discovery]

    • fix nacos don't work in k8s if dns not work alibaba/nacos#5291
    • fix that the instance could not be obtained when the instance was not under the default group #2113
    • fix NacosWatch impact zipkin tracing #2140
  • [Dubbo]

    • fix that group aggregation didn't wok in SCA #1992
    • fix that SCA dubbo TagRouter metadata error #2031 #2037
    • fix that "No Provider Available From Registry "occurring during service changes #2007
    • fix dubbo cloud can't register to consule correctly #2157
  • [Sentinel]

    • fix that ak/sk not works on sentinel with NacosDataSource #2135
    • fix can't generate SentinelFeignClient #2137 #2122 #2107
    • fix exception lost when using resttemplate #2044 #1346
  • [Docs]

  • [Examples]

    • sample code reformat #2015

📔 Reference Document

2.2.6.RELEASE is compatible with Spring Cloud Hoxton.SR9, cheers!🍺

Spring Cloud Alibaba is live on Spring Initializr and Aliyun Java Initializr now!

🔨 Dependency Upgrades

  • [Nacos] Upgrade to Nacos Client 1.4.2 #2097

❤️ Contributors

Thanks for the contributors who worked on this release!

2.2.6.RC1

05 Jul 09:20
d22f415
Compare
Choose a tag to compare
2.2.6.RC1 Pre-release
Pre-release

⭐️ Features / Enhancements

  • [Nacos Discovery]

    • support for registration of quick failed configuration items #2104
  • [Dubbo]

    • using revision to refact dubbo integration #2101 #2121

🐞 Bug Fixes

  • [Nacos Discovery]

    • fix nacos don't work in k8s if dns not work alibaba/nacos#5291
    • fix that the instance could not be obtained when the instance was not under the default group #2113
  • [Dubbo]

    • fix that group aggregation didn't wok in SCA #1992
    • fix that SCA dubbo TagRouter metadata error #2031 #2037
    • fix that "No Provider Available From Registry "occurring during service changes #2007
  • [Sentinel]

    • fix that ak/sk not works on sentinel with NacosDataSource #2135
  • [Docs]

  • [Examples]

    • sample code reformat #2015

📔 Reference Document

2.2.6.RC1 is compatible with Spring Cloud Hoxton.SR9, cheers!🍺

Spring Cloud Alibaba is live on Spring Initializr and Aliyun Java Initializr now!

🔨 Dependency Upgrades

  • [Nacos] Upgrade to Nacos Client 1.4.2 #2097

❤️ Contributors

Thanks for the contributors who worked on this release!

2021.1

09 Apr 02:07
9c542de
Compare
Choose a tag to compare

2021.1 is compatible with Spring Cloud 2020.0, cheers!🍺

This release is based on 2.2.5 and completes the Spring Cloud 2020.0 adaptation.
And this is the first version that supports the 2020 version of spring cloud.

2.2.5-RocketMQ-RC1

09 Apr 07:46
9d27402
Compare
Choose a tag to compare
2.2.5-RocketMQ-RC1 Pre-release
Pre-release

鉴于rocketmq-client版本迭代速度较快,而现release版本中stream-rocketmq使用的client版本比较老,很多rocketmq新特性也无法支持;
通过对issues的整理与内部讨论,现对stream-rocketmq做了一次重构,在使用上部分发生了变化,在修复bug的同时也增加了很多内容,如下:
1、剥离 RocketMQ Spring Boot Starter,主要方便自定义功能
2、修复RocketMQ消息失败的反馈
3、规范了内部部分bean的签名
4、支持批量消费
5、支持异步消息回调处理
6、支持MessageConverter机制
7、支持自定义CustomizedTraceTopic
8、支持自定义消费最大重试次数
9、支持Push模式下指定消费起始位
10、支持自定义延迟消息的延迟等级(定时消息需要自行通过header处理)
11、支持阿里云rocketmq对接(没有充分测试)
12、支持可能常用bean的自定义,需要在配置中指定beanName;如MessageConverter, AllocateMessageQueueStrategy,MessageQueueSelector, MessageListener, TransactionListener,SendCallback, SendMessageHook,ErrorAcknowledgeHandler
13、使用上主要体现在配置参数的变化,这次跨度比较大,就没有做兼容处理;因为剥离了rocketmq-boot则相关注解无法直接使用,需自行引入依赖

后续计划:
1、支持consumer多个订阅
2、对spring stream 原生配置参数将充分利用
3、兼容RocketMQ Spring Boot Starter
4、弱化现有的强依赖关系绑定,为后续的pop消费做准备

当前rc版本的更新,必定有很多不足的地方,欢迎各位大佬参与和指导,社区有你更精彩。

2020.0.RC1

22 Mar 02:36
65417d4
Compare
Choose a tag to compare
2020.0.RC1 Pre-release
Pre-release

2020.0.RC1 is compatible with Spring Cloud 2020.0, cheers!🍺

This is the first version that supports the 2020 version of spring cloud, We will release the release version as soon as possible.

Spring Cloud Alibaba is live on Spring Initializr and Aliyun Java Initializr now!

2.0.4.RELEASE

22 Mar 02:04
21902dd
Compare
Choose a tag to compare

⭐️ Features / Enhancements

  • [Nacos Discovery]
    Optimize the way to get NacosWatch#ThreadPoolTaskScheduler #1823

  • [Nacos Config]
    Improved nacos configuration parsing #1531

  • [Dubbo]
    Add new endpoints #1949

  • [RocketMq]
    use AbstractMessageChannel.getInterceptors() to replace ChannelInterceptorAware.getChannelInterceptors() #1503

🐞 Bug Fixes

  • [Nacos Discovery]

    • fix Error occurred when using the endpoint /actuator/service-registry to unregister the service registration #1893
    • fix Heart beat unit second didn't match nacos unit millisecond #1877
    • fix UnsatisfiedDependencyException when use nacos-discovery with spring-cloud-config #1791
  • [Dubbo]

    • fix sometimes the consumer can not find the service when calling #1895 #1805
    • fix NPE exception when using grpc protocol #1903
    • fix occasionally can not find provider problem #1950 #1940 #1936
  • [Nacos Config]

    • fix EndpointId logWarning #1780
    • fixed chinese garbled for nacos-config #1939
  • [Seata]

    • fix Compatibility issue with seata-all-1.4.0 #1800
    • fix seata-examples project name #1775
    • add timeout config of seata-examples #1771
  • [Docs]

    • fix Add a missing configuration item of NacosDiscovery #1772

📔 Reference Document

2.0.4.RELEASE is compatible with Spring Cloud Finchley, cheers!🍺

Spring Cloud Alibaba is live on Spring Initializr and Aliyun Java Initializr now!

🔨 Dependency Upgrades

  • [Nacos] Upgrade to Nacos Client 1.4.1 #1920

❤️ Contributors

Thanks for the contributors who worked on this release!

2.1.4.RELEASE

22 Mar 02:03
e29d0f4
Compare
Choose a tag to compare

⭐️ Features / Enhancements

  • [Nacos Discovery]
    Optimize the way to get NacosWatch#ThreadPoolTaskScheduler #1823

  • [Nacos Config]
    Improved nacos configuration parsing #1531

  • [Dubbo]
    Add new endpoints #1949

  • [RocketMq]
    use AbstractMessageChannel.getInterceptors() to replace ChannelInterceptorAware.getChannelInterceptors() #1503

🐞 Bug Fixes

  • [Nacos Discovery]

    • fix Error occurred when using the endpoint /actuator/service-registry to unregister the service registration #1893
    • fix Heart beat unit second didn't match nacos unit millisecond #1877
    • fix UnsatisfiedDependencyException when use nacos-discovery with spring-cloud-config #1791
  • [Dubbo]

    • fix sometimes the consumer can not find the service when calling #1895 #1805
    • fix NPE exception when using grpc protocol #1903
    • fix occasionally can not find provider problem #1950 #1940 #1936
  • [Nacos Config]

    • fix EndpointId logWarning #1780
    • fixed chinese garbled for nacos-config #1939
  • [Seata]

    • fix Compatibility issue with seata-all-1.4.0 #1800
    • fix seata-examples project name #1775
    • add timeout config of seata-examples #1771
  • [Docs]

    • fix Add a missing configuration item of NacosDiscovery #1772

📔 Reference Document

2.1.4.RELEASE is compatible with Spring Cloud Greenwich.SR6, cheers!🍺

Spring Cloud Alibaba is live on Spring Initializr and Aliyun Java Initializr now!

🔨 Dependency Upgrades

  • [Nacos] Upgrade to Nacos Client 1.4.1 #1920

❤️ Contributors

Thanks for the contributors who worked on this release!

2.2.5.RELEASE

01 Feb 02:09
68c25bc
Compare
Choose a tag to compare

⭐️ Features / Enhancements

  • [Nacos Discovery]
    Optimize the way to get NacosWatch#ThreadPoolTaskScheduler #1823

  • [Nacos Config]
    Improved nacos configuration parsing #1531

  • [Dubbo]
    Add new endpoints #1949

  • [RocketMq]
    use AbstractMessageChannel.getInterceptors() to replace ChannelInterceptorAware.getChannelInterceptors() #1503

🐞 Bug Fixes

  • [Nacos Discovery]

    • fix Error occurred when using the endpoint /actuator/service-registry to unregister the service registration #1893
    • fix Heart beat unit second didn't match nacos unit millisecond #1877
    • fix UnsatisfiedDependencyException when use nacos-discovery with spring-cloud-config #1791
  • [Dubbo]

    • fix sometimes the consumer can not find the service when calling #1895 #1805
    • fix NPE exception when using grpc protocol #1903
    • fix occasionally can not find provider problem #1950 #1940 #1936
  • [Nacos Config]

    • fix EndpointId logWarning #1780
    • fixed chinese garbled for nacos-config #1939
  • [Seata]

    • fix Compatibility issue with seata-all-1.4.0 #1800
    • fix seata-examples project name #1775
    • add timeout config of seata-examples #1771
  • [Docs]

    • fix Add a missing configuration item of NacosDiscovery #1772

📔 Reference Document

2.2.5.RELEASE is compatible with Spring Cloud Hoxton.SR8, cheers!🍺

Spring Cloud Alibaba is live on Spring Initializr and Aliyun Java Initializr now!

🔨 Dependency Upgrades

  • [Nacos] Upgrade to Nacos Client 1.4.1 #1920

❤️ Contributors

Thanks for the contributors who worked on this release!