chore(release): 0.17.0 -- rail vetoes on the cycle line, and a console switcher with no tokens - #818
Merged
Merged
Conversation
…e switcher with no tokens MINOR: #810 and #814/#816 add console features. No schema change since 0.16.0, so a deployment needs no `keel migrate` step beyond the usual idempotent run. What lands: #807 -- a quote-increment cache record predating quote_increment is a MISS, not an "unknown". #810 -- the refused view says how to get the address it asks you to paste; #817 fixes its duplicate `const note`, which blanked the console. #813 (#812) -- the cycle line ends `vetoed=N (rail, ...)`, so a rail veto no longer reads as a silent drop. #815 + #816 (#814) -- a console switcher beside the session chip. /api/config carries no session token; /switch/<port> redirects into the chosen console's own hand-off, local deployments only. Eight workspace versions and the inter-package `==` pins move together, plus the refreshed uv.lock the release workflow checks first. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
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.
Version bump for 0.17.0. It moves the eight workspace versions and the inter-package
==pins together, plusuv.lock. Same shape as 0.16.0 (#806): 9 files, 25 lines in and 25 out.uv lock --checkpasses.Why a minor bump: #810 and #814/#816 add console features. There is no schema change since v0.16.0 (
keel/data/is untouched), so upgrading needs no new migration.What's in it since v0.16.0
quote_incrementexisted now counts as a cache MISS, not "unknown".notetwice, so no page ran (#810 regression) #817 fixes a duplicateconst notein that change, which had blanked the whole console onmain.vetoed=N (rail, …), so an entry the rails refused no longer reads as a silent drop./api/configcarries no session tokens;/switch/<port>sends the browser into the chosen console's own sign-in, on local deployments only.After merge
0.17.0.~/keelusing the runbook's "Deploying a new version" steps: back up each database, install the five wheels, runkeel migrate, thenkeel versionsandkeel status.keel serveconsoles, since they keep the build they started with.🤖 Generated with Claude Code