0.29
·
2124 commits
to master
since this release
Implement Flyweighting / minimal copying based decoders - see wiki for more details.
Allow encoders to use a DirectBuffer
instead of just a byte[]
in order to offer a minimal copying approach for encoding.
Upgrade Hamcrest to 2.1
Upgrade Aeron to 1.19.1, SBE to 1.12.7 and Agrona to 1.0.1.
Increase the frequency of persisting sequence number updates
Add support for nanosecond based timestamps. NB: the constructor for UtcTimestampEncoder
that takes a boolean
has been deprecated in favour of an enum
based approach.
Fix bug where a SOH inside a data field would cause a parsing error.
Fix bug where a SessionHandler
returning an ABORT
could cause a sequence number error.