Releases: aeron-io/aeron
Releases · aeron-io/aeron
Release list
1.52.2
Immutable
release. Only release title and notes can be modified.
See 1.52.2 release notes.
1.52.1
Immutable
release. Only release title and notes can be modified.
See 1.52.1 release notes.
1.52.0
Immutable
release. Only release title and notes can be modified.
See 1.52.0 release notes.
1.51.1
Immutable
release. Only release title and notes can be modified.
See 1.51.1 release notes.
1.49.5
Immutable
release. Only release title and notes can be modified.
See 1.49.5 release notes.
1.48.11
Immutable
release. Only release title and notes can be modified.
1.51.0
1.50.4
1.50.3
- [Java] Avoid bind conflicts when removing and adding a subscription to the same channel.
(#1955) - [Driver/Java] Close sockets on the conductor thread just like the C driver.
- [Driver/C] Fix memory leak whereby async commands submitted to the async executor were not freed upon driver
termination. (#1960) - [C++ Wrapper] Cleanup pending async resources when
Aeronclient is closed, i.e. prevent a memory leak. - [C] Refactor async resource registration in
aeron_client_conductorto ensure proper cleanup if resource cannot
be added to the client conductor. - [Java] Upgrade to
Gradle9.4.0. - [Java] Upgrade to
ByteBuddy1.18.7. - [Java] Upgrade to
Mockito5.23.0. - [Java] Upgrade to
Shadow9.3.2.
1.50.2
- [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.