1.14.0
- Lots of testing on Cluster in preparation for release.
- Avoid using unmapped files during an interrupt close which can cause seg faults. Issue #607.
- Store full channel URI in counters labels for the C media driver.
- Default build to include the C media driver with C++ client.
- Enable the setting of
mtu
,term-length
,sparse
,linger
, andreliable
as channel URI params for the C media driver. - Macro guard against missing PROJECT_SOURCE_DIR. PR #601.
- Clean up of warnings in native code.
- Fix unblocking of full ring buffers when clients die.
- Fix clearing of
linger
andsparse
params inChannelUriStringBuilder
. - Fix issue with stripped channel keeping
linger
andsparse
params that would make stop recording fail. - Fix 'extended alignment' error in Visual Studio 2017 (>15.8). Issue #599.
- Add definition for Add definition for PROJECT_SOURCE_DIR to aeron_client's C++ public interface. PR #596.
- Upgrade to Google Benchmark 1.4.1.
- Upgrade to Checkstyle 8.16.
- Upgrade to SBE 1.10.2.
- Upgrade to Agrona 0.9.29.
Java binaries can be found here...