Releases: cipherstash/stack
Releases · cipherstash/stack
@cipherstash/stack@0.15.1
Patch Changes
-
8513705: Fix mangled
eql_v2_encryptedtype in drizzle-kit migrations.@cipherstash/stack/drizzle'sencryptedTypenow returns the bareeql_v2_encryptedidentifier from its DrizzlecustomType.dataType()callback. Returning the schema-qualified"public"."eql_v2_encrypted"(0.15.0) triggered a drizzle-kit quirk that wraps the return value in double-quotes and prepends"{typeSchema}".in ALTER COLUMN output — producing"undefined".""public"."eql_v2_encrypted"", which Postgres cannot parse.stash db install/stash wizard's migration rewriter now matches all four forms drizzle-kit may emit (eql_v2_encrypted,"public"."eql_v2_encrypted","undefined"."eql_v2_encrypted","undefined".""public"."eql_v2_encrypted"") and rewrites each into the safeADD COLUMN … DROP COLUMN … RENAME COLUMNsequence.
Users on 0.15.0 who hit this in generated migrations should upgrade and re-run
npx drizzle-kit generate+stash db install(or re-run the wizard).
@cipherstash/cli@0.6.1
Patch Changes
-
8513705: Fix mangled
eql_v2_encryptedtype in drizzle-kit migrations.@cipherstash/stack/drizzle'sencryptedTypenow returns the bareeql_v2_encryptedidentifier from its DrizzlecustomType.dataType()callback. Returning the schema-qualified"public"."eql_v2_encrypted"(0.15.0) triggered a drizzle-kit quirk that wraps the return value in double-quotes and prepends"{typeSchema}".in ALTER COLUMN output — producing"undefined".""public"."eql_v2_encrypted"", which Postgres cannot parse.stash db install/stash wizard's migration rewriter now matches all four forms drizzle-kit may emit (eql_v2_encrypted,"public"."eql_v2_encrypted","undefined"."eql_v2_encrypted","undefined".""public"."eql_v2_encrypted"") and rewrites each into the safeADD COLUMN … DROP COLUMN … RENAME COLUMNsequence.
Users on 0.15.0 who hit this in generated migrations should upgrade and re-run
npx drizzle-kit generate+stash db install(or re-run the wizard).
@cipherstash/stack@0.15.0
Minor Changes
- 1929c8f: Mark secrets as a coming soon feature and remove existing SDK integration.
@cipherstash/cli@0.6.0
Minor Changes
- 9944a25: Update cipherstash auth to 0.36.0
@cipherstash/cli@0.5.0
Minor Changes
- 1929c8f: Mark secrets as a coming soon feature and remove existing SDK integration.
@cipherstash/stack@0.14.0
Minor Changes
- 1e0d4c1: Support CipherStash rebrand with new docs links.
@cipherstash/cli@0.4.0
Minor Changes
- 1e0d4c1: Support CipherStash rebrand with new docs links.
@cipherstash/cli@0.3.0
Minor Changes
- 0d21e9b: Fix invalid client error.
@cipherstash/stack@0.13.0
Minor Changes
- 068f820: Release the consolidated CipherStash CLI npm package.
@cipherstash/protect@11.1.0
Minor Changes
- 068f820: Release the consolidated CipherStash CLI npm package.