chore(release): v0.1.0-beta.8#65
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.1.0-beta.8
Version bump + changelog for the next prerelease (continues the
0.1.0-beta.*line; previous tagv0.1.0-beta.7, 2026-04-13).This is the release commit only —
package.json→0.1.0-beta.8and the generatedCHANGELOG.mdsection. No app code changes.What's in this cut (since v0.1.0-beta.7)
24 features · 28 fixes · 1 perf — highlights:
/api/mcp,/api/forms,/api/conversation(fix(mcp-cloud): exempt /api/mcp from the session auth middleware #61, fix(auth): exempt forms + conversation API from session middleware #62) + proxy Accept-header forwarding (fix(mcp-cloud): forward client Accept header to the loopback MCP server #64)Release process (after this PR merges)
Per
docs/RELEASING.md, once merged tomain:git tag v0.1.0-beta.8 && git push origin v0.1.0-beta.8release.ymlvalidatespackage.json == tag, runs the full gate (lint, typecheck, test:ci, test:rls, e2e, build), builds + pushes the Docker image toghcr.io/contentrain/studio, and publishes a GitHub prerelease.Staging (this exact
mainHEAD) already verified: auth, chat round-trip, forms, and full MCP Cloud CRUD.