Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 27 Nov 09:30
· 85 commits to main since this release

[0.9.0] - 2025-11-23

🚀 Features

  • (data) Add dataset IO and resampler
  • (cli) Add data resample command
  • (cli) Export execution stats to csv
  • (data) Add dataset IO and resampler (#67)
  • (data) Record strategy signals in flight recorder
  • (observability) Add signal streaming over control plane
  • (observability) Add signal recording + richer monitor coverage (#68)
  • (execution) Add amend support and pegged chasing
  • (rpc) Add pegged min chase distance field
  • (execution) Add amend support and pegged chasing (#70)
  • (cli) Add Commander TUI monitor and safer shutdown controls (#71)

🐛 Bug Fixes

  • Release workflow version handling (#69)
  • Stop live loop immediately on ctrl-c

💼 Other

  • Add Commander TUI module and dependencies
  • Add monitor subcommand
  • Gate cancel-all through command palette
  • Expand TUI help panel
  • Give help panel more space

🚜 Refactor

  • (connector) Remove unnecessary mutability in list_open_orders

📚 Documentation

  • (execution) Document pegged amend behavior
  • Add Commander TUI monitor section

🎨 Styling

  • (io) Change from mutable to immutable in function

🧪 Testing

  • Harden monitor integration test
  • Add monitor tick and multi-subscriber coverage
  • Update rpc signal mocks with metadata
  • (execution) Cover pegged chasing and paper amend

⚙️ Miscellaneous Tasks

  • Add debug logging for monitor test
  • (release) V0.9.0