Skip to content

Commit a9e3bb0

Browse files
authored
[ServiceBus] prep release (#34628)
* update sb changelog * prep release
1 parent ffee9b8 commit a9e3bb0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

sdk/servicebus/azure-servicebus/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
### Other Changes
1010

1111
- Updated minimum `azure-core` version to 1.28.0.
12-
- Updated network trace logging to replace `None` values in AMQP connection info with empty strings as per the OpenTelemetry specification ([#32190](https://github.com/Azure/azure-sdk-for-python/issues/32190)).
12+
- Updated Pure Python AMQP network trace logging to replace `None` values in AMQP connection info with empty strings as per the OpenTelemetry specification ([#32190](https://github.com/Azure/azure-sdk-for-python/issues/32190)).
13+
- Updated Pure Python AMQP network trace logging error log on connection close to warning (PR #34504, thanks @RichardOberdieck).
1314

1415
## 7.11.4 (2023-11-13)
1516

sdk/servicebus/azure-servicebus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pip install azure-servicebus
3636
To use this package, you must have:
3737
* Azure subscription - [Create a free account][azure_sub]
3838
* Azure Service Bus - [Namespace and management credentials][service_bus_namespace]
39-
* Python 3.7 or later - [Install Python][python]
39+
* Python 3.8 or later - [Install Python][python]
4040

4141

4242
If you need an Azure service bus namespace, you can create it via the [Azure Portal][azure_namespace_creation].

sdk/servicebus/azure-servicebus/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Both [sync version](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/
9898

9999
## Prerequisites
100100

101-
- Python 3.7 or later.
101+
- Python 3.8 or later.
102102
- **Microsoft Azure Subscription:** To use Azure services, including Azure Service Bus, you'll need a subscription.
103103
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).
104104

0 commit comments

Comments
 (0)