|
1 | 1 | # Release History |
2 | 2 |
|
| 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 | + |
3 | 19 | ## 6.0.0 (2025-09-22) |
4 | 20 | - 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.) |
5 | 21 | - 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 |
1708 | 1724 | #### Breaking Changes |
1709 | 1725 | - Move classes for internal usage to the implementation package [#27281](https://github.com/Azure/azure-sdk-for-java/pull/27281). |
1710 | 1726 | - 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 |
1712 | 1728 | 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). |
1713 | 1729 | - 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). |
1714 | 1730 |
|
@@ -1737,7 +1753,7 @@ This section includes changes in the `spring-messaging-azure` module. |
1737 | 1753 | - 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): |
1738 | 1754 | + Add `MessagingMessageListenerAdapter` to adapt Spring Messaging listeners. |
1739 | 1755 | + 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). |
1741 | 1757 |
|
1742 | 1758 | ### Spring Messaging Azure Event Hubs |
1743 | 1759 | This section includes changes in the `spring-messaging-azure-eventhubs` module. |
|
0 commit comments