The Lab

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 1.5.27

...

Code Block
languagetext
sbe.target.language: 'Java'
sbe.validation.stop.on.error: 'true'
sbe.target.namespace: 'com.marketfactory.protocol.sbe4'
sbe.java.generate.interfaces: 'true'
sbe.generate.stubs: true

5.1.0 - 12 Aug 2024

  • [UPDATED] Improved SBE samples, reference API implementation and documentation.

5.0.0 - 9 Apr 2024

  • [UPDATED] BREAKING CHANGE. Schema changed to 19456
    • All repeating groups counts changed from uint8 (255) to uint16 (65535). This was done specifically to allow more MarketDataIncrementalRefresh entries as some venues send 300+ entries per side. This change requires no code changes on the client-side but changes the message wire-format and is NOT backwards compatible.
  • [UPDATED] Updated agrona and SBE dependency versions

...