- [Client] Fixed a bug in the controlled fragment assemblers where their handler after aborting on a fragmented
message would receive on subsequent calls for that message a header with invalid position and fragmented frame length. - [Archive/C] Fix typo in
aeron_archive_proxy_set_control_esssion_idfunction name. - [Driver/C] Fix data corruption resulting from
aeron_append_blockignoringterm_offset. (#1944) - [Driver] Process pending loss without delays in case of an unreliable subscriber (
reliable=false), i.e. do not
apply NAK delay if no recovery will be attempted. (#1946) - [Cluster] Restores old behaviour around single-node cluster liveness timeouts. (#1947)
- [Java] Upgrade to
ByteBuddy1.18.5. - [Java] Upgrade to
JUnit6.0.3. - [Java] Upgrade to
Checkstyle12.3.1.