Skip to content

Commit 99f3dab

Browse files
added v1.5.40.1 release notes (#488)
1 parent fd66c8d commit 99f3dab

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Directory.Build.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
<LangVersion>latest</LangVersion>
88
<Nullable>enable</Nullable>
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
10-
<VersionPrefix>1.5.40</VersionPrefix>
11-
<PackageReleaseNotes>* [Major bug fix: Committers: fixed n+1 errors with offset committing](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/484)
12-
* [Upgraded to Akka.NET v1.5.40](https://github.com/akkadotnet/akka.net/releases/tag/1.5.40)</PackageReleaseNotes>
10+
<VersionPrefix>1.5.40.1</VersionPrefix>
11+
<PackageReleaseNotes>* Fixed another major N+1 bug when committing offsets to Kafka: [Committing: fix N+1 issues in `CommittableOffsetBatch`](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/487)</PackageReleaseNotes>
1312
</PropertyGroup>
1413
<PropertyGroup>
1514
<!-- Visual Studio C# settings -->

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 1.5.40.1 March 24th 2025 ####
2+
3+
* Fixed another major N+1 bug when committing offsets to Kafka: [Committing: fix N+1 issues in `CommittableOffsetBatch`](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/487)
4+
5+
16
#### 1.5.40 March 24th 2025 ####
27

38
* [Major bug fix: Committers: fixed n+1 errors with offset committing](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/484)

0 commit comments

Comments
 (0)