Skip to content

v1.0.2

Compare
Choose a tag to compare
@mjpt777 mjpt777 released this 15 Oct 10:43
· 13536 commits to master since this release
  • Bugfix for double free of counters that resulted in issues #269 and #281.
  • Enable high resolution timer on Windows for more regular polling.
  • Add sender limit as a counter for extra telemetry.
  • Avoid false sharing on Sender and Subscription round robin counters.
  • Make rebuilding of PublicationImages a pure monotonic function to avoid unlikely but possible regression in state.
  • Validate flow control window before accepting a heartbeat message.
  • Poll for control messages as a ratio to data packets sent, default to 4, to allow for scaling to larger numbers of connections.
  • Allow multi-digit version numbering with C++ build.
  • Inline logging code when activated rather than delegating for better performance.
  • Low file space warnings and error checks for sufficient space in volume holding log files.
  • Update to ByteBuddy 1.4.32.
  • Update to Gradle 3.1.
  • Update to Agrona 0.5.5.

Binaries can be found here...