Version Packages#469
Closed
github-actions[bot] wants to merge 0 commit into
Closed
Conversation
0d39839 to
0741aba
Compare
4952462 to
d5a4ecd
Compare
02452d9 to
75732a8
Compare
e241c54 to
cbbb76d
Compare
95e1e1d to
c9b2831
Compare
161be53 to
8daf4e3
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
stash@0.16.0
Minor Changes
bb9764d:
stash db pushis no longer included by default instash plan/stash implagent prompts or the wizard's post-agent step. SDK users (Drizzle, Supabase, plain PostgreSQL) no longer seestash db pushbaked into their rollout/cutover walkthroughs — the encryption config lives in app code, so the database doesn't need a copy.Pass
--proxytostash init(or answer the new interactive prompt) if you query encrypted data via CipherStash Proxy. The choice is persisted to.cipherstash/context.jsonasusesProxyand is honoured bystash plan,stash impl, and the wizard's post-agent step. Existing.cipherstash/context.jsonfiles without the field default to SDK-only.Known gap:
stash encrypt cutovercurrently requires a pending EQL config registered viastash db push, so SDK-only users running the migrate-existing-column flow will hit a "No pending EQL configuration" error from cutover. Workaround: runstash db pushonce beforestash encrypt cutover. Decoupling cutover from EQL config for SDK-only users is tracked as a follow-up to #447.Patch Changes
stash implandstash planno longer hang in non-TTY contexts (CI, pipes, automation harnesses). The agent-target picker previously read from/dev/ttyand waited forever. You can now pass--target <claude-code|codex|agents-md|wizard>to select a handoff target non-interactively, and when neither--targetnor a TTY is available the command prints a hint and exits cleanly instead of blocking.@cipherstash/wizard@0.3.0
Minor Changes
bb9764d:
stash db pushis no longer included by default instash plan/stash implagent prompts or the wizard's post-agent step. SDK users (Drizzle, Supabase, plain PostgreSQL) no longer seestash db pushbaked into their rollout/cutover walkthroughs — the encryption config lives in app code, so the database doesn't need a copy.Pass
--proxytostash init(or answer the new interactive prompt) if you query encrypted data via CipherStash Proxy. The choice is persisted to.cipherstash/context.jsonasusesProxyand is honoured bystash plan,stash impl, and the wizard's post-agent step. Existing.cipherstash/context.jsonfiles without the field default to SDK-only.Known gap:
stash encrypt cutovercurrently requires a pending EQL config registered viastash db push, so SDK-only users running the migrate-existing-column flow will hit a "No pending EQL configuration" error from cutover. Workaround: runstash db pushonce beforestash encrypt cutover. Decoupling cutover from EQL config for SDK-only users is tracked as a follow-up to #447.