Skip to content

Commit 225267b

Browse files
LarryOstermanheathsCopilot
authored
Prepare Event Hubs for June 2025 release (Azure#2669)
* Updated for June 2025 release * Update sdk/eventhubs/azure_messaging_eventhubs/CHANGELOG.md Co-authored-by: Heath Stewart <[email protected]> * Update sdk/eventhubs/azure_messaging_eventhubs/CHANGELOG.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Heath Stewart <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent cdb2efc commit 225267b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

sdk/eventhubs/azure_messaging_eventhubs/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Release History
22

3-
## 0.4.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.4.0 (2025-06-10)
64

75
### Breaking Changes
86

9-
### Bugs Fixed
7+
- Event Message Properties is now an `AmqpSimpleValue` rather than an `AmqpValue` to more closely reflect the AMQP specification (AMQP ApplicationProperties cannot contain Map, List, or Array).
108

119
### Other Changes
1210

11+
- Added performance tests for some Event Hubs APIs
12+
- Use `SafeDebug` attribute for AMQP messages
13+
- Test infrastructure is now deployed using a `test-resources.bicep` file instead of a `test-resources.json` file.
14+
- Restructured internal logic to prepare for connection/session recovery.
1315

1416
## 0.3.0 (2025-05-07)
1517

0 commit comments

Comments
 (0)