Skip to content

0.29.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 19:27
· 127 commits to main since this release
8bddd82

Release notes

Enhancements

  • Added new venues, datasets, and publishers for ICE Futures US, ICE Futures Europe
    (Financial products), Eurex, and European Energy Exchange (EEX)
  • Added new SkipBytes and AsyncSkipBytes traits which are a subset of the Seek
    and AsyncSeek traits respectively, only supporting seeking forward from the current
    position

Deprecations

  • Deprecated AsyncRecordDecoder::get_mut() and AsyncDecoder::get_mut() as modifying
    the inner reader after decoding any records could lead to a corrupted stream and
    decoding errors

Bug fixes

  • Fixed typo in -s/--map-symbols help text (credit: @wtn)