Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps com.azure:azure-messaging-eventhubs from 5.19.2 to 5.20.0.

Release notes

Sourced from com.azure:azure-messaging-eventhubs's releases.

azure-messaging-eventhubs_5.20.0

5.20.0 (2025-02-11)

Features Added

  • Setting the v2 stack as the default. (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. 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.
    • if the event is sent with SendOptions or CreateBatchOptions containing non-null partition key, this partition key will be used. This behavior did not change.

    If you relied on the previous behavior, make sure to clear the x-opt-partition-key message annotation before re-sending the event. (#43039)

Bugs Fixed

  • Set partition key in addition to partition id when publishing events with EventHubsBufferedProducerClient. (#43039)
  • Do not remove x-opt-sequence-number, x-opt-offset, x-opt-enqueued-time, x-opt-publisher message annotations when re-sending events received from another Event Hub. Message annotations should not be modified by the SDK and Event Hubs will overwrite these values when the event is published. (#43039)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team January 27, 2025 22:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Jan 27, 2025
Bumps [com.azure:azure-messaging-eventhubs](https://github.com/Azure/azure-sdk-for-java) from 5.19.2 to 5.20.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-messaging-eventhubs_5.19.2...azure-messaging-eventhubs_5.20.0)

---
updated-dependencies:
- dependency-name: com.azure:azure-messaging-eventhubs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/azure/com.azure-azure-messaging-eventhubs-5.20.0 branch from 94611df to f8d379a Compare January 28, 2025 15:44
@settings settings bot removed the java label Jan 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2025

Superseded by #10044.

@dependabot dependabot bot closed this Mar 3, 2025
@dependabot dependabot bot deleted the dependabot/gradle/modules/azure/com.azure-azure-messaging-eventhubs-5.20.0 branch March 3, 2025 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file modules/azure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant