Skip to content

0.29

Compare
Choose a tag to compare
@RichardWarburton RichardWarburton released this 28 May 14:56
· 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.