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

Prepare Event Hubs for January release #43862

Merged
merged 3 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Update CHANGELOG
  • Loading branch information
conniey committed Jan 21, 2025
commit a6b857e8f0ed5adc8f1331de52bb48e893c291fb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 1.20.3 (2025-02-11)

### Other Changes

#### Dependency Updates

- Upgraded `azure-messaging-eventhubs` from `5.19.2` to version `5.20.0`.

## 1.20.2 (2024-12-04)

### Other Changes
Expand Down
4 changes: 2 additions & 2 deletions sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

### Features Added

Setting the v2 stack as the default. ([43725](/~https://github.com/Azure/azure-sdk-for-java/pull/43725))
- Setting the v2 stack as the default. ([43725](/~https://github.com/Azure/azure-sdk-for-java/pull/43725))

### Breaking Changes

- Do not remove `x-opt-partition-key` message annotation when publishing events.
If event is received from an Event Hub, it may contain `x-opt-partition-key` message annotation. If this event is
published to another Event Hub, previous version of the Event Hubs SDK did not pass this annotation to the next Event Hub.
published to another Event Hub, previous version of the Event Hubs SDK did not pass this annotation to the next Event Hub.
Starting with this version:
- if the event is sent with `SendOptions` or `CreateBatchOptions` containing `null` partition key, the existing `x-opt-partition-key`
message annotation will be used when publishing the event. **This is a new behavior.**
Expand Down
Loading