File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
sdk/eventhub/azure-eventhub Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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' ],
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments