2022.0.0.2
版本发布时间: 2024-12-12 10:08:13
alibaba/spring-cloud-alibaba最新发布版本:2022.0.0.2(2024-12-12 10:08:13)
What's Changed
- Update docs and readme.md by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3411
- Feat: add github workfolw to check markdown file error link by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3492
- Feat: update nacos version to 2.2.3 by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3509
- Docs: deleted spring-cloud-alibaba-docs module by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3490
- feat: update seata-server version to 1.8.0 by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3513
- Docs: Add example: nacos config setting Group by @yuyu1025 in https://github.com/alibaba/spring-cloud-alibaba/pull/3516
- feat: adapte 1.8.0 version in sca-2022.x by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3527
- feat: add issue-template config.yml by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3542
- fix: update integrated-consumer-yaml configuration by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3541
- feat: add dependbot to management github action depend version by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3543
- docs: update sca nacos-example readme file by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3537
- fix: update nacos-example readme error link by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3547
- feat: add nacos server open api auth doc by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3548
- [type:fix] fix scheme npe by @moremind in https://github.com/alibaba/spring-cloud-alibaba/pull/3545
- chore: update readme, add github action badge.svg icon by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3556
- 1224/yuluo feat add GitHub action by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3558
- feat: add license header for js by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3567
- feat: add license header for conf config file by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3568
- feat: add license header for properties config files by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3565
- feat: add license header for Dockerfile by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3566
- feat: add license header for sql scripts files by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3564
- feat: add license header for yaml and yml file by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3560
- [Sync]upgrade lombok version to 1.18.30 by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3608
- fix: update README.md error link by @cxhello in https://github.com/alibaba/spring-cloud-alibaba/pull/3618
- chore: move pr tmpl to .github folder by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3633
- chore: add security.md files by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3634
- feat: update sentinel-example in 2022.x branch by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3640
- docs: update sca readme.md by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3632
- Fix #3314 Set default nacos server address when spring.config.import enabled by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3629
- feat: optimize sidecar-example and readme docs by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3625
- use Constructor injection replace @Autowired(required = false) by @springboot4 in https://github.com/alibaba/spring-cloud-alibaba/pull/3617
- [2022.x] Fixed: server pulling old config in Nacos cluster mode by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3647
- [Sync] optimize: update gitignore by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3652
- Update Github action workflow by @m1ngyuan in https://github.com/alibaba/spring-cloud-alibaba/pull/3531
- Docs update 2022.x roadmap.md document url by @jaimyjie in https://github.com/alibaba/spring-cloud-alibaba/pull/3691
- feat:move warning logs to a more suitable location(#3570) by @Suzzt in https://github.com/alibaba/spring-cloud-alibaba/pull/3578
- fix: fix 2022.x ci by @yuluo-yx in https://github.com/alibaba/spring-cloud-alibaba/pull/3724
- [2022.x] Fix nacos clusterName and extended properties by @chickenlj in https://github.com/alibaba/spring-cloud-alibaba/pull/3780
- 2022 update sentinel 1.8.8 by @robberphex in https://github.com/alibaba/spring-cloud-alibaba/pull/3776
- [2022.x]Separate nacos ConfigService initialization from normal properties bean. by @chickenlj in https://github.com/alibaba/spring-cloud-alibaba/pull/3785
- Prepare for 2022.0.0.1 release by @chickenlj in https://github.com/alibaba/spring-cloud-alibaba/pull/3798
- feature 2022.x: Expand NacosLoadBalancer to conveniently support custom service list filtering and load balancing algorithms by @zhangbinhub in https://github.com/alibaba/spring-cloud-alibaba/pull/3801
- Fix: Seata-example exclude
dubbo-filter-seata
by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3159 - Fix: Nacos snapshot config NPE by @ruansheng8 in https://github.com/alibaba/spring-cloud-alibaba/pull/3831
- support nacos config annotation by @shiyiyue1102 in https://github.com/alibaba/spring-cloud-alibaba/pull/3858
- 2022.0.0.2 release by @chickenlj in https://github.com/alibaba/spring-cloud-alibaba/pull/3910
New Contributors
- @yuyu1025 made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3516
- @moremind made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3545
- @springboot4 made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3617
- @m1ngyuan made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3531
- @Suzzt made their first contribution in https://github.com/alibaba/spring-cloud-alibaba/pull/3578