Skip to content

Commit 1c72293

Browse files
Added v1.5.39-beta1 release notes (#456)
1 parent 359aa54 commit 1c72293

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
#### 1.5.38 March 4th 2025 ####
1+
#### 1.5.39-beta1 March 13th 2025 ####
2+
3+
*v1.5.39 is a major update for Akka.Streams.Kafka*
24

3-
* [Upgraded to Akka.NET v1.5.38](https://github.com/akkadotnet/akka.net/releases/tag/1.5.38)
45
* [Resolved: System.ArgumentException: Unexpected records polled potentially thrown during a rebalance](https://github.com/akkadotnet/Akka.Streams.Kafka/issues/415)
6+
* [Expose `ConsumerSettings.MaxPollRecords`](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/453) available so users can performance-tune how many records to fetch during polling.
7+
* [Change `Assign` and `AssignWithOffsets` to use `IncrementalAssign`](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/455) - prevents `Offset` resets for users running `ManualSubscription`s
8+
* [Refactor `SubSourceStageLogic`; filter messages from revoked partitions in partitioned stream sources](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/452)
9+
* [Filter out buffered records from recently revoked partitions](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/450)
10+
* [Enable nullability](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/449)

src/Directory.Generated.props

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.5.38</VersionPrefix>
4-
<PackageReleaseNotes>[Upgraded to Akka.NET v1.5.38](https://github.com/akkadotnet/akka.net/releases/tag/1.5.38)
5-
[Resolved: System.ArgumentException: Unexpected records polled potentially thrown during a rebalance](https://github.com/akkadotnet/Akka.Streams.Kafka/issues/415)</PackageReleaseNotes>
3+
<VersionPrefix>1.5.39</VersionPrefix>
4+
<PackageReleaseNotes>v1.5.39 is a major update for Akka.Streams.Kafka*
5+
[Resolved: System.ArgumentException: Unexpected records polled potentially thrown during a rebalance](https://github.com/akkadotnet/Akka.Streams.Kafka/issues/415)
6+
[Expose `ConsumerSettings.MaxPollRecords`](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/453) available so users can performance-tune how many records to fetch during polling.
7+
[Change `Assign` and `AssignWithOffsets` to use `IncrementalAssign`](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/455) - prevents `Offset` resets for users running `ManualSubscription`s
8+
[Refactor `SubSourceStageLogic`; filter messages from revoked partitions in partitioned stream sources](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/452)
9+
[Filter out buffered records from recently revoked partitions](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/450)
10+
[Enable nullability](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/449)</PackageReleaseNotes>
611
</PropertyGroup>
712
</Project>

0 commit comments

Comments
 (0)