Skip to content

v0.22.0

Compare
Choose a tag to compare
@d-e-s-o d-e-s-o released this 17 Jun 21:23
· 255 commits to main since this release
v0.22.0
b2e22a9
  • Reworked account update streaming support using a subscription based design
    • Renamed api::v2::events to api::v2::updates
    • Removed event module providing low-level access to update streaming
  • Renamed InsufficientFunds variant of api::v2::order::PostError and api::v2::order::PatchError to NotPermitted
  • Removed support for streaming account updates
  • Removed data::v2::stocks module alias
  • Switched from using test-env-log to test-log
  • Bumped minimum supported Rust version to 1.56
  • Switched to using Rust 2021 Edition
  • Added async-trait dependency in version 0.1.51
  • Bumped websocket-util dependency to 0.10.1
  • Bumped tokio-tungstenite dependency to 0.16