Skip to content

Commit 314c852

Browse files
authored
update changelog (Azure#37652)
1 parent 7bfe300 commit 314c852

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

sdk/spring/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release History
22

3+
## 4.14.0-beta.1 (Unreleased)
4+
5+
### Spring Cloud Azure Autoconfigure
6+
This section includes changes in `spring-cloud-azure-autoconfigure` module.
7+
8+
#### Features Added
9+
10+
#### Breaking Changes
11+
12+
#### Bugs Fixed
13+
14+
#### Other Changes
15+
- Switch to use `ServiceBusJmsConnectionFactory` from `azure-servicebus-jms`, deprecate the older `ServiceBusJmsConnectionFactory` from `spring-cloud-azure-autoconfigure`. Deprecate `ServiceBusJmsConnectionFactoryCustomizer` and replaced by `AzureServiceBusJmsConnectionFactoryCustomizer`. Deprecate `AzureServiceBusJmsCredentialSupplier` and remove `jmsAADAuthenticationCustomizer` because new `ServiceBusJmsConnectionFactory` already supports Microsoft Entra ID authentication. [#37369](https://github.com/Azure/azure-sdk-for-java/pull/37369)
16+
317
## 5.7.0 (2023-11-07)
418
- This release is compatible with Spring Boot 3.0.0-3.1.5. (Note: 3.1.x (x>3) should be supported, but they aren't tested with this release.)
519
- This release is compatible with Spring Cloud 2022.0.0-2022.0.4. (Note: 2022.0.x (x>4) should be supported, but they aren't tested with this release.)

0 commit comments

Comments
 (0)