Skip to content

Commit a798285

Browse files
yunhaolingrakshith91
authored andcommitted
[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
1 parent 2e0c633 commit a798285

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

sdk/servicebus/azure-servicebus/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44

55
**BugFixes**
66

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).
813

914
## 7.0.0 (2020-11-23)
1015

sdk/servicebus/azure-servicebus/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
'azure',
8080
]),
8181
install_requires=[
82-
"uamqp>=1.2.12,<2.0.0",
82+
"uamqp>=1.2.13,<2.0.0",
8383
'azure-common~=1.1',
8484
'msrest>=0.6.17,<2.0.0',
8585
'azure-core<2.0.0,>=1.6.0',

shared_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ opentelemetry-api==0.13b0
160160
#override azure-eventhub-checkpointstoreblob-aio aiohttp<4.0,>=3.0
161161
#override azure-eventhub uamqp>=1.2.13,<2.0.0
162162
#override azure-appconfiguration msrest>=0.6.10
163-
#override azure-servicebus uamqp>=1.2.12,<2.0.0
163+
#override azure-servicebus uamqp>=1.2.13,<2.0.0
164164
#override azure-servicebus msrest>=0.6.17,<2.0.0
165165
#override azure-servicebus azure-core<2.0.0,>=1.6.0
166166
#override azure-search-documents msrest>=0.6.10

0 commit comments

Comments
 (0)