release: v1.0.0-rc.1 - #491
Merged
Merged
Conversation
Bump workspace version 1.0.0-alpha.12 -> 1.0.0-rc.1 and finalize the CHANGELOG for the first installable release candidate: curl installer + release pipeline (#489), opt-in PrivacyProxy cloud escalation (#436), person-scoped memory_store gate (#467), runtime OpenAI tool_calls wrapper (#482), and TTS / extract_facts performance (#483, #484).
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.
Summary
Release v1.0.0-rc.1 — the first installable release candidate. Bumps the workspace version (1.0.0-alpha.12 → 1.0.0-rc.1) and finalizes the CHANGELOG for the 6 PRs merged since alpha.12.
After merge, tagging
v1.0.0-rc.1triggers the newrelease.ymlfor the first time — cross-building the aarch64 + x86_64 binaries and publishing the prerelease so thecurl … | shinstall works.Changes
Cargo.tomlworkspace version →1.0.0-rc.1(+Cargo.lock, 7 crates).## Unreleased→## 1.0.0-rc.1 - 2026-06-24, documenting ci(release): add release workflow + curl installer #489, feat(llm/privacy-proxy): add opt-in cloud escalation with local_only … #436, fix(memory): gate person-scoped memory_store writes behind verified i… #467, fix(tools): runtime parser accepts OpenAI tool_calls wrapper (#479) #482, perf(voice): single-pass TTS text cleanup in for_voice #483, perf(memory): const relationship patterns + early-out in extract_facts #484.Real Behavior Proof
Tested profile / hardware:
What I ran
Release chore — version bump + CHANGELOG only, no source changes.
cargo checkpasses at1.0.0-rc.1; the 6 merged PRs were each verified (several on the Jetson) before merge.What I observed
cargo checkclean at1.0.0-rc.1;quinn-protostays 0.11.15 (audit clean); CHANGELOG well-formed.Test plan
After merge: tag
v1.0.0-rc.1, confirmrelease.ymlbuilds both targets and publishes the prerelease, then runcurl … | shon the Jetson (aarch64) and an x86_64 host.