Aeron v1.19.0 Release Notes

Release Date: 2019-05-25 // almost 5 years ago
    • ➕ Add support for clustered services to send reliable ingress back into the cluster over IPC to be sequenced into the log.
    • ➕ Added aeron.client.close.linger.duration which can be set greater than the default of 0 to help clients in resource constrained environments, or long GC pause applications, from experiencing seg faults from unmapped files.
    • Close Java Aeron client when timeouts occur and delay before unmapping files to help prevent seg faults.
    • ➕ Add dump option to CatalogTool to dump out full details including recorded stream data. PR #669.
    • Provide read only view of Archive Catalog. PR #668.
    • Protect against contexts being used in multiple drivers or clients. PR #666.
    • ➕ Add support for channel tags to C media driver. Issue #622.
    • 👉 Make socket buffer config settings public for driver context.
    • ⬆️ Upgrade to javadoc-links 3.6.4 to allow for offline build.
    • ⬆️ Upgrade to hamcrest 2.1.
    • ⬆️ Upgrade to SBE 1.12.6.
    • ⬆️ Upgrade to Agrona 1.0.1.

    Java binaries can be found here...