|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | | - |
5 | | -The format is based on Keep a Changelog |
6 | | -and this project adheres to Semantic Versioning. |
| 4 | +This project adheres to Semantic Versioning. |
7 | 5 |
|
8 | 6 | ## [Unreleased] |
9 | 7 |
|
10 | | -## [0.1.0] - 2026-02-17 |
| 8 | +## [0.1.0] – 2026-02-17 |
11 | 9 |
|
12 | | -Initial public release of the trading platform backtest core. |
| 10 | +Initial public release of the trading-runtime execution and orchestration layer. |
13 | 11 |
|
14 | 12 | ### Added |
15 | 13 |
|
16 | | -#### Core Domain |
17 | | -- Explicit order state machine |
18 | | -- Structured domain types and reject reasons |
19 | | -- Slot-based order tracking |
20 | | -- Event bus and event sink abstractions |
21 | | -- JSON schema validation for domain events |
22 | | - |
23 | | -#### Risk Layer |
24 | | -- Configurable risk engine |
25 | | -- Risk constraint enforcement |
26 | | -- Deterministic risk gating before execution |
27 | | - |
28 | | -#### Backtest Layer |
29 | | -- Integration with [hftbacktest](https://github.com/nkaz001/hftbacktest) |
30 | | -- Strategy runner abstraction |
31 | | -- Venue adapter interface |
32 | | -- Deterministic event processing pipeline |
33 | | - |
34 | | -#### Orchestration |
35 | | -- Segment-based execution model |
36 | | -- Parameter sweep runtime |
37 | | -- Experiment and segment entrypoints |
38 | | -- Prometheus metrics integration |
39 | | -- MLflow-compatible logging hooks |
40 | | - |
41 | | -#### Execution Modes |
42 | | -- Fully local execution example |
43 | | -- Cloud-native runtime entrypoints |
44 | | -- S3-compatible storage adapter |
45 | | - |
46 | | -#### Strategy Framework |
47 | | -- Base strategy interface |
48 | | -- Structured strategy configuration |
49 | | - |
50 | | -#### Testing |
51 | | -- Semantic invariant test suite |
52 | | -- Order state transition validation |
53 | | -- Queue dominance rules |
54 | | -- Risk constraint validation |
55 | | -- Schema conformance tests |
| 14 | +#### Runtime Execution |
| 15 | + |
| 16 | +- Local deterministic backtest entrypoint |
| 17 | +- Argo workflow execution entrypoints |
| 18 | +- Structured runtime configuration model |
| 19 | +- Strategy execution adapters |
| 20 | + |
| 21 | +#### Dependency Management |
| 22 | + |
| 23 | +- Commit-pinned `trading-framework` integration |
| 24 | +- Reproducible dependency compilation via pip-tools |
| 25 | +- Environment bootstrap scripts |
| 26 | + |
| 27 | +#### Containerization |
| 28 | + |
| 29 | +- Deterministic Docker runtime image |
| 30 | +- GHCR push workflow template |
| 31 | +- Immutable runtime environment definition |
| 32 | + |
| 33 | +#### Kubernetes & Orchestration |
| 34 | + |
| 35 | +- Argo WorkflowTemplates for: |
| 36 | + - Image build & push |
| 37 | + - Backtest orchestration |
| 38 | +- microk8s-compatible deployment model |
| 39 | +- Namespace-based secret management for GHCR |
| 40 | + |
| 41 | +#### CI & Infrastructure |
| 42 | + |
| 43 | +- GitHub-hosted test workflow |
| 44 | +- Self-hosted runner for Kubernetes deployment |
| 45 | +- Automated Argo template deployment pipeline |
| 46 | + |
| 47 | +#### Reproducibility |
| 48 | + |
| 49 | +- Synthetic deterministic test datasets |
| 50 | +- Result artifact validation structure |
| 51 | +- Environment parity between local and cluster execution |
56 | 52 |
|
57 | 53 | #### Tooling |
58 | | -- Dev container configuration |
59 | | -- Development validation scripts |
60 | | -- Dependency compilation helper |
| 54 | + |
| 55 | +- Dev container bootstrap |
| 56 | +- Validation helpers |
| 57 | +- Dependency compilation script |
0 commit comments