Skip to content

Releases: MulliganFunding/aio-azure-clients-toolbox

v0.2.1

06 Jan 20:51
b48fe4d
Compare
Choose a tag to compare

This release includes a fix for disabling Servicebus connections that have suffered connection failures. We log the exception in this case.

v0.2.0

03 Jan 01:23
55e09e4
Compare
Choose a tag to compare

This release fixes a bug where certain exceptions in the Eventhub send methods would be silently dropped.

In addition, behavior has been added where for certain connection failures that occur while attempting to send an Eventhub message, the connection pool will expire those connections.

Lastly, the send methods formerly accepted a log= kwarg, but this was a holdover from a version of this library from before it was open-sourced where the expected logger would have been a custom logger. These log kwargs have been removed. Callers should confirm they're not including this keyword argument when calling methods on the Eventhub clients.

v0.1.0

11 Dec 01:34
Compare
Choose a tag to compare

Initial release of aio-azure-clients-toolbox.

Providing wrapped async clients for:

  • BlobClient
  • Cosmos
  • Eventgrid
  • Eventhub
  • Service Bus

Also providing a connection-pooling-like interface for keeping a number of clients alive for short durations.

Lastly, this release also includes pytest fixtures.