Releases: d-e-s-o/apcacli
Releases · d-e-s-o/apcacli
v0.1.8
- Added support for "journal entry" type account activities
- Introduced
--begin
argument toaccount activity get
subcommand - Bumped minimum supported Rust version to
1.63
- Bumped
apca
dependency to0.28.0
Full Changelog: v0.1.7...v0.1.8
v0.1.7
- Introduced
vendored-openssl
feature to build with vendoredopenssl
library - Added GitHub Actions workflow for publishing the crate
- Bumped
apca
dependency to0.27.0
Full Changelog: v0.1.6...v0.1.7
v0.1.6
- Added support for submission of more kinds of bracket orders
- Migrated over to using
clap
v3 for argument parsing- Removed
structopt
dependency
- Removed
- Switched to using GitHub Actions as CI provider
- Bumped minimum supported Rust version to
1.60
- Bumped
apca
dependency to0.25.0
- Bumped
chrono-tz
dependency to0.8.1
Full Changelog: v0.1.5...v0.1.6
v0.1.5
- Added support for historic aggregate bar retrieval via
bars
subcommand - Added support for specifying the asset class to use to
asset list
subcommand - Adjusted build script to handle non-existent
git
command or repository gracefully - Bumped
apca
dependency to0.24.0
Full Changelog: v0.1.4...v0.1.5
v0.1.4
- Removed account update streaming support via
events account
- Removed
--json
argument fromevents
subcommand - Renamed
events
subcommand toupdates
- Added support for streaming realtime market data via
updates data
- Formatted code base using
rustfmt
and checked in configuration- Added enforcement of code formatting style checks in CI
- Bumped minimum supported Rust version to
1.56
- Bumped
apca
dependency to0.22.0
- Bumped
tracing-subscriber
dependency to0.3
Full Changelog: v0.1.3...v0.1.4
v0.1.3
- Added support for generating completion scripts for shells other than
bash
- Added time-in-force column to
order list
command - Bumped minimum supported Rust version to
1.46
- Bumped
apca
dependency to0.20
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- Added support for one-trigger-other order with take-profit leg via newly introduced
--take-profit
argument toorder submit
command - Print textual representation for more account activity types
- Print leg orders in
order get
andorder list
commands - Bumped minimum supported Rust version to
1.44
- Bumped
apca
dependency to0.17
- Bumped
tokio
dependency to1.0
- Bumped
tracing-subscriber
dependency to0.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- Print ID of changed order for
order change
command - Use default terminal foreground color instead of black for indicating no gains/losses
- Enabled CI pipeline comprising building and linting of the project
- Added badge indicating pipeline status
- Bumped
apca
dependency to0.15
Full Changelog: v0.1.0...v0.1.1
v0.1.0
- Initial release
Full Changelog: https://github.com/d-e-s-o/apcacli/commits/v0.1.0