Skip to content

Releases: real-logic/artio

0.117

01 Feb 13:53
Compare
Choose a tag to compare
  • Add warning when potential configuration issue with setting a custom debug appender and the debug file property.
  • Add archive logging for custom user authentication reject messages
  • Alter FIX heartbeat timeout behaviour to send a logout, not just disconnect
  • Fix metadata offset bug
  • Fix bug where a session becoming a slow consumer on a fragmented message could cause a gateway to stall.

0.113.1

31 Jan 15:37
Compare
Choose a tag to compare
  • Fix metadata offset bug
  • Fix bug where a session becoming a slow consumer on a fragmented message could cause a gateway to stall.

0.116

27 Jan 17:43
Compare
Choose a tag to compare
  • Add ability to reject resend requests
  • Improve performance of archive scanning and bump the default compaction size in the fix archive scanner to 256MB from 64KB

0.115

13 Jan 21:18
Compare
Choose a tag to compare
  • Improve information printed by FixArchivePrinter
  • Add user driven back-pressure handling to FIXP protocols through the handler callbacks returning Action objects
  • Improve recording coordinator logging
  • Fix bug with invalid timestamp offset being passed to FixMessageConsumer
  • Fix bug with ordering of messages from a FixArchiveScanner

0.114

10 Jan 17:39
Compare
Choose a tag to compare
  • Notify libraries that reconnect of sessions that disconnected whilst they were timed out.
  • Deprecate the --ilink option for FixArchivePrinter and rename to --fixp
  • Make validation for floating point parser errors consistent
  • Fix bug with engine session acquisition failure in no logging mode
  • Fix bug #438 where follow mode didn't work.

0.113

06 Jan 11:33
Compare
Choose a tag to compare
  • Fix bug where metadata can't be sent in conjunction with large, fragmented, messages

0.112

21 Dec 15:31
Compare
Choose a tag to compare
  • Improve back-pressure handling so that a back-pressured library not polling an Engine couldn't stall the Framer thread.
  • Improve enum naming algorithm for shared codecs when two enum values with different names have the count
  • Pass metadata values through to the timing captor to enable easier message timing

0.111

21 Dec 15:28
Compare
Choose a tag to compare
  • Fix bug where replaying flag could stay true after a disconnect.

0.110

14 Dec 13:34
Compare
Choose a tag to compare
  • Add configuration option for enabling/disabling backpressure during replays

0.109

29 Nov 20:03
Compare
Choose a tag to compare
  • Improved support for external control of Artio when being used in a cluster
  • Fix the missing float assignment issue in CommonDecoderImpl
  • Upgrade to Agrona 1.14.0, SBE 1.25.1, and Aeron 1.37.0.
  • Have the replayer to track the session ownership properly, so that messages sent by a library after a timeout don't update the sequence number or replay indices.