1.5.70-beta2 June 30th, 2026
Akka.NET v1.5.70-beta2 is a beta release with a bug fix for ChannelSink dropping the final element under backpressure.
Akka.Streams Bug Fixes
- Fix:
ChannelSinkdrops final element on backpressure - Fixes #8285:ChannelSinkwas discarding the last element in a sequence whenever the downstreamChannel<T>applied backpressure during completion. The sink now correctly delivers all elements before signaling completion.
2 contributors since release 1.5.70-beta1
| COMMITS | LOC+ | LOC- | AUTHOR |
|---|---|---|---|
| 2 | 115 | 15 | Aaron Stannard |
| 1 | 97 | 3 | beminee |
Changes:
- 4078bd4 Release Akka.NET v1.5.70-beta2 (#8292)
- 8b44f14 fix: #8285 ChannelSink drops final element on backpressure (backport to v1.5) (#8291) [ #8289 ]
- 0bbbc62 Release Akka.NET v1.5.70-beta1 (#8283)
- 938a629 Add a "from the end" (last-N) query Offset to Akka.Persistence.Query (#8245) [ #8244 ]
- 9b56af8 Backport PR #8265 and PR #8264 to v1.5
- 3b91d55 fix: backport #8278 — suppress GHSA-2m69-gcr7-jv3q in v1.5 (#8280) [ dev/netclaw#1444 ]
This list of changes was auto generated.