Skip to content

Commit 6ce5dfa

Browse files
committed
chore: bump version to 1.15.0, update CHANGELOG
1 parent 6085dd8 commit 6ce5dfa

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
# @copilotkit/aimock
22

3-
## 1.15.0
4-
5-
### Added
6-
7-
- Chaos injection in proxy mode: drop and disconnect fire pre-flight (upstream is never
8-
contacted), malformed proxies the request then corrupts the response body before
9-
delivering it to the client.
10-
- SSE streaming bypass: when upstream responds with `text/event-stream`, malformed chaos
11-
is silently skipped (bytes are already on the wire). A bypass metric
12-
(`aimock_chaos_bypassed_total`) is emitted so operators can see the configured action
13-
did not fire; the normal `aimock_chaos_triggered_total` counter does not increment.
14-
- Chaos source label (`fixture` vs `proxy`) on Prometheus metrics and journal entries,
15-
distinguishing where the chaos decision was made.
16-
- CORS `Access-Control-Allow-Headers` now includes `X-Aimock-Chaos-Drop`,
17-
`X-Aimock-Chaos-Malformed`, `X-Aimock-Chaos-Disconnect`, and `X-Test-Id`, enabling
18-
browser-based clients to send per-request chaos overrides via preflight-safe headers.
19-
- `handleVideoStatus` (`GET /v1/videos/:id`) now evaluates chaos before returning video
20-
state, consistent with all other handler endpoints.
21-
223
## 1.14.9
234

245
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkit/aimock",
3-
"version": "1.15.0",
3+
"version": "1.14.9",
44
"description": "Mock infrastructure for AI application testing — LLM APIs, image generation, text-to-speech, transcription, video generation, MCP tools, A2A agents, AG-UI event streams, vector databases, search, rerank, and moderation. One package, one port, zero dependencies.",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)