Skip to content

Commit

Permalink
[EH/SB] changelogs for release (Azure#39253)
Browse files Browse the repository at this point in the history
* changelog

* bump

* update

* Update sdk/servicebus/azure-servicebus/CHANGELOG.md
  • Loading branch information
l0lawrence authored Jan 27, 2025
1 parent b3f5fee commit 8ac2529
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
11 changes: 9 additions & 2 deletions sdk/eventhub/azure-eventhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Release History

## 5.13.1 (Unreleased)
## 5.13.1 (2025-02-11)

### Bugs Fixed

- Fixed a bug where async websocket disconnects were not being retried properly.
- 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))
- Fixed a bug where pyAMQP was doubly retrying, causing latency on reconnect. ([#39037](https://github.com/Azure/azure-sdk-for-python/pull/39037))
- 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))
- Missing await in sender async on pyAMQP. ([#39182](https://github.com/Azure/azure-sdk-for-python/pull/39182))

### Other Changes

- Updates to the Event Hubs Troubleshooting guidelines
- Updates to mypy/pylint
- Removed python 2.7 code ([#38735](https://github.com/Azure/azure-sdk-for-python/pull/38735))

## 5.13.0 (2024-11-12)

### Features Added
Expand Down
11 changes: 9 additions & 2 deletions sdk/servicebus/azure-servicebus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# Release History

## 7.13.1 (Unreleased)
## 7.14.0 (2025-02-11)

### Features Added

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

### Bugs Fixed

- Fixed a bug where async websocket disconnects were not being retried properly. ([#36280](https://github.com/Azure/azure-sdk-for-python/issues/36280))
- 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))
- 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))
- Fixed a bug where pyAMQP was doubly retrying, causing latency on reconnect. ([#39037](https://github.com/Azure/azure-sdk-for-python/pull/39037))
- 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))
- Missing await in sender async on pyAMQP. ([#39182](https://github.com/Azure/azure-sdk-for-python/pull/39182))

### Other Changes

- Fixed mypy/pylint
- Removed python 2.7 code ([#38735](https://github.com/Azure/azure-sdk-for-python/pull/38735))

## 7.13.0 (2024-11-12)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Licensed under the MIT License.
# ------------------------------------

VERSION = "7.13.1"
VERSION = "7.14.0"

0 comments on commit 8ac2529

Please sign in to comment.