You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ServiceBus] Bump uAMQP Dependency to v1.2.13 (Azure#15932)
* bump uamqp to v1.2.13
* tweak test.yml to test built wheels
* Update sdk/servicebus/tests.yml
* revert test.yml
* mention relevent issue in the changelog
* Update sdk/servicebus/azure-servicebus/CHANGELOG.md
Copy file name to clipboardExpand all lines: sdk/servicebus/azure-servicebus/CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,12 @@
4
4
5
5
**BugFixes**
6
6
7
-
*`forward_to` and `forward_dead_lettered_messages_to` will no longer cause authorization errors when used in `ServiceBusAdministrationClient` for queues and subscriptions.
7
+
*`forward_to` and `forward_dead_lettered_messages_to` will no longer cause authorization errors when used in `ServiceBusAdministrationClient` for queues and subscriptions (#15543).
8
+
* Updated uAMQP dependency to 1.2.13.
9
+
- Fixed bug that macOS was unable to detect network error (#15473).
10
+
- Fixed bug that `uamqp.ReceiveClient` and `uamqp.ReceiveClientAsync` receive messages during connection establishment (#15555).
11
+
- Fixed bug where connection establishment on macOS with Clang 12 triggering unrecognized selector exception (#15567).
12
+
- Fixed bug in accessing message properties triggering segmentation fault when the underlying C bytes are NULL (#15568).
0 commit comments