Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/encrypt-query-api.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-chicken-flash.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/ste-vec-query-support.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cipherstash/basic-example

## 1.1.17

### Patch Changes

- Updated dependencies [db72e2c]
- Updated dependencies [e769740]
- @cipherstash/protect@10.5.0

## 1.1.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cipherstash/basic-example",
"private": true,
"version": "1.1.16",
"version": "1.1.17",
"type": "module",
"scripts": {
"start": "tsx index.ts"
Expand Down
9 changes: 9 additions & 0 deletions examples/dynamo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cipherstash/dynamo-example

## 0.2.18

### Patch Changes

- Updated dependencies [db72e2c]
- Updated dependencies [e769740]
- @cipherstash/protect@10.5.0
- @cipherstash/protect-dynamodb@9.0.0

## 0.2.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/dynamo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cipherstash/dynamo-example",
"private": true,
"version": "0.2.17",
"version": "0.2.18",
"type": "module",
"scripts": {
"simple": "tsx src/simple.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/nest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nest

## 0.0.11

### Patch Changes

- Updated dependencies [db72e2c]
- Updated dependencies [e769740]
- @cipherstash/protect@10.5.0

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nest",
"version": "0.0.10",
"version": "0.0.11",
"description": "",
"author": "",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions examples/next-drizzle-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# next-drizzle-mysql

## 0.2.17

### Patch Changes

- Updated dependencies [db72e2c]
- Updated dependencies [e769740]
- @cipherstash/protect@10.5.0

## 0.2.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/next-drizzle-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-drizzle-mysql",
"version": "0.2.16",
"version": "0.2.17",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down
8 changes: 8 additions & 0 deletions examples/nextjs-clerk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cipherstash/nextjs-clerk-example

## 0.2.18

### Patch Changes

- Updated dependencies [db72e2c]
- Updated dependencies [e769740]
- @cipherstash/protect@10.5.0

## 0.2.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-clerk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/nextjs-clerk-example",
"version": "0.2.17",
"version": "0.2.18",
"private": true,
"scripts": {
"check-types": "tsc --noEmit",
Expand Down
8 changes: 8 additions & 0 deletions examples/typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cipherstash/typeorm-example

## 0.1.10

### Patch Changes

- Updated dependencies [db72e2c]
- Updated dependencies [e769740]
- @cipherstash/protect@10.5.0

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/typeorm-example",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"description": "Protect.js with TypeORM example",
"type": "commonjs",
Expand Down
16 changes: 16 additions & 0 deletions packages/drizzle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @cipherstash/drizzle

## 3.0.0

### Patch Changes

- db72e2c: Add `encryptQuery` API for encrypting query terms with explicit query type selection.

- New `encryptQuery()` method replaces `createSearchTerms()` with improved query type handling
- Supports `equality`, `freeTextSearch`, and `orderAndRange` query types
- Deprecates `createSearchTerms()` - use `encryptQuery()` instead
- Updates drizzle operators to use correct index selection via `queryType` parameter

- Updated dependencies [db72e2c]
- Updated dependencies [e769740]
- @cipherstash/protect@10.5.0
- @cipherstash/schema@2.1.0

## 2.3.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/drizzle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/drizzle",
"version": "2.3.0",
"version": "3.0.0",
"description": "CipherStash Protect.js Drizzle ORM integration for TypeScript",
"keywords": [
"encrypted",
Expand Down Expand Up @@ -43,8 +43,8 @@
"release": "tsup"
},
"peerDependencies": {
"@cipherstash/protect": ">=10",
"@cipherstash/schema": ">=2",
"@cipherstash/protect": ">=10.5.0",
"@cipherstash/schema": ">=2.1.0",
"@types/pg": "*",
"drizzle-kit": ">=0.20",
"drizzle-orm": ">=0.33",
Expand Down
8 changes: 8 additions & 0 deletions packages/protect-dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cipherstash/protect-dynamodb

## 9.0.0

### Patch Changes

- Updated dependencies [db72e2c]
- Updated dependencies [e769740]
- @cipherstash/protect@10.5.0

## 8.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protect-dynamodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/protect-dynamodb",
"version": "8.0.0",
"version": "9.0.0",
"description": "Protect.js DynamoDB Helpers",
"keywords": [
"dynamodb",
Expand Down
23 changes: 23 additions & 0 deletions packages/protect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @cipherstash/protect

## 10.5.0

### Minor Changes

- db72e2c: Add `encryptQuery` API for encrypting query terms with explicit query type selection.

- New `encryptQuery()` method replaces `createSearchTerms()` with improved query type handling
- Supports `equality`, `freeTextSearch`, and `orderAndRange` query types
- Deprecates `createSearchTerms()` - use `encryptQuery()` instead
- Updates drizzle operators to use correct index selection via `queryType` parameter

- e769740: Add encrypted JSONB query support with `searchableJson()` (recommended).

- New `searchableJson()` schema method enables encrypted JSONB path and containment queries
- Automatic query operation inference: string values become JSONPath selector queries, objects/arrays become containment queries
- Also supports explicit `queryType: 'steVecSelector'` and `queryType: 'steVecTerm'` for advanced use cases
- JSONB path utilities (`toJsonPath`, `buildNestedObject`, `parseJsonbPath`) for building encrypted JSON column queries

### Patch Changes

- Updated dependencies [e769740]
- @cipherstash/schema@2.1.0

## 10.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/protect",
"version": "10.4.0",
"version": "10.5.0",
"description": "CipherStash Protect for JavaScript",
"keywords": [
"encrypted",
Expand Down
11 changes: 11 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cipherstash/schema

## 2.1.0

### Minor Changes

- e769740: Add encrypted JSONB query support with `searchableJson()` (recommended).

- New `searchableJson()` schema method enables encrypted JSONB path and containment queries
- Automatic query operation inference: string values become JSONPath selector queries, objects/arrays become containment queries
- Also supports explicit `queryType: 'steVecSelector'` and `queryType: 'steVecTerm'` for advanced use cases
- JSONB path utilities (`toJsonPath`, `buildNestedObject`, `parseJsonbPath`) for building encrypted JSON column queries

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/schema",
"version": "2.0.2",
"version": "2.1.0",
"description": "CipherStash schema builder for TypeScript",
"keywords": [
"encrypted",
Expand Down
8 changes: 7 additions & 1 deletion packages/stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# @cipherstash/stack
# @cipherstash/stack

## 0.1.0

### Minor Changes

- 7ed89a5: Initial release of the CipherStash Stack.
2 changes: 1 addition & 1 deletion packages/stack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cipherstash/stack",
"version": "0.0.0",
"version": "0.1.0",
"description": "CipherStash Stack for TypeScript and JavaScript",
"keywords": [
"encrypted",
Expand Down