Skip to content

0.108

Compare
Choose a tag to compare
@RichardWarburton RichardWarburton released this 20 Nov 21:54
· 737 commits to master since this release
  • Upgrade to Aeron 1.36.0, Agrona 1.13.0 and SBE 1.25.0
  • Improve Shared Codecs Mode:
    • Add ability for shared codecs to synthesize components containing common fields in order to normalize the FIX 4.2 and 4.4 APIs.
    • Generate a class for shared constants in shared codecs mode
    • Do not generate unchecked cast warnings in shared codecs mode
    • Support per dictionary codec configuration in shared codecs mode for allowing duplicate fields.
  • Allow follower session objects to be used after reconnects.
  • Improve usability of FixConnection and session header APIs
  • Support fragmentation for large control notifications
  • Add support for custom long field type in FIX messages that can support a wider range of values
  • Fix bug where a shared HeaderEncoder beginString via DEFAULT_BEGIN_STRING could wrap a common underlying static byte[]