chore(release): 1.29.0#251
Merged
Merged
Conversation
Cut the accumulated [Unreleased] changes as 1.29.0 (minor — adds the
/__aimock/reset/{fixtures,journal} routes + pytest reset_* methods and
deprecates the /__aimock/reset alias, alongside the video multipart-create
fix and pytest/journal fixes). Bumps package.json and moves the CHANGELOG
[Unreleased] section under [1.29.0]; merging to main triggers the Release
workflow to publish 1.29.0 to npm.
commit: |
ranst91
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 1.29.0
Cuts the accumulated
[Unreleased]changes as 1.29.0 (semver minor — there areAdded+Deprecatedentries). Bumpspackage.json1.28.0 → 1.29.0and moves the CHANGELOG[Unreleased]section under## [1.29.0] - 2026-06-04.Merging to
maintriggers the Release workflow to publish1.29.0to npm (the workflow publishes whenpackage.json's version isn't yet on the registry).What ships in 1.29.0
Added
POST /__aimock/reset/fixturesandPOST /__aimock/reset/journalaimock-pytest:reset_fixtures()/reset_journal()Changed
engines.nodelowered to>=20.15.0Deprecated
POST /__aimock/reset(alias for/reset/fixtures)Fixed
POST /v1/videosnow parsesmultipart/form-databodies (OpenAI SDK ≥6.28 sends video-create as multipart) — fix(video): parse multipart/form-data create body (OpenAI SDK 6.28+) #247aimock-pytestper-fixture option forwarding + startup-timeout/teardown hardeningDELETE /v1/_requestsclears only journal entries (preserves fixture match-counts)Downstream
Unblocks TanStack/ai#695, which pins
@copilotkit/aimock: ^1.28.1and drops its temporary local video-multipart patch — once 1.29.0 is on npm, that PR's E2E goes green.🤖 Generated with Claude Code