Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Releases: Azure/amqp-common-js

1.0.0-preview.1

16 Jan 23:54
bdf77ee
Compare
Choose a tag to compare
1.0.0-preview.1 Pre-release
Pre-release

Release Notes

  • Enabled esModuleInterop flag for the TypeScript compiler.

Download

0.1.5

17 Oct 20:22
fe5b384
Compare
Choose a tag to compare
  • Updated error code mappers
  • Added more constants
  • Added support for handling servicebus response properties in the request/response operations
  • Fixed a bug in the sendRequest() method which ensures that the operation will actually be
    retried, rather than returning the previously rejected promise.
  • Removed dependency from uuid, since rhea supports basic uuid operations.