Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create sdk/spring/CHANGELOG.md. #25537

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions sdk/spring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 4.0.0-beta.1 (Unreleased)

Please refer to [Spring-Cloud-Azure-Migration-Guide-for-4.0] to learn how to migrate to version 4.0.

## spring-cloud-azure-stream-binder-eventhubs
### Features Added
- Support batch consumers.
### Breaking Changes
- Change artifact id from `azure-spring-cloud-stream-binder-eventhubs` to `spring-cloud-azure-stream-binder-eventhubs`.
- Change the binder type from `eventhub` to `eventhubs`.
- Change the Spring Cloud Stream Binding extended properties prefix from `spring.cloud.stream.eventhub` to `spring.cloud.stream.eventhubs`.
- BATCH checkpoint-mode only works in batch-consuming mode.

## spring-cloud-azure-stream-binder-servicebus
### Breaking Changes
- Combine libraries of `azure-spring-cloud-stream-binder-servicebus-queue` and `azure-spring-cloud-stream-binder-servicebus-topic` to `spring-cloud-azure-stream-binder-servicebus`

## spring-cloud-azure-trace-sleuth
### Features Added
- Support http pipeline policy implemented by Spring Cloud Sleuth API. ([#24192])

## spring-messaging-azure
### Breaking Changes
- Move module _azure-spring-cloud-messaging_ to module _spring-messaging-azure_.




[Spring-Cloud-Azure-Migration-Guide-for-4.0]: https://github.com/Azure/azure-sdk-for-java/wiki/Spring-Cloud-Azure-Migration-Guide-for-4.0
[#24192]: https://github.com/Azure/azure-sdk-for-java/pull/24192