Skip to content

Commit 754c48b

Browse files
committed
chore: release v1.26.0
Add context routing and v1.25.0 entries to CHANGELOG.
1 parent a75fd36 commit 754c48b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [1.26.0] - 2026-05-18
6+
57
### Added
68

79
- **Timing-aware recording and replay** — proxy recording captures per-frame
@@ -13,6 +15,12 @@
1315
sources (recorded timings, streaming profiles, global latency). Per-fixture
1416
`replaySpeed` override. Covers SSE, NDJSON, Bedrock EventStream, and
1517
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.
19+
20+
## [1.25.0] - 2026-05-18
21+
22+
### Added
23+
1624
- **Gemini `embedContent` endpoint**`POST /v1beta/models/{model}:embedContent`
1725
with deterministic fallback embeddings and fixture matching
1826
- **`/v1/images/edit` and `/v1/images/variations` endpoints** — multipart

0 commit comments

Comments
 (0)