Skip to content

Releases: cipherstash/stack

@cipherstash/stack@0.15.1

23 Apr 04:44
26c3a48

Choose a tag to compare

Patch Changes

  • 8513705: Fix mangled eql_v2_encrypted type in drizzle-kit migrations.

    • @cipherstash/stack/drizzle's encryptedType now returns the bare eql_v2_encrypted identifier from its Drizzle customType.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 safe ADD COLUMN … DROP COLUMN … RENAME COLUMN sequence.

    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

23 Apr 04:44
26c3a48

Choose a tag to compare

Patch Changes

  • 8513705: Fix mangled eql_v2_encrypted type in drizzle-kit migrations.

    • @cipherstash/stack/drizzle's encryptedType now returns the bare eql_v2_encrypted identifier from its Drizzle customType.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 safe ADD COLUMN … DROP COLUMN … RENAME COLUMN sequence.

    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

17 Apr 14:36
c9f915b

Choose a tag to compare

Minor Changes

  • 1929c8f: Mark secrets as a coming soon feature and remove existing SDK integration.

@cipherstash/cli@0.6.0

17 Apr 18:09
d8e4397

Choose a tag to compare

Minor Changes

  • 9944a25: Update cipherstash auth to 0.36.0

@cipherstash/cli@0.5.0

17 Apr 14:36
c9f915b

Choose a tag to compare

Minor Changes

  • 1929c8f: Mark secrets as a coming soon feature and remove existing SDK integration.

@cipherstash/stack@0.14.0

14 Apr 15:58
050e302

Choose a tag to compare

Minor Changes

  • 1e0d4c1: Support CipherStash rebrand with new docs links.

@cipherstash/cli@0.4.0

14 Apr 15:58
050e302

Choose a tag to compare

Minor Changes

  • 1e0d4c1: Support CipherStash rebrand with new docs links.

@cipherstash/cli@0.3.0

11 Apr 16:25
0d19d53

Choose a tag to compare

Minor Changes

  • 0d21e9b: Fix invalid client error.

@cipherstash/stack@0.13.0

09 Apr 18:54
5605c5f

Choose a tag to compare

Minor Changes

  • 068f820: Release the consolidated CipherStash CLI npm package.

@cipherstash/protect@11.1.0

09 Apr 18:54
5605c5f

Choose a tag to compare

Minor Changes

  • 068f820: Release the consolidated CipherStash CLI npm package.