chore(release): v1.39.0 - #383
Merged
Merged
Conversation
commit: |
contextablemark
added a commit
that referenced
this pull request
Aug 19, 2026
Follow-up sweep to #383 (v1.39.0 release), which bumped package.json, CHANGELOG.md, Chart.yaml appVersion, and .claude-plugin/plugin.json but missed three version references. This bumps the remaining ones from 1.38.0 to 1.39.0: - `.claude-plugin/marketplace.json` — aimock npm version constraint `^1.38.0` → `^1.39.0` - `packages/aimock-pytest/src/aimock_pytest/_version.py` — `AIMOCK_VERSION` (default aimock server version the pytest client downloads/runs) `1.38.0` → `1.39.0` - `packages/aimock-pytest/README.md` — CLI-options default-version text `1.38.0` → `1.39.0` No source changes. The pytest package's own version (pyproject.toml) is intentionally untouched. Remaining `1.38.0` references in CHANGELOG.md are historical release-notes entries and are intentionally left as-is.
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 cut for v1.39.0. No source changes.
package.jsonversion 1.38.0 → 1.39.0.[Unreleased]material into a dated## [1.39.0] - 2026-08-18entry and opens a fresh empty[Unreleased]. All entries preserved in order (Added / Changed / Deprecated / Fixed), covering fix: Responses-API ordered blocks + fallback-branch coverage (follow-up to #380) #382, fix: collapse OpenAI Responses-API function-call streams into toolCalls #380, fix(drift): classify the new Gemini families, and document the procedure that actually applies one #378, fix(drift): attribute a WS refusal, close the CLI signal race, and probe a modality Gemini serves #374, and the reset-canonicalization work (Make POST /__aimock/reset the canonical full reset and converge llmock.reset() #358).Follow-up (not in this PR):
packages/aimock-pytest/src/aimock_pytest/_version.pystill pinsAIMOCK_VERSION = "1.38.0"; bump it on the aimock-pytest release cadence per the changelog note.