Skip to content

Commit b1b5157

Browse files
authored
Merge pull request #329 from cipherstash/changeset-release/main
Version Packages
2 parents 913dbbb + 52672a6 commit b1b5157

File tree

13 files changed

+73
-20
lines changed

13 files changed

+73
-20
lines changed

.changeset/upgrade-protect-ffi.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/basic/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cipherstash/basic-example
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b0e56b8]
8+
- @cipherstash/stack@0.11.0
9+
310
## 1.2.1
411

512
### Patch Changes

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cipherstash/basic-example",
33
"private": true,
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"type": "module",
66
"scripts": {
77
"start": "tsx index.ts"

packages/drizzle/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @cipherstash/drizzle
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- b0e56b8: Upgrade protect-ffi to 0.21.0 and enable array_index_mode for searchable JSON
8+
9+
- Upgrade `@cipherstash/protect-ffi` to 0.21.0 across all packages
10+
- Enable `array_index_mode: 'all'` on STE vec indexes so JSON array operations
11+
(jsonb_array_elements, jsonb_array_length, array containment) work correctly
12+
- Delegate credential resolution entirely to protect-ffi's `withEnvCredentials`
13+
- Download latest EQL at build/runtime instead of bundling hardcoded SQL files
14+
315
## 3.0.0
416

517
### Patch Changes

packages/drizzle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/drizzle",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "CipherStash Protect.js Drizzle ORM integration for TypeScript",
55
"keywords": [
66
"encrypted",

packages/protect-dynamodb/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cipherstash/protect-dynamodb
22

3+
## 10.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b0e56b8]
8+
- @cipherstash/protect@10.6.0
9+
310
## 9.0.0
411

512
### Patch Changes

packages/protect-dynamodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/protect-dynamodb",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Protect.js DynamoDB Helpers",
55
"keywords": [
66
"dynamodb",

packages/protect/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @cipherstash/protect
22

3+
## 11.0.0
4+
5+
### Major Changes
6+
7+
- b0e56b8: Upgrade protect-ffi to 0.21.0 and enable array_index_mode for searchable JSON
8+
9+
- Upgrade `@cipherstash/protect-ffi` to 0.21.0 across all packages
10+
- Enable `array_index_mode: 'all'` on STE vec indexes so JSON array operations
11+
(jsonb_array_elements, jsonb_array_length, array containment) work correctly
12+
- Delegate credential resolution entirely to protect-ffi's `withEnvCredentials`
13+
- Download latest EQL at build/runtime instead of bundling hardcoded SQL files
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [b0e56b8]
18+
- @cipherstash/schema@2.2.0
19+
320
## 10.5.0
421

522
### Minor Changes

packages/protect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/protect",
3-
"version": "10.5.0",
3+
"version": "11.0.0",
44
"description": "CipherStash Protect for JavaScript",
55
"keywords": [
66
"encrypted",

packages/schema/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @cipherstash/schema
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- b0e56b8: Upgrade protect-ffi to 0.21.0 and enable array_index_mode for searchable JSON
8+
9+
- Upgrade `@cipherstash/protect-ffi` to 0.21.0 across all packages
10+
- Enable `array_index_mode: 'all'` on STE vec indexes so JSON array operations
11+
(jsonb_array_elements, jsonb_array_length, array containment) work correctly
12+
- Delegate credential resolution entirely to protect-ffi's `withEnvCredentials`
13+
- Download latest EQL at build/runtime instead of bundling hardcoded SQL files
14+
315
## 2.1.0
416

517
### Minor Changes

0 commit comments

Comments
 (0)