Skip to content

release: v0.1.1237 - #3708

Merged
kojiwakayama merged 1 commit into
mainfrom
release/v0.1.1237
Aug 14, 2026
Merged

release: v0.1.1237#3708
kojiwakayama merged 1 commit into
mainfrom
release/v0.1.1237

Conversation

@kojiwakayama

@kojiwakayama kojiwakayama commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Release v0.1.1237

Six changes since v0.1.1236:

PR
#3707 publish checksums and verify them before installing
#3706 regenerate version artifacts, stop reflowing deno.json
#3703 router document-navigation fallback for server-layout routes
#3704 treat a wildcard listener as holding the port
#3696 stop a unit test calling the production API, retry npm caching
#3694 clarify CLI size and local inference options

This release is also the test for two of them

#3706 worked. This is the first cut using the fixed task, and it needed no manual repair:

3 files changed, 3 insertions(+), 3 deletions(-)
deno.json diff:  -"version": "0.1.1236"  +"version": "0.1.1237"

Previously the task emitted 2 of 3 files — the prebundled hydration-runtime.generated.ts was never regenerated, so the release commit disagreed with itself and generate:manifests:check failed the required typecheck shard. It also reflowed deno.json, expanding two inline arrays that had to be reverted by hand. Both were paid twice on v0.1.1236 alone, once by each of two people cutting it in parallel.

All three files agree on 0.1.1237, the deno.json diff is the version line alone, and no local tag was left behind.

#3707 is not yet proven. It should make this release publish a SHA256SUMS asset covering the binaries and install scripts. That has never run. After this merges I will confirm the asset exists and run install.sh end to end against it — including a deliberate checksum mismatch to confirm it refuses to install.

Until that check passes, treat the installer verification as shipped-but-unverified.

Summary by CodeRabbit

  • Chores
    • Updated the application version to 0.1.1237.
    • Synchronized the displayed version across package metadata and application information.

@github-actions

Copy link
Copy Markdown

📦 Client bundle boundary

Entrypoint Modules Source size Server leaks
src/index.client.ts 454 3062 KiB ⚠️ 39 known

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.

@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 06a1f58a-7d0e-49ed-974f-1679aa7d64f0

📥 Commits

Reviewing files that changed from the base of the PR and between 90ca851 and 797fad4.

⛔ 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

📝 Walkthrough

Walkthrough

The package metadata and exported VERSION constant are updated from 0.1.1236 to 0.1.1237.

Changes

Version release

Layer / File(s) Summary
Synchronize release version
deno.json, src/utils/version-constant.ts
The package version and shared exported VERSION constant are updated to 0.1.1237.

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

Merge Risk: ⚪ Minimal · up to 797fa

This release only updates synchronized version artifacts, with no actionable merge-blocking risk remaining beyond normal checks and review.

Possibly related PRs

Suggested reviewers: kwakayama

🚥 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 release and matches the version updates in the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.1.1237

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

@kojiwakayama
kojiwakayama added this pull request to the merge queue Aug 14, 2026
Merged via the queue into main with commit 98c5b4a Aug 14, 2026
36 checks passed
@kojiwakayama
kojiwakayama deleted the release/v0.1.1237 branch August 14, 2026 14:48
This was referenced Aug 14, 2026
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