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

latest releases: @azure/cosmos_4.0.1-beta.3, @azure/core-lro_3.0.0-beta.2, @azure/arm-security_6.0.0-beta.5...
3 years ago

2.1.0 (2021-02-08)

  • Fixes the bug reported in issue 13048.
    Now an informative error is thrown describing the circumstance that led to the error.
  • Adds the ability to configure the amqpHostname and port that a ConnectionContextBase will use when connecting to a service.
    The host field refers to the DNS host or IP address of the service, whereas the amqpHostname
    is the fully qualified host name of the service. Normally host and amqpHostname will be the same.
    However if your network does not allow connecting to the service via the public host,
    you can specify a custom host (e.g. an application gateway) via the host field and continue
    using the public host as the amqpHostname.

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

NewReleases is sending notifications on new releases.