QVAC-19908 chore[skiplog]: backmerge release-sdk-0.13.4 — version bump + changelog#2680
Merged
simon-iribarren merged 5 commits intoJun 18, 2026
Conversation
64cde24 to
b64027f
Compare
NamelsKing
previously approved these changes
Jun 18, 2026
Fix-only patch release: recover malformed Qwen hybrid tool-call frames (tetherto#2677). Bumps @qvac/sdk and @qvac/bare-sdk to 0.13.4 and adds the 0.13.4 changelog. (cherry picked from commit 8fbb222)
b64027f to
5ad9c65
Compare
arun-mani-j
approved these changes
Jun 18, 2026
opaninakuffo
approved these changes
Jun 18, 2026
Contributor
Author
|
/review |
Contributor
Tier-based Approval Status |
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.
🎯 What problem does this PR solve?
Lands the
@qvac/sdk+@qvac/bare-sdk0.13.4 release metadata onmain,per the gitflow "keep main aligned" rule.
mainis at0.13.3, so without thisbackmerge it would have a hole in its changelog history and its
package.jsonversion would lag the published release. Merging this PR triggers the npm publish
of
0.13.4.Companion release PR: #2681 (base
release-sdk-0.13.4). This is the fix-only0.13.4 release (Qwen hybrid tool-call recovery, #2677); the fix itself is already
on
main, so this PR only brings the version bump + changelog.📝 How does it solve it?
Cherry-picks the single release commit from
release-sdk-0.13.4(-x):packages/sdk/package.json— version0.13.3→0.13.4packages/bare-sdk/package.json— version0.13.3→0.13.4(lockstep)packages/sdk/changelog/0.13.4/— generatedCHANGELOG.md,CHANGELOG_LLM.mdpackages/sdk/CHANGELOG.md— prepended aggregated0.13.4entryTagged
[skiplog]so it does not generate a duplicate changelog entry onmain.Same shape as the previous backmerge, #2613 (release-sdk-0.13.3).
🧪 How was it tested?
git cherry-pick -xof the release commit ontoupstream/mainwith noconflicts.
git diff --stat upstream/main..HEADconfirms the change touches only the fiveexpected release-metadata files and nothing else.