5.3.0 (2021-02-08)
New Features
- Added a
parse_connection_string
method which parses a connection string into a properties bag,EventHubConnectionStringProperties
, containing its component parts. - The constructor and
from_connection_string
method ofEventHubConsumerClient
andEventHubProducerClient
now accept two new optional arguments:custom_endpoint_address
which allows for specifying a custom endpoint to use when communicating with the Event Hubs service,
and is useful when your network does not allow communicating to the standard Event Hubs endpoint.connection_verify
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.
Notes
- Updated uAMQP dependency to 1.2.14.