Skip to content

1.8.1

Compare
Choose a tag to compare
@mjpt777 mjpt777 released this 28 Feb 19:20
· 10352 commits to master since this release
  • Guard against a counter being added with no key in C++ client.
  • Change move to copy semantics for C++ client to avoid concurrency issues while iterating images under a subscription. Issue #472.
  • Simplify archive recording so it works more consistently on all platforms. This has resulted in a better throughput and latency profile.
  • Rework archive to better handle concurrent usage of recording catalog and aeron client.
  • Handle case of removing a subscription that has not seen any traffic that could result in a NullPointerException.
  • Update archive samples to be a better illustration of usage.
  • Perform a contains operation for matching channel URIs rather than an exact match when listing recording descriptors.
  • Upgrade to SBE 1.7.8.
  • Upgrade to Agrona 0.9.14.

Java binaries can be found here...