You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## [1.26.0] - 2026-05-18
6
+
5
7
### Added
6
8
7
9
-**Timing-aware recording and replay** — proxy recording captures per-frame
@@ -13,6 +15,12 @@
13
15
sources (recorded timings, streaming profiles, global latency). Per-fixture
14
16
`replaySpeed` override. Covers SSE, NDJSON, Bedrock EventStream, and
15
17
WebSocket protocols.
18
+
-**Context-based fixture routing** — `X-AIMock-Context` header scopes fixtures per integration. Fixtures with `match.context` only match requests carrying that context; fixtures without `context` remain shared. Recorder auto-captures context and routes recorded fixtures into context subdirectories.
0 commit comments