Skip to content

0.34.0

Choose a tag to compare

@github-actions github-actions released this 13 May 18:57
· 92 commits to main since this release
6abedc7

Release notes

Enhancements

  • Added a v3::StatMsg record with an expanded 64-bit quantity field
  • Added with_compression_level methods to DynWriter, AsyncDynWriter, and
    AsyncDynBufWriter
  • Added DBN_VERSION constants to each version module: v1, v2, and v3
  • Added UNDEF_STAT_QUANTITY constants to each version module
  • Added statistics compatibility trait StatRec for generalizing across different
    versions of the statistics record
  • Added AsRef<[u8]> implementations for RecordEnum and RecordRefEnum
  • Added new off-market publishers for Eurex and European Energy Exchange (EEX)

Breaking changes

  • Made Record a subtrait of AsRef<[u8]> as all records should be convertible to
    bytes