Skip to content

Release v0.1.1234 - #3687

Merged
kojiwakayama merged 1 commit into
mainfrom
release/v0.1.1234
Aug 13, 2026
Merged

Release v0.1.1234#3687
kojiwakayama merged 1 commit into
mainfrom
release/v0.1.1234

Conversation

@kojiwakayama

@kojiwakayama kojiwakayama commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the framework to 0.1.1234.

This release exists because v0.1.1233 was cut before the fixes below landed. main and the published package have been sitting on the same version number while main carried four commits the release did not, so none of this had reached a user.

What this release carries

PR Fix
#3681 DNT imported the Node/Bun-only shims statically, so Deno had to prepare a graph it cannot prepare when node_modules is unmanaged. A globally installed CLI returned 500 on every request, including on a fresh scaffold.
#3682 resolveAdapter read the adapter back out of an LRU with a non-null assertion. set() may insert and then evict an oversized value, so undefined reached getConfig and threw on every request. Not runtime-specific — any oversized adapter, or eviction once the 50-entry cache fills, does it.
#3683 The pinned transport overrode DNS with a custom lookup and relied on autoSelectFamily. Bun ≤ 1.3.13 honours neither, so the pin was inert there. It now dials the validated address directly and carries identity in Host + SNI.
#3684, #3686 Already on main (deploy config exports, docs container recipe).

Verification

A build containing all three fixes was run against every supported runtime, serving a real page rather than checking a boot log:

runtime http page rendered
node 200
deno 200
deno, global-install config 200
bun 200

unprepared, adapter.fs, econnrefused and process crashes all at zero across the four arms. Each fix was only observable once the others were present — the earlier defects masked the later ones — so they were verified in combination, not in isolation.

Release commit

Exactly the three files the procedure expects, one line each:

deno.json                                                        | 2 +-
src/html/hydration-script-builder/hydration-runtime.generated.ts | 2 +-
src/utils/version-constant.ts                                    | 2 +-

The generated hydration runtime is byte-identical to the previous release once the version string is normalised (77774 bytes, delta 0), so no bundle drift rode along.

Two things the release script did that were undone: it reformatted unrelated "dependencies" arrays in deno.json, and it created a local v0.1.1234 tag. The reformatting is reverted so the diff is only the version bump, and the tag is deleted — CI creates the tag against the squashed merge.

Summary by CodeRabbit

  • Chores
    • Updated the application version to 0.1.1234.
    • Synchronized the displayed version information across the product.

@coderabbitai

coderabbitai Bot commented Aug 13, 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: 3e95470d-67c8-4f91-8232-3195798f5d97

📥 Commits

Reviewing files that changed from the base of the PR and between baeb173 and 414e603.

⛔ 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 project version changes from 0.1.1233 to 0.1.1234 in deno.json and src/utils/version-constant.ts.

Changes

Release version update

Layer / File(s) Summary
Synchronize release version
deno.json, src/utils/version-constant.ts
The package version and exported VERSION constant now use 0.1.1234.

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

Mergeability Score: ⚪ Minimal · up to 414e6

This is a localized version bump with no actionable merge-blocking risk remaining beyond normal checks and review.

Possibly related PRs

Suggested reviewers: kwakayama, copilot

🚥 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 of version v0.1.1234, which matches the main change 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.1234

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

@kojiwakayama
kojiwakayama added this pull request to the merge queue Aug 13, 2026
Merged via the queue into main with commit 31d7cea Aug 13, 2026
35 checks passed
@kojiwakayama
kojiwakayama deleted the release/v0.1.1234 branch August 13, 2026 22:03
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