Uh oh!
There was an error while loading. Please reload this page.
chore(release): cut 0.1.31 - #443
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Cuts 0.1.31. Previous release: v0.1.30.
Commit audit
All 5 commits in
v0.1.30..mainwere audited; every one has an explicit disposition.0554517timeout-minutes10→20 and AST-parse caching intest_markup_guards.py; no user-visible change2a5cf86Fixed— already in changelog (#436)d8ed6b2--web-bgrun on a run-record write failureFixed— already in changelog, 2 entries (#435)967e5f7Fixed— already in changelog (#441)992931dAdded— already in changelog, 3 entriesChangelog
Every user-visible change was already recorded under
[Unreleased]; nothing was added or removed on content grounds. This PR:[Unreleased]to## [0.1.31](.../compare/v0.1.30...v0.1.31) - 2026-08-15and opens a fresh empty[Unreleased]section above it;### Fixed, and a stray blank line between twoFixeditems (repo style is no blank line between list items).Release contents in brief:
Added — install scripts now classify a blocked package index and stop retrying into it (with the remedy named and the active index echoed, credentials redacted); an unreachable
github.comis told apart from a blocked index; new README section Installing behind a proxy or private package index.Fixed — a failed run-record write no longer kills a healthy
--web-bgrun (#435); therun_idformat is defined once inconductor.run_id(#435); optional-extra install hints now print a command that works and upgrades preserve your extras (#441); Fleet Manager History streams event logs instead of holding a whole parsed log in memory (#436).Version and lockfile
pyproject.toml:0.1.30→0.1.31uv.lock: regenerated withuv lock; the only change is theconductor-cliproject version. No dependency changes.CHANGELOG.md,pyproject.toml,uv.lock.Validation
Run in an isolated release worktree off
origin/main:make check— ruff check, ruff format --check (410 files),ty check src: all cleanmake test— 7213 passed, 54 skipped, 14 deselected in 4:57make validate-examples— all example workflows valid (not strictly required; no schema or example changes in range)git diff --checkcleanAfter merge
Merging this PR will be followed by tagging the merge commit
v0.1.31and pushing it, which triggers.github/workflows/release.ymlto build and publish the GitHub Release with its artifacts. Nogh release createis run by hand.