Skip to content

azure-servicebus_7.14.2

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 09 Apr 22:10
68dff9f

7.14.2 (2025-04-09)

Bugs Fixed

  • Fixed a bug where max number of messages was not being requested when receiving from the service due to an incorrect link credit calculation. (#40156)

Other Changes

  • Added support for handling a C# DateTime.MinValue timestamp, which is returned by the service as a sentinel for time which is not set.
  • Deprecating uamqp_transport in favor of pyAMQP transport. The uamqp_transport will be removed in the next minor release.
  • Fixed aiohttp websocket library showing a deprecation warning due to an incorrect timeout type (#40429)
  • Dropped support for Python 3.8