Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- WebSocket transport design: ADR-0032 (contract — untyped duplex frame channel,
asymmetric `Stream`/RPITIT split, epoch-stamped lifecycle, `WsConnector` leaf,
per-transport `AuthSource`) and ADR-0033 (resilience — reconnect actor over a
runtime-neutral `Spawn` seam, two-axis layer stack, `watch`-of-`LifecycleSnapshot`,
dual-bound drop-oldest buffer, send-side rate limit, and a circuit breaker that
retries transient loss forever but surfaces permanent failure as `Unrecoverable`).
Validated against IBKR, Binance, and Coinbase WebSocket semantics.
- `oath-model` numeric primitives — the root contract's first real content: `Price`
(signed fixed-point `i128`), `Quantity` (unsigned `u128` magnitude), `Side`
(`Buy`/`Sell`), and `ArithmeticError`, with checked `const fn` add/sub that error
Expand Down
Loading