Skip to content

chore(release): 1.0.8 — release the unreleased isCompatible fix - #7

Open
kriszyp wants to merge 1 commit into
mainfrom
kris/release-1.0.8
Open

chore(release): 1.0.8 — release the unreleased isCompatible fix#7
kriszyp wants to merge 1 commit into
mainfrom
kris/release-1.0.8

Conversation

@kriszyp

@kriszyp kriszyp commented Aug 7, 2026

Copy link
Copy Markdown
Member

Version bump only. One line.

Why this is needed

structon's last npm publish is 1.0.7 (2026-06-10). PR #6fix: forward isCompatible from _saveTypedStructures to saveStructures — merged 2026-07-02 and is the only commit on main since that tag. package.json on main still reads 1.0.7, so it was never version-bumped and never published.

harper pins "structon": "^1.0.7". Because 1.0.7 is the newest published version, that range resolves to 1.0.7 in every Harper build — so the fix has been unreachable for five weeks despite being merged.

What it unblocks

HarperFast/harper#1441, where the missing isCompatible forwarding causes a silent typed-structure clobber. That issue names a 5.1.6 stage-cluster incident, and it is currently P1 for exactly this reason: the fix exists, it just isn't in a release anyone can install.

After this merges

Publish 1.0.8 to npm, then bump harper's pin to ^1.0.8 so the resolution is explicit rather than relying on the caret picking up a newly published version at some future install time.

Found while triaging the harper backlog — flagging rather than assuming, since cutting a release is a call for a human.

🤖 Generated with Claude Code

Releases the isCompatible forwarding fix (#6, merged 2026-07-02), which
has been sitting unreleased on main for five weeks.

harper pins structon ^1.0.7 and 1.0.7 is the last published version, so
the fix cannot reach any Harper build until this is cut. harper#1441
tracks the resulting silent structure clobber and names a 5.1.6 stage
cluster incident.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version of the structon package from 1.0.7 to 1.0.8 in package.json. There are no review comments, and I have no feedback to provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant