Skip to content

release: v0.1.1238 - #3727

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

release: v0.1.1238#3727
kojiwakayama merged 1 commit into
mainfrom
release/v0.1.1238

Conversation

@kojiwakayama

@kojiwakayama kojiwakayama commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Version bump only. Three files, matching the shape of release: v0.1.1236 (#3701).

No tag pushed locally — CI's version-check job creates the tag from the squashed merge commit. A locally-created tag would point at the pre-merge commit.

Contents since v0.1.1237

PR
#3709 docs(middleware): site-wide HTTP Basic Auth example
#3710 test(agent-runs): stop a success-path assertion racing a 10ms deadline
#3711 fix(sandbox): keep the default isolation posture off the dev log
#3712 fix(generate): warn when scaffolding outside a Veryfront project
#3713 fix(dev): report the Cloud gateway when a login token can reach it
#3714 docs(getting-started): document adding Veryfront to an existing project
#3715 fix(build): validate options and expose cause diagnostics
#3716 fix(server): require hosted project env credentials

#3711#3714 came out of a DX dogfood run against published v0.1.1237 and are all user-visible in the first-run experience:

  • a fresh veryfront dev no longer prints an internal worker-isolation posture line as the only output of a successful request
  • veryfront generate warns instead of silently scaffolding into a non-project directory
  • the ready banner names the inference path for a logged-in developer, and flags an invalid session rather than advertising a gateway that will fail
  • adopting Veryfront into an existing project is documented for the first time

Related: #3725 tracks the dependency-graph change that would remove the skipLibCheck requirement #3714 documents.

Release checklist

  • deno.json and src/utils/version-constant.ts bumped together
  • deno task generate run — hydration-runtime.generated.ts carries 0.1.1238
  • Exactly 3 files changed, verified against the previous release commit
  • No local tag
  • Cut from a dedicated worktree off origin/main

Summary by CodeRabbit

  • Chores
    • Updated the application version to 0.1.1238.
    • Updated the displayed product version to remain consistent with the release.

@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: b6d6774d-20b4-40b7-9677-da51728072bb

📥 Commits

Reviewing files that changed from the base of the PR and between e2dcb83 and a384907.

⛔ 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 metadata and exported VERSION constant are updated from 0.1.1237 to 0.1.1238.

Changes

Version synchronization

Layer / File(s) Summary
Update release version
deno.json, src/utils/version-constant.ts
The project version and exported VERSION constant are updated to 0.1.1238.

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

Merge Risk: ⚪ Minimal · up to a3849

This is a localized version-only update with no actionable merge-blocking risk remaining after 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 version and matches the coordinated 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.1238

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 28ebc5d Aug 14, 2026
36 checks passed
@kojiwakayama
kojiwakayama deleted the release/v0.1.1238 branch August 14, 2026 20:25
@kojiwakayama

Copy link
Copy Markdown
Contributor Author

Correction to the contents table above: three PRs merged ahead of this one in the queue after the notes were written, so v0.1.1238 also contains:

PR
#3719 fix(config): negatively cache deterministic hosted config rejections and stop reporting 4xx errors
#3720 fix(css): degrade files rejected by candidate extraction instead of failing every render
#3722 fix(agent): downgrade per-attempt run mirror retry logs to warn

Full range is 11 PRs (#3709-#3722 inclusive of the above), not the 8 listed. The table was accurate when the release was cut, not when it merged — worth knowing for anyone reading these as release notes.

@coderabbitai coderabbitai Bot mentioned this pull request Aug 16, 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