Skip to content

Commit 6aead88

Browse files
authored
chore: release v1.34.0 (#280)
Release **v1.34.0** — bundles the two grouped PRs now on `main`. ## Included - **#276** (`Changed`) — content-anchored fixture matching; `turnIndex` is a non-fatal disambiguator, not a hard reject gate. New `turnIndexRelaxed` diagnostic + one-shot warn; `AIMOCK_STRICT_TURN_INDEX=1` restores strict replay. Record path stays strict. - **#279** (`Fixed`) — Gemini Interactions mock now emits the SDK 2.x event protocol on both streamed SSE and non-streaming paths; legacy 1.x recorded fixtures still parse. ## Mechanics - `package.json` → `1.34.0`; CHANGELOG `[Unreleased]` finalized under `## [1.34.0] - 2026-06-24`. - Merging to `main` triggers `publish-release.yml` → `npm publish` + tag `v1.34.0`. - Local gate green: prettier/eslint/build clean, 4055 tests pass. Minor bump (not v2): both changes ship with back-compat/opt-out.
2 parents 98b29d0 + e251fa8 commit 6aead88

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.34.0] - 2026-06-24
6+
57
### Changed
68

79
- Replay matching is content-anchored: `turnIndex` disambiguates, no longer a hard reject gate (#276)

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.33.0",
3+
"version": "1.34.0",
44
"description": "Mock infrastructure for AI application testing — LLM APIs, image generation, image editing, text-to-speech, transcription, audio translation, audio generation, video generation, embeddings, 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)