CHANGELOG.md 964 B

Changelog

v0.6.1

  • Release metadata bump after the snapshot system update.
  • Balance snapshots remain one row per account capture.
  • Snapshot valuation uses crypto.get_price and does not depend on the removed Bitstamp live-price cache.

v0.6.0

  • Added one-row-per-account balance snapshots.
  • Snapshot reports now return the latest snapshots for one account as a plain array.
  • Snapshot valuation now uses crypto.get_price at capture time.
  • Removed the stale Bitstamp live-price cache from snapshot valuation.
  • Order completion now triggers snapshot capture through the shared status update path.

v0.5.0

  • Removed the Bitstamp nonce/auth instability that caused recurring 403 failures.
  • Exchange communication is stable again.
  • Order placement, query, cancel, and recovery paths are reliable.
  • Trader now uses real fee data from exec for sizing.
  • Execution layer is ready for release tagging.

v0.1.1

  • Initial packaged release metadata.