Skip to content

Releases: aeron-io/aeron

1.52.2

Choose a tag to compare

@vyazelenko vyazelenko released this 10 Jul 19:08
Immutable release. Only release title and notes can be modified.
5b62f21

1.52.1

Choose a tag to compare

@vyazelenko vyazelenko released this 08 Jul 15:07
Immutable release. Only release title and notes can be modified.
051980d

1.52.0

Choose a tag to compare

@vyazelenko vyazelenko released this 03 Jul 16:56
Immutable release. Only release title and notes can be modified.
778d1eb

1.51.1

Choose a tag to compare

@vyazelenko vyazelenko released this 30 Jun 21:03
Immutable release. Only release title and notes can be modified.
7092a3f

1.49.5

Choose a tag to compare

@vyazelenko vyazelenko released this 19 Jun 15:02
Immutable release. Only release title and notes can be modified.
8d04cae

1.48.11

Choose a tag to compare

@vyazelenko vyazelenko released this 18 Jun 09:42
Immutable release. Only release title and notes can be modified.
d19259b

1.51.0

Choose a tag to compare

@vyazelenko vyazelenko released this 29 Apr 06:53
9773cba

1.50.4

Choose a tag to compare

@vyazelenko vyazelenko released this 20 Mar 14:40
ad55a8d

1.50.3

Choose a tag to compare

@vyazelenko vyazelenko released this 13 Mar 15:31
7a01df5
  • [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 Aeron client is closed, i.e. prevent a memory leak.
  • [C] Refactor async resource registration in aeron_client_conductor to ensure proper cleanup if resource cannot
    be added to the client conductor.
  • [Java] Upgrade to Gradle 9.4.0.
  • [Java] Upgrade to ByteBuddy 1.18.7.
  • [Java] Upgrade to Mockito 5.23.0.
  • [Java] Upgrade to Shadow 9.3.2.

1.50.2

Choose a tag to compare

@vyazelenko vyazelenko released this 27 Feb 16:14
2855dea
  • [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_id function name.
  • [Driver/C] Fix data corruption resulting from aeron_append_block ignoring term_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 ByteBuddy 1.18.5.
  • [Java] Upgrade to JUnit 6.0.3.
  • [Java] Upgrade to Checkstyle 12.3.1.