Skip to content

Commit aff021b

Browse files
authored
[Event Hubs] June 2025 Release Prep (Azure#50525)
The focus of these changes is to prepare the Event Hubs core package for the June 2025 release.
1 parent 7246758 commit aff021b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
# Release History
22

3-
## 5.13.0-beta.1 (Unreleased)
3+
## 5.12.2 (2025-06-12)
44

55
### Acknowledgments
66

77
Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:
88

99
- Daniel Marbach _([GitHub](https://github.com/danielmarbach))_
1010

11-
### Features Added
12-
13-
### Breaking Changes
14-
1511
### Bugs Fixed
1612

1713
- Fixed a bug where the data types of broker-owned properties were being adjusted when an event was read by the client, causing the underlying AMQP data to be mutated. This resulted in binary changes when the AMQP message was serialized and unintentionally altered the service contract. Going forward, the original data types will be preserved on the AMQP representation of the message and type normalization only applied to the .NET `EventData` projection.

sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. This client library allows for both publishing and consuming events using Azure Event Hubs. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/</Description>
4-
<Version>5.13.0-beta.1</Version>
4+
<Version>5.12.2</Version>
55
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually. -->
66
<ApiCompatVersion>5.12.1</ApiCompatVersion>
77
<PackageTags>Azure;Event Hubs;EventHubs;.NET;AMQP;IoT;$(PackageCommonTags)</PackageTags>

0 commit comments

Comments
 (0)