You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Event Hubs] Detect offset placeholder value (Azure#49319)
* [Event Hubs] Detect offset placeholder value
The focus of these changes is to ensure that the
placeholder value used to represent missing offsets
in v5.11.3 - v5.11.6 is properly detected when
reading a checkpoint and not used as a valid offset
when reading from a partition.
* Update sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md
Copy file name to clipboardExpand all lines: sdk/eventhub/Azure.Messaging.EventHubs.Shared/tests/BlobCheckpointStore/BlobsCheckpointStoreInternalTests.cs
+41Lines changed: 41 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -358,6 +358,47 @@ public async Task GetCheckpointLogsStartAndComplete()
Copy file name to clipboardExpand all lines: sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,10 @@
1
1
# Release History
2
2
3
-
## 5.13.0-beta.1 (Unreleased)
4
-
5
-
### Features Added
6
-
7
-
### Breaking Changes
3
+
## 5.12.1 (2025-04-09)
8
4
9
5
### Bugs Fixed
10
6
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.
Copy file name to clipboardExpand all lines: sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<ProjectSdk="Microsoft.NET.Sdk">
2
2
<PropertyGroup>
3
3
<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.1</Version>
5
5
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually. -->
0 commit comments