You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)