Skip to content

azure-eventhub_5.2.1

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 12 Jan 01:09
be3b227

5.2.1 (2021-01-11)

Bug fixes

  • Updated azure.eventhub.extension.__init__.py to be compatible with pkgutil-style namespace (PR #13210, thanks @pjachowi).
  • Updated uAMQP dependency to 1.2.13
    • Added support for Python 3.9.
    • Fixed bug that macOS was unable to detect network error (#15473).
    • Fixed bug that uamqp.ReceiveClient and uamqp.ReceiveClientAsync receive messages during connection establishment (#15555).
    • Fixed bug where connection establishment on macOS with Clang 12 triggering unrecognized selector exception (#15567).
    • Fixed bug in accessing message properties triggering segmentation fault when the underlying C bytes are NULL (#15568).