Skip to content

azure-servicebus_7.11.1

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 12 Jul 21:31
d127c5e

7.11.1 (2023-07-12)

Bugs Fixed

  • Fixed the error end frame received on invalid channel which was raised when a disconnect was sent by the service (#30860)
  • Fixed the error link already closed which was raised when the client was closing and disconnecting from the service (#30836)

Other Changes

  • The error raised when attempting to complete a message with an expired lock received from a non-sessionful entity has been updated to the more fine-grained MessageLockLostError from the superclass ServiceBusError.