Skip to content

Releases: d-e-s-o/apcaledge

v0.3.1

29 Jul 18:44
4507ad6
Compare
Choose a tag to compare
  • Adjusted ADR fee string to match changed reporting format
  • Added GitHub Actions workflow for publishing the crate
  • Bumped minimum supported Rust version to 1.59
  • Bumped apca dependency to 0.27.0

v0.3.0

29 Jul 18:40
v0.3.0
c7be81e
Compare
Choose a tag to compare
  • Moved functionality behind activity sub-command
  • Introduced prices sub-command for retrieving historic asset prices
  • Added rudimentary support for handling of stock splits
  • Added support for dealing with ADR fees
  • Fixed reporting of fees when using --force-separate-fees option
  • Enabled CI pipeline for building, testing, and linting of the project
    • Added badge indicating pipeline status
  • Bumped minimum supported Rust version to 1.57
  • Bumped apca dependency to 0.25.1
  • Bumped tracing-subscriber dependency to 0.3

v0.2.1

29 Jul 18:39
v0.2.1
4fbdcb0
Compare
Choose a tag to compare
  • Added support for merging partial fills for same order and at same price to reduce number of generated entries
  • Added support for reporting regulatory fees
    • Added logic for associating regulatory fees with the trades they belong to
    • Introduced --force-separate-fees option to opt out of this association logic
  • Added support for acquisition non-trade activities
  • Made dividend and brokerage fee account names to use configurable
  • Bumped apca dependency to 0.20
  • Removed time-util dependency

v0.2.0

29 Jul 18:39
v0.2.0
53aa0ff
Compare
Choose a tag to compare
  • Added support paging through all account activities
    • Introduced --begin option to control which date to start reporting at
  • Print more recent activity data at the bottom
  • Bumped apca dependency to 0.18
  • Bumped tokio dependency to 1.0

v0.1.2

29 Jul 18:38
v0.1.2
0f3075d
Compare
Choose a tag to compare
  • Added support for emitting entries for the following non-trade activities:
    • Dividends
    • Pass-through charges
  • Made investment and brokerage account names configurable through program options
  • Bumped apca dependency to 0.16

v0.1.1

29 Jul 18:37
v0.1.1
187c5a2
Compare
Choose a tag to compare
  • Changed date format used from %Y/%m/%d to %Y-%m-%d
  • Bumped apca dependency to 0.15
  • Bumped tracing-subscriber dependency to 0.2

v0.1.0

29 Jul 18:37
v0.1.0
0968ef0
Compare
Choose a tag to compare
  • Initial release