Skip to content

Releases: d-e-s-o/apca

v0.2.2

17 Jun 21:14
v0.2.2
85bd42e
Compare
Choose a tag to compare
  • Migrated streaming functionality from websocket to async-tungstenite
  • Dropped dependency on futures 0.1
  • Factored out http-endpoint crate
  • Factored out websocket-util crate
  • Correctly implemented std::error::Error::source for Error type
  • Bumped env_logger dependency to 0.7
  • Bumped uuid dependency to 0.8

v0.2.1

17 Jun 21:13
v0.2.1
2f0b37a
Compare
Choose a tag to compare
  • Removed support for v1 API
  • Implemented FromStr for various /v2/asset types

v0.2.0

17 Jun 21:13
v0.2.0
f66037d
Compare
Choose a tag to compare
  • Converted api functionality to use async/await syntax
  • Bumped test-env-log dependency to 0.2

v0.1.1

17 Jun 21:12
v0.1.1
828dcaa
Compare
Choose a tag to compare
  • Added support for accessing various v2 endpoints:
    • /v2/account
    • /v2/asset
    • /v2/orders
    • /v2/positions
  • Bumped websocket dependency to 0.24

v0.1.0

17 Jun 21:12
v0.1.0
8577b3c
Compare
Choose a tag to compare
  • Initial release