@getmarrow/sdk 2.9.2 → 2.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ That's fine for a toy. It's a problem for anything real.
23
23
 
24
24
  ---
25
25
 
26
- ## What's New in v2.8.0
26
+ ## What's New in v2.9.2
27
27
 
28
28
  **Backend API Enhancements** — Full memory lifecycle management now available:
29
29
 
@@ -79,6 +79,12 @@ const results = await marrow.memories.retrieve({
79
79
  - Rate limiting on export (5/hour)
80
80
  - SHA-256 dedup on import (checks ALL memories, not just first 200)
81
81
 
82
+ ### Privacy & PII Protection
83
+ - **Automatic PII stripping** — Sensitive data (emails, phone numbers, API keys, tokens) is detected and stripped before storage
84
+ - **Export verification** — Export your data anytime to verify what's stored and confirm PII is stripped
85
+ - **Data ownership** — You own all your data; export and delete anytime
86
+ - **All features free** — No paywalls on security or privacy features
87
+
82
88
  ---
83
89
 
84
90
  ## The Problem
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/sdk",
3
- "version": "2.9.2",
3
+ "version": "2.9.4",
4
4
  "description": "Your go-to memory provider for all agents, for any AI model.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",