Philadelphia v1.2.0 Release Notes

Release Date: 2020-03-03 // about 4 years ago
  • ๐Ÿš€ Release Notes

    โฌ†๏ธ See the upgrade instructions.

    ๐Ÿ‘Œ Improve MsgType(35) handling (Jonathan Heusser, Jussi Virtanen)

    When checking for SequenceReset(4), check the first byte of the MsgType(35) value before checking its length. This avoids one conditional check for most messages.

    โœ‚ Remove a dead branch from the MsgType(35) switch statement following the MsgSeqNum(34) handling.

    ๐Ÿ›  Fix send command in Philadelphia Terminal Client (Jussi Virtanen)

    ๐Ÿ‘‰ Make it possible to send a message containing a field with whitespace characters.

    ๐Ÿ‘Œ Improve FIXValue#asFloat and FIXValue#setFloat (Jussi Virtanen)

    ๐Ÿ‘Œ Improve FIXValueTest (Jussi Virtanen)

    ๐Ÿ‘Œ Improve FIXConfigTest (Jan Nielsen)

    โž• Add example script for Philadelphia Terminal Client (Jussi Virtanen)

    ๐Ÿ—„ Mark FIXValue#asCheckSum() as deprecated (Jussi Virtanen)

    ๐Ÿ‘Œ Improve Philadelphia Terminal Client documentation (Jussi Virtanen)

    ๐Ÿ‘Œ Improve FIXMessageParserBenchmark (Jussi Virtanen)

    โž• Add a benchmark for when the incoming CheckSum(10) check is disabled.

    ๐Ÿ‘Œ Improve FIXMessageParser (Jussi Virtanen)

    ๐ŸŽ Having the incoming CheckSum(10) check in a separate method makes message parsing 9.6% faster in the performance test when the incoming CheckSum(10) check is disabled and 3.7% faster when it is enabled.

    ๐ŸŽ Inlining parsing of BeginString(8), BodyLength(9), and CheckSum(10) tags makes message parsing further 5.9% faster in the performance test when the incoming CheckSum(10) check is disabled and 6.1% faster when it is enabled.

    ๐Ÿ›  Fix wait command in Philadelphia Terminal Client (Jussi Virtanen)

    The wait command looked at received messages at an interval, stopping if the last received message had a matching MsgType(35) value. If two or more messages were received within one interval, the wait command might have missed a matching MsgType(35) value and erroneously continued waiting.

    โœ‚ Remove transitive Joda-Time dependency (Jussi Virtanen)

    Replace the transitive Joda-Time 2.10.5 dependency with a Joda-Time 2.x dependency. This makes it possible for applications to manage their Joda-Time 2.x and Philadelphia Core dependencies independently.

    ๐Ÿ‘Œ Improve FIXValue#asTimeOnly (Jussi Virtanen)

    Set the fields all at once rather than one by one. This makes the method 33% faster.

    Maven

    The following artifacts are available in the Central Repository:

    Name Artifact ID Version
    Philadelphia Core philadelphia-core 1.2.0
    Philadelphia FIX 4.2 philadelphia-fix42 1.2.0
    Philadelphia FIX 4.3 philadelphia-fix43 1.2.0
    Philadelphia FIX 4.4 philadelphia-fix44 1.2.0
    Philadelphia FIX 5.0 philadelphia-fix50 1.2.0
    Philadelphia FIX 5.0 SP1 philadelphia-fix50sp1 1.2.0
    Philadelphia FIX 5.0 SP2 philadelphia-fix50s2p 1.2.0
    Philadelphia FIXT 1.1 philadelphia-fixt11 1.2.0

    The Group ID for all artifacts is com.paritytrading.philadelphia.