github Azure/azure-sdk-for-js @azure/core-amqp_2.0.0

latest releases: @azure/arm-mongocluster_1.0.0-beta.3, @azure/storage-file-datalake_12.24.0, @azure/storage-queue_12.24.0...
3 years ago

2.0.0 (2020-11-12)

  • This release marks the general availability of the @azure/core-amqp version 2 package.

Breaking changes

  • Continuing our work to clean the public API surface that we started in 2.0.0-beta.1 we no longer export

    • DataTransformer and DefaultDataTransformer.
      dataTransformer has been removed from ConnectionContextBase and ConnectionContextBaseParameters.
      This allows us to consider other forms of implementing serializers in the future.
    • ConditionStatusMapper and MessagingErrorCodes as these are only used internally by this package.
  • Previously, ConnectionConfig.validate() overridden entityPath if undefined with String(undefined) = "undefined". This has been updated to retain undefined in the validation.
    PR 12321

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

NewReleases is sending notifications on new releases.