github Azure/azure-sdk-for-js @azure/event-hubs_5.8.0-beta.3

latest releases: @azure/identity_4.5.0-beta.3, @azure/openai_1.0.0-beta.13, @azure/openai-assistants_1.0.0-beta.6...
pre-release2 years ago

5.8.0-beta.3 (2022-04-05)

Breaking Changes

  • MessageWithMetadata has been renamed to MessageContent.
  • MessageContent's body has been renamed to data.
  • MessageAdapter's consumeMessage and produceMessage have been renamed to consume and produce.

Bugs Fixed

  • The Uint8Array payload was being stringified first before it gets sent which caused the receiver to treat it as an object instead of a Uint8Array. This is now fixed and Uint8Array is being treated the same as a Buffer.
  • The hashing algorithm used to map partition keys to IDs in the buffered producer is no longer sensitive to the endianness of the local machine Issue #21190.

Other Changes

  • Updated our @azure/core-tracing dependency to the latest version (1.0.0). There are no changes from the previous beta; however, please see below for changes from the previous minor version:
    • Notable changes include Removal of @opentelemetry/api as a transitive dependency and ensuring that the active context is properly propagated.
    • Customers who would like to continue using OpenTelemetry driven tracing should visit our OpenTelemetry Instrumentation package for instructions.

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

NewReleases is sending notifications on new releases.