Skip to content

Commit 0e0100b

Browse files
authored
[Event Hubs] Secondary package offset fixes (Azure#49322)
The focus of these changes is to fis a bug which caused the placeholder value used to represent missing offsets in v5.11.3 - v5.11.6 to not be properly detected and incorrectly used as a valid offset when reading from a partition.
1 parent eb8e9a2 commit 0e0100b

File tree

5 files changed

+8
-16
lines changed

5 files changed

+8
-16
lines changed

eng/Packages.Data.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<PackageReference Update="Azure.Core.Expressions.DataFactory" Version="1.0.0" />
118118
<PackageReference Update="Azure.Data.SchemaRegistry" Version="1.2.0" />
119119
<PackageReference Update="Azure.Data.Tables" Version="12.8.0" />
120-
<PackageReference Update="Azure.Messaging.EventHubs" Version="5.12.0" />
120+
<PackageReference Update="Azure.Messaging.EventHubs" Version="5.12.1" />
121121
<PackageReference Update="Azure.Messaging.EventGrid" Version="4.21.0" />
122122
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.19.0" />
123123
<PackageReference Update="Azure.Messaging.WebPubSub" Version="1.4.0" />
@@ -301,7 +301,7 @@
301301
<PackageReference Update="Azure.Core" Version="1.44.1" />
302302
<PackageReference Update="Azure.Identity" Version="1.13.1" />
303303
<PackageReference Update="Azure.Messaging.EventGrid" Version="4.17.0" />
304-
<PackageReference Update="Azure.Messaging.EventHubs.Processor" Version="5.11.6" />
304+
<PackageReference Update="Azure.Messaging.EventHubs.Processor" Version="5.12.0" />
305305
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.19.0" />
306306
<PackageReference Update="Azure.ResourceManager" Version="1.13.0" />
307307
<PackageReference Update="Azure.ResourceManager.Compute" Version="1.7.0-beta.1" />

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

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

3-
## 5.13.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 5.12.1 (2025-04-09)
84

95
### Bugs Fixed
106

11-
### Other Changes
7+
- Fixed a bug which caused the placeholder value used to represent missing offsets in v5.11.3 - v5.11.6 to not be properly detected and incorrectly used as a valid offset when reading from a partition.
128

139
## 5.12.0 (2025-04-08)
1410

sdk/eventhub/Azure.Messaging.EventHubs.Processor/src/Azure.Messaging.EventHubs.Processor.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 library extends its Event Processor with durable storage for checkpoint information using Azure Blob storage. 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.1</Version>
55
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually. -->
66
<ApiCompatVersion>5.12.0</ApiCompatVersion>
77
<PackageTags>Azure;Event Hubs;EventHubs;.NET;Event Processor;EventProcessor;$(PackageCommonTags)</PackageTags>

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

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

3-
## 6.6.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 6.5.1 (2025-04-09)
84

95
### Bugs Fixed
106

11-
### Other Changes
7+
- Fixed a bug which caused the placeholder value used to represent missing offsets in v5.11.3 - v5.11.6 to not be properly detected and incorrectly used as a valid offset when reading from a partition.
128

139
## 6.5.0 (2025-04-08)
1410

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.1</Version>
77
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
88
<ApiCompatVersion>6.5.0</ApiCompatVersion>
99
<NoWarn>$(NoWarn);CS1591;SA1636</NoWarn>

0 commit comments

Comments
 (0)