Skip to content

Commit 08eebb0

Browse files
committed
chore: release v1.37.2
## [1.37.2] - 2026-07-17 ### Fixed - Prevent `Invalid string length` crash on `GET /__aimock/journal` by capping retained request bodies at 64 KB (#308) ### Changed - Log full error stack on unhandled request errors for prod diagnosis (#308)
1 parent 306d1c4 commit 08eebb0

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.37.2] - 2026-07-17
4+
5+
### Fixed
6+
7+
- Prevent `Invalid string length` crash on `GET /__aimock/journal` by capping retained request bodies at 64 KB (#308)
8+
9+
### Changed
10+
11+
- Log full error stack on unhandled request errors for prod diagnosis (#308)
12+
313
## [1.37.1] - 2026-07-16
414

515
### 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.37.1",
3+
"version": "1.37.2",
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": [

packages/aimock-pytest/src/aimock_pytest/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
control routes ship in the next release). Keep it tracking npm releases.
99
"""
1010

11-
AIMOCK_VERSION = "1.37.0"
11+
AIMOCK_VERSION = "1.37.2"

0 commit comments

Comments
 (0)