Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions sdk/eventhub/azure-eventhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 5.15.1 (Unreleased)

### Features Added

### Breaking Changes
## 5.15.1 (2025-11-11)

### Bugs Fixed

### Other Changes
- Fixed a bug in the EventHub client where the maximum message size negotiation during the AMQP attach frame was handled incorrectly. The client now correctly sends a max message size of 0 (unlimited), allowing the server to apply its internal limit (20 MB) as intended. ([#43462](https://github.com/Azure/azure-sdk-for-python/pull/43462))

## 5.15.0 (2025-04-15)

Expand All @@ -21,7 +16,6 @@

- Fixed a bug where service errors were incorrectly required and expected to have info/description fields.
- Fixed a bug so that the BufferedProducer ThreadPoolExecutor uses one worker per partition. ([#38961](https://github.com/Azure/azure-sdk-for-python/issues/38961))
- Fixed a bug in the EventHub client where the maximum message size negotiation during the AMQP attach frame was handled incorrectly. The client now correctly sends a max message size of 0 (unlimited), allowing the server to apply its internal limit (20 MB) as intended.

### Other Changes

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

## 7.14.3 (Unreleased)

### Features Added

### Breaking Changes
## 7.14.3 (2025-11-11)

### Bugs Fixed

- Fixed a bug where batched messages couldn't be sent to a queue that had session & partitions enabled. ([#42598](https://github.com/Azure/azure-sdk-for-python/pull/42598))

### Other Changes
- Fixed a bug in the Service Bus client where the maximum message size negotiation during the AMQP attach frame was handled incorrectly. The client now correctly sends a max message size of 0 (unlimited), allowing the server to apply its internal limit as intended. ([#43383](https://github.com/Azure/azure-sdk-for-python/pull/43383))

## 7.14.2 (2025-04-09)

Expand Down