Skip to content

Commit 2e0c633

Browse files
yunhaolingrakshith91
authored andcommitted
[EventHub] Bump uAMQP Dependency to v1.2.13 (Azure#15933)
* bump uamqp to v1.2.13 * update tests.yml to test built uamqp wheels * Update sdk/eventhub/tests.yml * mention relevent issue in changelog
1 parent 4e37050 commit 2e0c633

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

sdk/eventhub/azure-eventhub/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
## 5.2.1 (Unreleased)
44

5-
**Note**
5+
**Bug fixes**
66

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

915
## 5.2.0 (2020-09-08)
1016

sdk/eventhub/azure-eventhub/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
packages=find_packages(exclude=exclude_packages),
7171
install_requires=[
7272
"azure-core<2.0.0,>=1.5.0",
73-
"uamqp>=1.2.12,<2.0.0",
73+
"uamqp>=1.2.13,<2.0.0",
7474
],
7575
extras_require={
7676
":python_version<'3.0'": ['azure-nspkg'],

shared_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ opentelemetry-api==0.13b0
158158
#override azure-eventhub-checkpointstoreblob msrest>=0.6.10
159159
#override azure-eventhub-checkpointstoreblob-aio msrest>=0.6.10
160160
#override azure-eventhub-checkpointstoreblob-aio aiohttp<4.0,>=3.0
161-
#override azure-eventhub uamqp>=1.2.12,<2.0.0
161+
#override azure-eventhub uamqp>=1.2.13,<2.0.0
162162
#override azure-appconfiguration msrest>=0.6.10
163163
#override azure-servicebus uamqp>=1.2.12,<2.0.0
164164
#override azure-servicebus msrest>=0.6.17,<2.0.0

0 commit comments

Comments
 (0)