github Azure/azure-sdk-for-java azure-messaging-eventhubs_5.19.0-beta.3

latest releases: azure-ai-formrecognizer_4.1.12, azure-resourcemanager-cosmos_2.44.1, spring-cloud-azure_5.18.0...
pre-releaseone month ago

5.19.0-beta.3 (2024-09-19)

Features Added

  • Integrated RequestResponseChannelCache (CBS, Management channel cache) and ReactorSessionCache, these caches are activated when V2 stack is opted-in using the configuration com.azure.messaging.eventhubs.v2. (39107), (41805)
  • Add EventProcessorClient.stop(Duration timeout) to stop the EventProcessorClient and await it to shut down. The EventProcessorClient.stop()
    method now will wait for up to the default timeout (10 seconds) waiting for the processor to stop. (#41878)
  • Observability improvements (#38899)
    • Added span for update checkpoint call.
    • Added partitionId and consumer group (when available) to span and metric attributes.

Breaking Changes

  • Updated distributed traces and metrics to follow OpenTelemetry semantic conventions 1.27.0.
    Please refer to OpenTelemetry messaging semantic conventions for more details.
    (#38899)
    • Span names now follow {operaiton name} {entity name} pattern
    • Updated metric names and attributes

Bugs Fixed

  • Fixes the event size computation in EventHubSerializer to include size of delivery annotations. (41605)

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.