Skip to content

Commit 62bd691

Browse files
himanshu04aroraHimanshu Arora
andauthored
update changelog for eh, sb (#43614)
Co-authored-by: Himanshu Arora <[email protected]>
1 parent c62954a commit 62bd691

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

sdk/eventhub/azure-eventhub/CHANGELOG.md

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

3-
## 5.15.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 5.15.1 (2025-11-11)
84

95
### Bugs Fixed
10-
11-
### Other Changes
6+
- 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))
127

138
## 5.15.0 (2025-04-15)
149

@@ -21,7 +16,6 @@
2116

2217
- Fixed a bug where service errors were incorrectly required and expected to have info/description fields.
2318
- Fixed a bug so that the BufferedProducer ThreadPoolExecutor uses one worker per partition. ([#38961](https://github.com/Azure/azure-sdk-for-python/issues/38961))
24-
- 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.
2519

2620
### Other Changes
2721

sdk/servicebus/azure-servicebus/CHANGELOG.md

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

3-
## 7.14.3 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 7.14.3 (2025-11-11)
84

95
### Bugs Fixed
106

117
- 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))
12-
13-
### Other Changes
8+
- 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))
149

1510
## 7.14.2 (2025-04-09)
1611

0 commit comments

Comments
 (0)