Skip to content

Commit 6bcc785

Browse files
authored
[Functions] Event Hubs extension release prep (#53372)
* [Functions] Event Hubs extension release prep The focus of these changes is to prepare for the release of the Event Hubs extension for Azure Functions. * Removing empty section
1 parent a3519be commit 6bcc785

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md

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

3-
## 6.6.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 6.5.3 (2025-10-20)
84

95
### Bugs Fixed
106

117
- Fixed an issue where a legacy ownership record without checkpoint data was interpreted as a valid checkpoint and used to initialize a partition when no current generation checkpoint was present.
128

13-
### Other Changes
14-
159
## 6.5.2 (2025-06-16)
1610

1711
### Bugs Fixed
1812

1913
- 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.
14+
2015
### Other Changes
2116

2217
- Updated the `Microsoft.Azure.Amqp` dependency to 2.7.0, which contains several bug fixes and adds support for AOT. _(see: [commits](https://github.com/Azure/azure-amqp/commits/hotfix/))_

sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
55
<Description>Microsoft Azure WebJobs SDK EventHubs Extension</Description>
6-
<Version>6.6.0-beta.1</Version>
6+
<Version>6.5.3</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
88
<ApiCompatVersion>6.5.2</ApiCompatVersion>
99
<NoWarn>$(NoWarn);CS1591;SA1636</NoWarn>

0 commit comments

Comments
 (0)