Skip to content

release: veryfront 0.1.1259 - #4501

Merged
kojiwakayama merged 1 commit into
mainfrom
release/veryfront-0.1.1259
Sep 16, 2026
Merged

kojiwakayama merged 1 commit into
mainfrom
release/veryfront-0.1.1259

Conversation

@kojiwakayama

@kojiwakayama kojiwakayama commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Promotes the current 0.1.1259-rc line on main (7c47cc6) to the stable veryfront 0.1.1259 release.

Why now

The latest stable, 0.1.1258, still emits the old run event type spellings. The canonical past-tense run event types and content-only tool results ship in #4495, which is only in 0.1.1259-rc.* so far. Project hosts that resolve veryfront by range therefore still get pre-rename code. The API wants to name a minimum supported Veryfront version before it stops accepting the old spellings, and that minimum has to be a stable release.

Version semantics

Same as the last stable cut (#4481): getNewVersion("0.1.1259-rc", "patch") drops the suffix and gives 0.1.1259. The last stable tag is v0.1.1258, and no v0.1.1259 tag or release exists.

Files changed

Exactly the file set of #4481:

  • deno.json: "0.1.1259-rc" changes to "0.1.1259"
  • src/utils/version-constant.ts: the VERSION constant
  • src/html/hydration-script-builder/hydration-runtime.generated.ts: regenerated with deno task generate; the only byte change is the embedded VERSION string

What this ships to stable users (17 commits since v0.1.1258)

Compatibility evidence:

  • Production veryfront-agent has run 0.1.1259-rc.19435 against the production API since 2026-09-16 11:31 UTC. That build contains every commit above except feat(agent): name the accepting replica on hosted run starts #4500, which only adds a response header on a 202.
  • Production veryfront-server has run the same rc since 2026-09-15 21:25 UTC.
  • Strict production Remote E2E Health passed on both: veryfront-e2e runs 35025500899 and 35101472676.

Checks run locally

  • deno task generate:manifests:check: committed bundle is up to date
  • deno task test:file scripts/release.test.ts: 1 passed (13 steps)
  • deno fmt --check is clean on both changed source files

What merging does

Merging to main runs the release job (production environment):

  • publishes veryfront@0.1.1259 to npm as latest
  • tags v0.1.1259 and creates the GitHub releases with binaries, checksums and SBOMs
  • deletes the v0.1.1259-rc.* prereleases
  • dispatches veryfront-code-released to veryfront-server, veryfront-job-runner and veryfront-sandbox
  • opens the Homebrew tap update

An npm publish cannot be undone from the repo side.

Merge gate

  • Code Owner approval (deno.json is CODEOWNERS-protected)
  • CI green and a codex review of this head
  • Strict staging Remote E2E Health green after the last staging change

https://claude.ai/code/session_01NonPHDcbWsisd2GFB68ALo

Summary by CodeRabbit

  • Release
    • Updated the application version from release candidate 0.1.1259-rc to stable version 0.1.1259.

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for security reviews. Please try again later.

@kojiwakayama

Copy link
Copy Markdown
Contributor Author

@codex review

@greptile-apps greptile-apps 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.

Your trial has ended. Reactivate Greptile to resume code reviews.

@coderabbitai

coderabbitai Bot commented Sep 16, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Advanced

Run ID: f5832b97-e85e-48c9-9547-4416f813bf2b

📥 Commits

Reviewing files that changed from the base of the PR and between 7c47cc6 and 6e1755e.

⛔ Files ignored due to path filters (1)
  • src/html/hydration-script-builder/hydration-runtime.generated.ts is excluded by !**/*.generated.*
📒 Files selected for processing (2)
  • deno.json
  • src/utils/version-constant.ts

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The package metadata and shared VERSION constant change from 0.1.1259-rc to 0.1.1259.

Changes

Version alignment

Layer / File(s) Summary
Update version declarations
deno.json, src/utils/version-constant.ts
The package version and shared VERSION constant use 0.1.1259 instead of 0.1.1259-rc.

Priority: ➖ Normal

Estimated code review effort: 1 (Trivial) | ~3 minutes

Change: Other

Merge Risk: ⚪ Minimal · up to 6e175

The release version declarations are aligned, and no concrete merge-blocking risk is identified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the stable Veryfront 0.1.1259 release, which matches the version promotion described in the changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/veryfront-0.1.1259

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown

📦 Client bundle boundary

Entrypoint Modules Source size Server leaks
src/index.client.ts 289 2307 KiB ✅ 0

A server module in a client graph aborts hydration in the browser. New leaks fail CI; known leaks are tracked in scripts/lint/client-bundle-baseline.json to burn down.

@gitar-bot

gitar-bot Bot commented Sep 16, 2026

Copy link
Copy Markdown

Important

You are using the Gitar free plan. Upgrade to unlock code review, CI analysis, auto-apply, custom automations, and more.

Gitar

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. What shall we delve into next?

Reviewed commit: 6e1755ea8d

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@codecov

codecov Bot commented Sep 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sonarqubecloud

Copy link
Copy Markdown

@kojiwakayama
kojiwakayama added this pull request to the merge queue Sep 16, 2026
@github-merge-queue
github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 16, 2026
@kojiwakayama
kojiwakayama added this pull request to the merge queue Sep 16, 2026
Merged via the queue into main with commit 704bb2a Sep 16, 2026
75 checks passed
@kojiwakayama
kojiwakayama deleted the release/veryfront-0.1.1259 branch September 16, 2026 19:23
@kwakayama kwakayama mentioned this pull request Sep 21, 2026
9 tasks
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.

2 participants