Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VER: Release 0.10.0 #24

Merged
merged 2 commits into from
May 21, 2024
Merged

VER: Release 0.10.0 #24

merged 2 commits into from
May 21, 2024

Conversation

threecgreen
Copy link
Collaborator

Enhancements

  • Added use_snapshot attribute to Subscription, defaults to false
  • Upgraded reqwest version to 0.12

Breaking changes

  • Upgraded DBN version to 0.18.0
    • Changed type of flags in MboMsg, TradeMsg, Mbp1Msg, Mbp10Msg, and CbboMsg
      from u8 to a new FlagSet type with predicate methods for the various bit flags
      as well as setters. The u8 value can still be obtained by calling the raw() method.
      • Improved Debug formatting
    • Switched DecodeStream from streaming_iterator crate to fallible_streaming_iterator
      to allow better notification of errors
    • Changed default value for stype_in and stype_out in SymbolMappingMsg to
      u8::MAX to match C++ client and to reflect an unknown value. This also changes the
      value of these fields when upgrading a SymbolMappingMsgV1 to DBNv2

@threecgreen threecgreen requested a review from a team May 21, 2024 21:53
Copy link
Member

@cjdsellers cjdsellers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@threecgreen threecgreen merged commit 98208bb into main May 21, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants