2023.0.1.3
- [Nacos] Support nacos config annotation split by @shiyiyue1102 in https://github.com/alibaba/spring-cloud-alibaba/pull/3871
- [Nacos] Expand NacosLoadBalancer to conveniently support custom service list filtering and load balancing algorithms by @zhangbinhub in https://github.com/alibaba/spring-cloud-alibaba/pull/3794
- [Nacos] A bean for InetIPv6Utils that could not found at pr… by @fqtrnt in https://github.com/alibaba/spring-cloud-alibaba/pull/3695
- [Nacos] Hide nacos password when nacos-registration fails by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3839
- [Dependency] remove spring-context-support dependecny by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3811
- [Dependency] update nacos 2.4.2,seata 2.1.0,spring boot 3.2.9 by @jaimyjie in https://github.com/alibaba/spring-cloud-alibaba/pull/3843
- @shayumo made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3807
- @fqtrnt made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3695
- @dearkz made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3817
- @StudentGu made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3825
- @co63oc made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3847
Full Changelog: https://github.com/alibaba/spring-cloud-alibaba/compare/2023.0.1.2...2023.0.1.3
2023.0.1.2
- [Scheduling]: add distributed scheduling support
spring-cloud-starter-alibaba-schedulerx
. by @yaohuitc in https://github.com/alibaba/spring-cloud-alibaba/pull/3732
- [Nacos]: Nacos snapshot config npe by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3700
- [Nacos]: Fix nacos clusterName and extended properties by @chickenlj in https://github.com/alibaba/spring-cloud-alibaba/pull/3771
- [Nacos]: Separate nacos ConfigService initialization from normal properties bean. by @chickenlj in https://github.com/alibaba/spring-cloud-alibaba/pull/3784
- [Seata]: fallback Method throw exception but seata does not rollback by @xjs1919 in https://github.com/alibaba/spring-cloud-alibaba/pull/3786
- [Seata]: Optimize seata feign interceptor xid by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3744
- [Sentinel]: fix sentinel applicaiton not reigtry sentinel console bug by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3708
- [AI]: Set the api-key by means of an environment variable. by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3714
- [AI]: add spring config metadata by @loong024 in https://github.com/alibaba/spring-cloud-alibaba/pull/3735
- [AI]: add tongyi embedding adapt by @why-ohh in https://github.com/alibaba/spring-cloud-alibaba/pull/3740
- [AI]: fix tongyi ai embedding ci by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3741
- [AI]: fix llm client thread safety by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3731
- [AI]: Adapt TongYi LLM speech transcription by Spring AI API by @n3A87 in https://github.com/alibaba/spring-cloud-alibaba/pull/3733
- [AI]: Add TongYiChatOptions repetitionPenalty parameter build by @zhangqian9158 in https://github.com/alibaba/spring-cloud-alibaba/pull/3755
- [AI]: Add SCA ModelParams to dashscope by @zhangqian9158 in https://github.com/alibaba/spring-cloud-alibaba/pull/3789
- [AI]: update dashscope version to 2.14.0 by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3715
- [AI]: upgrade spring ai version to 1.0.0-M1 by @zhangqian9158 in https://github.com/alibaba/spring-cloud-alibaba/pull/3772
- [Sentinel]: 2023 update sentinel by @robberphex in https://github.com/alibaba/spring-cloud-alibaba/pull/3777
- @libsilverwolf made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3710
- @loong024 made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3735
- @n3A87 made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3733
- @dongfeng3692 made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3788
- @xjs1919 made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3786
Full Changelog: https://github.com/alibaba/spring-cloud-alibaba/compare/2023.0.1.0...2023.0.1.2
2023.0.1.1
- chore: add issue commands by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3693
- fix: Nacos snapshot config npe by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3700
- docs: fix wrong dependency version in
README.md
by @libsilverwolf in https://github.com/alibaba/spring-cloud-alibaba/pull/3710 - docs: Update 2023.x branch roadmap.md document by @jaimyjie in https://github.com/alibaba/spring-cloud-alibaba/pull/3690
- roadmap: update roadmap docs by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3717
- docs: add roadmap en file by @why-ohh in https://github.com/alibaba/spring-cloud-alibaba/pull/3718
- fix: fix sentinel applicaiton not reigtry sentinel console bug by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3708
- feat: update dashscope version to 2.14.0 by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3715
- feat: Set the api-key by means of an environment variable. by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3714
- feat: add spring config metadata by @loong024 in https://github.com/alibaba/spring-cloud-alibaba/pull/3735
- feat: add tongyi embedding adapt by @why-ohh in https://github.com/alibaba/spring-cloud-alibaba/pull/3740
- fix: fix tongyi ai embedding ci by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3741
- example: add rag application example by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3743
- fix: fix llm client thread safety by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3731
- feat:Adapt TongYi LLM speech transcription by Spring AI API by @n3A87 in https://github.com/alibaba/spring-cloud-alibaba/pull/3733
- fix: Optimize seata feign interceptor xid by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3744
- new features: add distributed scheduling support. by @yaohuitc in https://github.com/alibaba/spring-cloud-alibaba/pull/3732
- Add TongYiChatOptions repetitionPenalty parameter build by @zhangqian9158 in https://github.com/alibaba/spring-cloud-alibaba/pull/3755
- Upgrade spring ai version to 1.0.0-M1 by @zhangqian9158 in https://github.com/alibaba/spring-cloud-alibaba/pull/3759
- chore: deleting process files in ai example by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3760
- feat: spring ai 1.0.0 m1 version adaptation by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3768
- upgrade spring ai version to 1.0.0-M1 by @zhangqian9158 in https://github.com/alibaba/spring-cloud-alibaba/pull/3772
- [2023.x] Fix nacos clusterName and extended properties by @chickenlj in https://github.com/alibaba/spring-cloud-alibaba/pull/3771
- 2023 update sentinel by @robberphex in https://github.com/alibaba/spring-cloud-alibaba/pull/3777
- Separate nacos ConfigService initialization from normal properties bean. by @chickenlj in https://github.com/alibaba/spring-cloud-alibaba/pull/3784
- docs: fix wrong dependency version in README-zh.md by @dongfeng3692 in https://github.com/alibaba/spring-cloud-alibaba/pull/3788
- feat: update rag example and readme files by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3774
- example: update sentinel example by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3709
- fallback Method throw exception but seata does not rollback by @xjs1919 in https://github.com/alibaba/spring-cloud-alibaba/pull/3786
- Add SCA ModelParams to dashscope by @zhangqian9158 in https://github.com/alibaba/spring-cloud-alibaba/pull/3789
- @libsilverwolf made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3710
- @loong024 made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3735
- @n3A87 made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3733
- @dongfeng3692 made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3788
- @xjs1919 made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3786
Full Changelog: https://github.com/alibaba/spring-cloud-alibaba/compare/2023.0.1.0...2023.0.1.1
2021.0.6.1
- [2021.x] Fix nacosServiceInstance scheme npe (#3545) by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3630
- new features: add distributed scheduling support. by @yaohuitc in https://github.com/alibaba/spring-cloud-alibaba/pull/3726
- [2021.x] Fix nacos clusterName and extended properties by @chickenlj in https://github.com/alibaba/spring-cloud-alibaba/pull/3782
- [2021.x]Separate nacos ConfigService initialization from normal properties bean. by @chickenlj in https://github.com/alibaba/spring-cloud-alibaba/pull/3787
Full Changelog: https://github.com/alibaba/spring-cloud-alibaba/compare/2021.0.6.0...2021.0.6.1
2.2.10
- [2.2.x] Fix nacosServiceInstance scheme npe (#3545) by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3631
- new features: add distributed scheduling support. by @yaohuitc in https://github.com/alibaba/spring-cloud-alibaba/pull/3725
- [2.2.x] Fix nacos clusterName and extended properties by @chickenlj in https://github.com/alibaba/spring-cloud-alibaba/pull/3781
Full Changelog: https://github.com/alibaba/spring-cloud-alibaba/compare/2.2.10-RC2...2.2.10
2023.0.1.0
Introducing Alibaba Tongyi for Spring AI, add generative AI to your spring applications.
- [Feature] Tongyi LLM for Spring AI https://github.com/alibaba/spring-cloud-alibaba/pull/3626
- [Dependency] Bump Spring Cloud to 2023.0.1
- [Dependency] Bump Spring Boot version to 3.2.4
- [Dependency] Bump Nacos to 2.3.2
Thanks to the contributors who worked on this release!
@ruansheng8, @chickenlj, @yuluo-yx
2023.0.0.0-RC1
⭐️ Features / Enhancements
Corresponds to Spring Cloud 2023 & Spring Boot 3.2.x, JDK 17 or later versions are supported.
- [Feature] Bump SCA version to
2023.0.0.0-RC1
by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3626 - [Feature] Adapt to Spring Cloud
2023.0.0
and Spring Boot3.2.0
versions by @twelvet-s in https://github.com/alibaba/spring-cloud-alibaba/pull/3572 - [RocketMQ] Bump RocketMQ version to
5.1.4
by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3613 - [Nacos] Bump Nacos version to
2.3.0
in 2023.x by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3583 - [Seata] Bump Seata version to
2.0.0
in 2023.x by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3584 - [Example] Bump Lombok version to 1.18.30 by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3595
- [Example] Adapt Seata 1.8.0 version in sca-2023.x by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3527
- [Example] Update integrated-consumer-yaml configuration by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3541
- [Example] Update sca nacos-example readme file by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3537
- [Docs] Update README.md in 2023.x by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3604
- [Docs] Deleted spring-cloud-alibaba-docs module by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3490
- [Docs] Add example: nacos config setting Group by @yuyu1025 in https://github.com/alibaba/spring-cloud-alibaba/pull/3516
- [Docs] Add nacos server open api auth doc by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3548
🐞 Bug Fixes
- [Nacos] fix scheme npe by @moremind in https://github.com/alibaba/spring-cloud-alibaba/pull/3545
📔 Reference Document
❤️ Contributors
Thanks for the contributors who worked on this release!
@ruansheng8, @chickenlj, @yuluo-yx, @twelvet-s, @yuyu1025, @moremind
2021.0.6.0
🐞 Bug Fixes
- [Nacos] Fixed get outdated nacos value on config refresh (#3609)
- [Nacos] Fixed Set default nacos server address when
spring.config.import
enabled. (#3314) - [Nacos] Fixed Nacos integration with
Spring Boot Admin
. (#3307) - [Nacos] Fixed NacosLoadBalancer cannot be used with HintBasedServiceInstanceListSupplier. (#3281)
- [Sentinel] Fixed SentinelRestTemplate support custom RestTemplate. (#3345)
- [RocketMQ] Fixed Pollable consumer doesn't ack the message correctly. (#3239)
- [Jakarta] Fixed Jakarta annotation api. (#3347)
📔 Reference Document
❤️ Contributors
Thanks for the contributors who worked on this release!
@ruansheng8, @chickenlj, @yuluo-yx, @LeBW, @liuweiGL, @ice2shell, @zhangbinhub
2.2.10-RC2
⭐️ Features / Enhancements
- Add additional-spring-configuration-metadata.json for governance module (#3246)
- Add helm support for governance module (#3256)
- Add configuration-processor to xDS adapter (#3241)
🐞 Bug Fixes
- [Nacos] Fixed get outdated nacos value on config refresh with
nacos-client-2.1.x
(#3600) - [Nacos] Fixed set default nacos server address when
spring.config.import
enabled (#3601) - [Nacos] Nacos integration with SpringBootAdmin (#3308)
- [Nacos] Added IPv6 address replace condition (#3232)
- [Nacos] Fixed nacos discovery/config log (#3160)
- [Nacos] Fixed nacos discovery/config log (#3160)
- [Nacos] Remove useless suffix of IPv6 address. Optimize the Appactive module (#3107)
- [Sentinel] Fixed SentinelRestTemplate support custom RestTemplate (#3345)
- [Sentinel] Fixed fallback support factoryBean (#3163)
- [Sentinel] Remove sentinel validated annotation (#3121)
- [RocketMQ] Fixed pollable consumer doesn't ack the message correctly (#3247)
- [RocketMQ] Fixed RocketMQ SecretKey leakage risk (#3092)
- [xDS] Fixed the bug that the eds protocol is never observed (#3109)
📔 Reference Document
❤️ Contributors
Thanks for the contributors who worked on this release!
@ruansheng8, @chickenlj, @zhangbinhub, @steverao, @yuluo-yx, @min1854, @LeBW, @panzhi33, @123liuziming
2022.0.0.0
⭐️
Features / Enhancements
- [Sentinel] Added SentinelProtectInterceptor AOT hints (#3370)
- [RocketMQ] Added AOT hints of RocketMQ starter (#3371)
- [RocketMQ] Added AOT args of RocketMQ module (#3384)
- [RocketMQ] Added RocketMQ AOT configuration files (#3400)
- [Seata] Added AOT args of Seata module (#3386)
- [Seata] Added Seata AOT configuration files (#3393)
- [Nacos] Added Nacos discovery AOT configuration files (#3388)
- [Nacos] Added Nacos config AOT configuration files (#3390)
- [Sentinel] Added Sentinel relevant hints (#3396)
- [Integration] Updated integrated-example doc (#3309)
- [Integration] Updated docker-compose deploy document in integrated-example (#3334)
- [Nacos] Updated Nacos discovery doc (#3341)
🐞
Bug Fixes
- [Nacos] Fixed Nacos integration with SpringBootAdmin (#3318)
- [Sentinel] Fixed SentinelRestTemplate support custom RestTemplate (#3329) (#3339)
- [Nacos] Fixed Nacos example method naming typo (#3301)
- [RocketMQ] Fixed RocketMQ pollable and sql example (#3385)
- [Example] Fixed component example problem to support static compilation (#3404)
- [Plugin] Fixed 2022.x checkstyle (#3362)
- [Sidecar] Fixed sidecar doc (#3296)
📔 Reference Document
🔨 Dependency Upgrades
- [Seata] Upgraded to 1.7.0 (#3378)
❤️ Contributors
Thanks for the contributors who worked on this release!