Skip to content

Commit e437ced

Browse files
committed
Update sdk/spring/CHANGELOG.md
1 parent da32873 commit e437ced

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

sdk/spring/CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Release History
22

3+
## 6.1.0-beta.1 (Unreleased)
4+
5+
### Spring Cloud Stream Service Bus Binder
6+
This section includes changes in `spring-cloud-azure-stream-binder-servicebus` module.
7+
8+
### Bugs Fixed
9+
- Fix TokenCredential bean name resolution in Spring Cloud Stream Binder [#47444](https://github.com/Azure/azure-sdk-for-java/pull/47444).
10+
11+
### Spring Cloud Stream Event Hubs Binder
12+
This section includes changes in `spring-cloud-azure-stream-binder-eventhubs` module.
13+
14+
### Bugs Fixed
15+
- Fix TokenCredential bean name resolution in Spring Cloud Stream Binder [#47444](https://github.com/Azure/azure-sdk-for-java/pull/47444).
16+
17+
18+
319
## 6.0.0 (2025-09-22)
420
- This release is compatible with Spring Boot 3.5.0-3.5.5. (Note: 3.5.x (x>5) should be supported, but they aren't tested with this release.)
521
- This release is compatible with Spring Cloud 2025.0.0. (Note: 2025.0.x(x>0) should be supported, but they aren't tested with this release.)
@@ -1708,7 +1724,7 @@ This section includes changes in the `spring-integration-azure-servicebus` modul
17081724
#### Breaking Changes
17091725
- Move classes for internal usage to the implementation package [#27281](https://github.com/Azure/azure-sdk-for-java/pull/27281).
17101726
- Delete message header of `AzureHeaders.RAW_ID`. Please use `ServiceBusMessageHeaders.MESSAGE_ID` instead [#27675](https://github.com/Azure/azure-sdk-for-java/pull/27675).
1711-
- Delete class `CheckpointConfig`. Please use `ServiceBusContainerProperties#setAutoComplete` instead. To disable the auto-complete mode is
1727+
- Delete class `CheckpointConfig`. Please use `ServiceBusContainerProperties#setAutoComplete` instead. To disable the auto-complete mode is
17121728
equivalent to `MANUAL` checkpoint mode and to enable it will trigger the `RECORD` mode [#27615](https://github.com/Azure/azure-sdk-for-java/pull/27615), [#27646](https://github.com/Azure/azure-sdk-for-java/pull/27646).
17131729
- Refactor the constructors of `ServiceBusInboundChannelAdapter` to `ServiceBusInboundChannelAdapter(ServiceBusMessageListenerContainer)` and `ServiceBusInboundChannelAdapter(ServiceBusMessageListenerContainer, ListenerMode)` [#27216](https://github.com/Azure/azure-sdk-for-java/pull/27216), [#27421](https://github.com/Azure/azure-sdk-for-java/pull/27421).
17141730

@@ -1737,7 +1753,7 @@ This section includes changes in the `spring-messaging-azure` module.
17371753
- Refactor the `*MessageListenerContainer` [#27216](https://github.com/Azure/azure-sdk-for-java/pull/27216), [#27543](https://github.com/Azure/azure-sdk-for-java/pull/27543):
17381754
+ Add `MessagingMessageListenerAdapter` to adapt Spring Messaging listeners.
17391755
+ Rename `*ProcessingListener` to `*MessageListener`.
1740-
- Delete `getter/setter` methods from `AzureCheckpointer` [#27672](https://github.com/Azure/azure-sdk-for-java/pull/27672).
1756+
- Delete `getter/setter` methods from `AzureCheckpointer` [#27672](https://github.com/Azure/azure-sdk-for-java/pull/27672).
17411757

17421758
### Spring Messaging Azure Event Hubs
17431759
This section includes changes in the `spring-messaging-azure-eventhubs` module.

0 commit comments

Comments
 (0)