Skip to content

Commit 385481c

Browse files
authored
update changelog (#30609)
1 parent a0029da commit 385481c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

sdk/servicebus/azure-servicebus/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Release History
22

3-
## 7.11.0 (Unreleased)
3+
## 7.11.0 (2023-06-06)
44

55
### Features Added
66

77
- A new float keyword argument `socket_timeout` has been added to `get_queue_sender`, `get_queue_receiver`, `get_topic_sender`, and `get_subscription_receiver` on the sync and async `ServiceBusClient`.
88

9+
### Bugs Fixed
10+
11+
- Fixed a bug where sending large messages failed on socket write timeout ([#30425](https://github.com/Azure/azure-sdk-for-python/issues/30425)).
12+
- Fixed a bug where settling large messages failed due to `delivery_id` being `None`.
13+
914
### Other Changes
1015

1116
- Tracing updates:

0 commit comments

Comments
 (0)