chore(release): v1.2.1 - #371
Merged
Merged
Conversation
Bump version to 1.2.1 and finalize CHANGELOG. Highlights: [embedding] and [rerank] become soft runtime dependencies; new everos cascade backfill CLI; LanceDB schema v2 (nullable vector); PyPI Trusted Publishing workflow; 1.1.4 backport fixes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
gloryfromca
approved these changes
Jul 29, 2026
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
Bump
everosto 1.2.1 and finalize the CHANGELOG.The bulk of this release is PR #361 (embed/rerank soft dependency); the rest is docs polish, observability tweaks, and CI plumbing.
Highlights
[embedding]and[rerank]are now soft runtime dependencies — EverOS boots with only[llm]configured (Tier 1). Missing providers returnHTTP 422 CAPABILITY_UNAVAILABLEat the endpoint level instead of aborting startup.everos cascade backfillCLI — three-phase interactive backfill (vectors→clusters→skills) for upgrading Tier-1 rows to Tier-2.vector NULL. Migration runs once on first startup under a cross-process file lock.MemoryRoot.default()→.resolve()— deprecation alias retained; will be removed in a future major.KEYWORD/ single-routeVECTORnow reportrecall_top_score_raw;recall_top_scoreis reserved for calibrated methods./api/v2—/api/v1remains as a legacy alias.main(fix: backfill missing 1.1.4 fixes into main #366)./releaseskill.Full details in
CHANGELOG.md.Release flow
After this PR merges: tag
v1.2.1onmain→ the tag-triggeredrelease.ymlbuilds, smoke-tests, and publishes via OIDC behind thereleaseenvironment's manual-approval gate.Test plan
make lint— ruff + import-linter + assets + deprecated-names + github-docs + datetime + openapi drift (all pass)docs/openapi.jsonregenerated to matchversion = "1.2.1"uv.locksynced🤖 Generated with Claude Code