Skip to content

Aeron Transport Selector Change Log

Dmytro Vyazelenko edited this page Jan 10, 2025 · 2 revisions

0.2.0 (2024-01-15)

Breaking changes

A client using this version won't be able to connect to aeronsd using an older version.

Changelog

  • aeronsd will now flush stdout after each message if not running in a terminal.
  • aeronsd will now gracefully terminate on SIGTERM in addition to SIGINT, and both will result in 0 exit status.
  • Introduced Java client.
  • Improved error handling when accepting connections.
  • Tightened up validation to prevent multiple Selector clients being created with one Aeron client.

0.1.0 (2024-01-03)

Initial release.