Spring Cloud Azure 4.1.0
yiliuTo
released this
12 May 05:57
·
8004 commits
to main
since this release
- This release is compatible with Spring Boot 2.5.0-2.5.13, 2.6.0-2.6.7. (Note: 2.5.x (x>13) and 2.6.y (y>7) should be supported, but they aren't tested with this release.)
- This release is compatible with Spring Cloud 2020.0.3-2020.0.5, 2021.0.0-2021.0.2. (Note: 2020.0.x (x>5) and 2021.0.y (y>2) should be supported, but they aren't tested with this release.)
- Upgrade Spring Cloud to 2021.0.2 to address CVE-2022-22963 #28179.
- Upgrade Spring Boot to 2.6.6 to address CVE-2022-22965 #28280.
Features Added
- GA the
spring-cloud-azure-starter-keyvault-certificates
. This starter supports the auto-configuration of Azure Key VaultCertificateClient
andCertificateAsyncClient
.
Bugs Fixed
- Fix the bean
AzureTokenCredentialAutoConfiguration
initialization exception when the multiple ThreadPoolTaskExecutors beans exist #28525. - Fix incorrect bean name
staticStorageBlobConnectionStringProvider
in the auto-configuration ofAzureStorageFileShareAutoConfiguration
#28464. - Fix application startup issue by changing property names in configuration metadata from camel-case to kebab-case #28312.