Skip to content

Commit 8ac2529

Browse files
authored
[EH/SB] changelogs for release (#39253)
* changelog * bump * update * Update sdk/servicebus/azure-servicebus/CHANGELOG.md
1 parent b3f5fee commit 8ac2529

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

sdk/eventhub/azure-eventhub/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Release History
22

3-
## 5.13.1 (Unreleased)
3+
## 5.13.1 (2025-02-11)
44

55
### Bugs Fixed
66

7-
- Fixed a bug where async websocket disconnects were not being retried properly.
7+
- Fix to handle websocket disconnect/close on aiohttp, as aiohttp raises a `TypeError` while asserting bytes. ([#32061](https://github.com/Azure/azure-sdk-for-python/pull/32061))
8+
- Fixed a bug where pyAMQP was doubly retrying, causing latency on reconnect. ([#39037](https://github.com/Azure/azure-sdk-for-python/pull/39037))
9+
- Fix to handle large messages being sent twice due to incoming flow frames triggering a resend. ([#38067](https://github.com/Azure/azure-sdk-for-python/pull/38067))
10+
- Missing await in sender async on pyAMQP. ([#39182](https://github.com/Azure/azure-sdk-for-python/pull/39182))
811

912
### Other Changes
1013

14+
- Updates to the Event Hubs Troubleshooting guidelines
15+
- Updates to mypy/pylint
16+
- Removed python 2.7 code ([#38735](https://github.com/Azure/azure-sdk-for-python/pull/38735))
17+
1118
## 5.13.0 (2024-11-12)
1219

1320
### Features Added

sdk/servicebus/azure-servicebus/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
# Release History
22

3-
## 7.13.1 (Unreleased)
3+
## 7.14.0 (2025-02-11)
44

55
### Features Added
66

7-
- Added in emulator support, ServiceBusAdministrationClient is currently not supported by the emulator.
7+
- Added in emulator support, ServiceBusAdministrationClient is currently not supported by the emulator. ([#38655](https://github.com/Azure/azure-sdk-for-python/pull/38655))
88

99
### Bugs Fixed
1010

1111
- Fixed a bug where async websocket disconnects were not being retried properly. ([#36280](https://github.com/Azure/azure-sdk-for-python/issues/36280))
1212
- Fixed a bug where sending large messages with synchronous client caused a frame buffer offset error ([#37916](https://github.com/Azure/azure-sdk-for-python/issues/37916))
13+
- Fix to handle websocket disconnect/close on aiohttp, as aiohttp raises a `TypeError` while asserting bytes. ([#32061](https://github.com/Azure/azure-sdk-for-python/pull/32061))
14+
- Fixed a bug where pyAMQP was doubly retrying, causing latency on reconnect. ([#39037](https://github.com/Azure/azure-sdk-for-python/pull/39037))
15+
- Fix to handle large messages being sent twice due to incoming flow frames triggering a resend. ([#38067](https://github.com/Azure/azure-sdk-for-python/pull/38067))
16+
- Missing await in sender async on pyAMQP. ([#39182](https://github.com/Azure/azure-sdk-for-python/pull/39182))
1317

1418
### Other Changes
1519

20+
- Fixed mypy/pylint
21+
- Removed python 2.7 code ([#38735](https://github.com/Azure/azure-sdk-for-python/pull/38735))
22+
1623
## 7.13.0 (2024-11-12)
1724

1825
### Features Added

sdk/servicebus/azure-servicebus/azure/servicebus/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License.
44
# ------------------------------------
55

6-
VERSION = "7.13.1"
6+
VERSION = "7.14.0"

0 commit comments

Comments
 (0)