7.7.0 (2022-06-07)
Bugs Fixed
- Fixed bug to make AMQP exceptions retryable by default, if condition is not non-retryable, to ensure that InternalServerErrors are retried.
Features Added
- The
ServiceBusClient
constructor now accepts optionalcustom_endpoint_address
argument
which allows for specifying a custom endpoint to use when communicating with the Service Bus service,
and is useful when your network does not allow communicating to the standard Service Bus endpoint. - The
ServiceBusClient
constructor now accepts optionalconnection_verify
argument
which allows for specifying the path to the custom CA_BUNDLE file of the SSL certificate which is used to authenticate
the identity of the connection endpoint.