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.62

...

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.3.0 - 29 Aug 2025

  • [UPDATED] Schema changed to 19458. Non-breaking change.
  • [FIXED] When a partial message read was done and then the next socket read read no bytes; the original bytes were lost.

5.2.0 - 19 Feb 2025

  • [UPDATED] Updated to schema version 19457. Non breaking change.

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

4.13.0 - 23 Feb 2024

  • [UPDATED] Changed the Pricing Session sample code to set the resetSeqNum Flag to true.
  • [FIXED] Now when connected to the venue, all BusinessMessageReject messages are passed to handlers.

4.12.0 - 8 Dec 2023

  • [UPDATED] Updated to schema version 18945

4.11.0 - 26 Sept 2023

  • [UPDATED] Performance improvements

4.10.0 - 22 Aug 2023

  • [UPDATED] Updated to schema version 18944

...