QVAC-22630 chore[skiplog]: backmerge release model-fit 0.6.0 — changelog - #4016
Merged
Conversation
Lands the release metadata for @qvac/model-fit@0.6.0 on main: the version bump and the 0.6.0 changelog entry, copied from the release branch. No source change. Tagged [skiplog] — the changelog was already written on the release branch.
Contributor
License compliance — cleanNo new dependency license findings in this PR. Warn-only (shadow) mode — this check does not block merges yet. Updated automatically by the canonical license compliance workflow. NOTICE presence (advisory)Missing NOTICE (advisory, does not block):
|
simon-iribarren
marked this pull request as ready for review
August 24, 2026 10:59
Contributor
Review StatusCurrent Status: ✅ APPROVED |
simon-iribarren
temporarily deployed
to
release
August 24, 2026 11:00 — with
GitHub Actions
Inactive
opaninakuffo
previously approved these changes
Aug 24, 2026
Victor-Rodzko
previously approved these changes
Aug 24, 2026
Resolves the conflict main created after this branch was cut, and reduces the backmerge to changelog-only. - packages/model-fit/package.json: keep main's 0.7.0. #3883 bumped main to 0.6.0 for the fabric b10297 sync and #4028 renamed that to 0.7.0 precisely because #4008 was claiming 0.6.0 for protocol v2. Main is therefore ahead of the version being released, and a backmerge must not regress it. - packages/model-fit/CHANGELOG.md: keep main's 0.7.0 section at the top and insert the released 0.6.0 section verbatim beneath it, so the history reads 0.7.0, 0.6.0, 0.5.0 and main records the protocol-v2 release it was missing.
simon-iribarren
dismissed stale reviews from Victor-Rodzko and opaninakuffo
via
August 24, 2026 15:20
0ce43ca
simon-iribarren
temporarily deployed
to
release
August 24, 2026 15:20 — with
GitHub Actions
Inactive
Victor-Rodzko
approved these changes
Aug 24, 2026
opaninakuffo
approved these changes
Aug 24, 2026
simon-iribarren
temporarily deployed
to
release
August 24, 2026 18:56 — with
GitHub Actions
Inactive
simon-iribarren
temporarily deployed
to
release
August 24, 2026 19:01 — with
GitHub Actions
Inactive
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?
Release PR #4008 merged into
release-model-fit-0.6.0, so@qvac/model-fit@0.6.0— process protocol v2 and the completion/embedding load normalization from
#3930 — is now a cut release. But
main's changelog has no record of it: its history jumps0.5.0→0.7.0.Downstream,
packages/sdkon #4010 declares@qvac/model-fit: ^0.6.0and needsthat release to exist and be documented.
📝 How does it solve it?
Changelog-only.
packages/model-fit/CHANGELOG.mdgains the0.6.0section,copied verbatim from the release branch and inserted beneath
0.7.0, so thehistory reads
0.7.0,0.6.0,0.5.0.packages/model-fit/package.jsonis deliberately not touched. This is thehand-crafted-backmerge case the workflow warns about —
mainmoved ahead of therelease between cut and publish:
975b36ea3and QVAC-22630 chore: release @qvac/model-fit 0.6.0 #4008 set it to0.6.0.fabric b10297 sync on
mainand took0.6.0for it, then#4028 renamed that to
0.7.0precisely because QVAC-22630 chore: release @qvac/model-fit 0.6.0 #4008 was already claiming
0.6.0.So
mainis at0.7.0, which is ahead of the version being released, and thesame number
0.6.0briefly meant two different things. Writing0.6.0backinto
main'spackage.jsonwould regress it and re-collide with the fabricrelease. A literal
git mergeof the release branch would have done exactlythat.
Note that the released
0.6.0does not contain the b10297 fabric sync — therelease branch predates #3883 — while
main's0.7.0does. That is expectedfor a branch cut at
975b36ea3and is why the two entries are separate.Tagged
[skiplog]: the changelog was already written on the release branch.🧪 How was it tested?
The
0.6.0section is byte-identical to the release branch's, checkedprogrammatically rather than by eye (85 lines, verbatim match against
release-model-fit-0.6.0:packages/model-fit/CHANGELOG.md).The resulting diff against
mainis exactly the 86 added changelog lines andnothing else:
No source, dependency, or version change, so there is nothing for the package's
own suites to exercise; it inherits #4008's verification.
Precedent for the changelog-only shape: #3804, the
0.1.0backmerge.Independent of this PR, and worth flagging for whoever owns the release:
latestfor@qvac/model-fitis still0.5.0.release-model-fit-0.6.0(run 32743412492)
failed, in
build / prebuild / win32-x64with exit code 127 — a runnerenvironment failure in the Windows prebuild step, not a content failure.
publish-npmrequiresbuild.result == 'success', so it never ran.The run needs re-triggering (or the Windows runner fixed) before
0.6.0reachesnpm. This PR is correct either way — it only records the release in
main'schangelog.
Companion PRs
release-model-fit-0.6.0)0.6.0reaching npm: QVAC-22629 feat: run an opt-in advisory llama.cpp fit check before loadModel #4010