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
Copy file name to clipboardExpand all lines: sdk/eventhub/azure-eventhub/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,14 @@
2
2
3
3
## 5.11.6 (2024-02-12)
4
4
5
+
This version and all future versions will require Python 3.8+. Python 3.7 is no longer supported.
6
+
5
7
### Features Added
6
8
- Added `keep_alive` functionality on EventHubProducerClient to allow for long-living producers. [#33726](https://github.com/Azure/azure-sdk-for-python/issues/33726)
Copy file name to clipboardExpand all lines: sdk/eventhub/azure-eventhub/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The Azure Event Hubs client library allows for publishing and consuming of Azure
24
24
25
25
### Prerequisites
26
26
27
-
- Python 3.7 or later.
27
+
- Python 3.8 or later.
28
28
-**Microsoft Azure Subscription:** To use Azure services, including Azure Event Hubs, you'll need a subscription.
29
29
If you do not have an existing Azure account, you may sign up for a free trial or use your MSDN subscriber benefits when you [create an account](https://account.windowsazure.com/Home/Index).
Copy file name to clipboardExpand all lines: sdk/eventhub/azure-eventhub/samples/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Both [sync version](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/
86
86
- Send events in buffer immediately by calling `flush`.
87
87
88
88
## Prerequisites
89
-
- Python 3.7 or later.
89
+
- Python 3.8 or later.
90
90
-**Microsoft Azure Subscription:** To use Azure services, including Azure Event Hubs, you'll need a subscription.
91
91
If you do not have an existing Azure account, you may sign up for a free trial or use your MSDN subscriber benefits when you [create an account](https://account.windowsazure.com/Home/Index).
0 commit comments