Skip to content

Commit d6b0a42

Browse files
authored
Update RELEASE_NOTES.md for 1.5.37 release (#423)
* Update RELEASE_NOTES.md for 1.5.37 release * Update RELEASE_NOTES.md
1 parent 562212d commit d6b0a42

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

RELEASE_NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
#### 1.5.37 February 6th 2025 ####
2+
3+
* [Upgraded to Akka.NET v1.5.37](https://github.com/akkadotnet/akka.net/releases/tag/1.5.37)
4+
* [Refactor KafkaConsumerActor event handling](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/418)
5+
* [Implement missing OnPartitionsLost event handler](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/418)
6+
* [Introduce Partition extension to optimize LINQ](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/425)
7+
* [Prevent null exceptions propagation from downstream stage](https://github.com/akkadotnet/Akka.Streams.Kafka/pull/427)
8+
9+
**Breaking Change**
10+
11+
There's a breaking public API inside `IPartitionEventHandler` interface. If you have a custom partition event handler, you will now need to implement the `OnLost` partition event handler delegate.
12+
113
#### 1.5.35 January 20th 2025 ####
214

315
* [Upgraded to Akka.NET v1.5.35](https://github.com/akkadotnet/akka.net/releases/tag/1.5.35)

0 commit comments

Comments
 (0)