@mastra/cloudflare 1.3.0-alpha.0 → 1.3.1-alpha.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @mastra/cloudflare
2
2
 
3
+ ## 1.3.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - dependencies updates: ([#10188](https://github.com/mastra-ai/mastra/pull/10188))
8
+ - Updated dependency [`cloudflare@^5.2.0` ↗︎](https://www.npmjs.com/package/cloudflare/v/5.2.0) (from `^4.5.0`, in `dependencies`)
9
+ - Updated dependencies [[`e333b77`](https://github.com/mastra-ai/mastra/commit/e333b77e2d76ba57ccec1818e08cebc1993469ff), [`60a224d`](https://github.com/mastra-ai/mastra/commit/60a224dd497240e83698cfa5bfd02e3d1d854844), [`949b7bf`](https://github.com/mastra-ai/mastra/commit/949b7bfd4e40f2b2cba7fef5eb3f108a02cfe938), [`d084b66`](https://github.com/mastra-ai/mastra/commit/d084b6692396057e83c086b954c1857d20b58a14), [`79c699a`](https://github.com/mastra-ai/mastra/commit/79c699acf3cd8a77e11c55530431f48eb48456e9), [`62757b6`](https://github.com/mastra-ai/mastra/commit/62757b6db6e8bb86569d23ad0b514178f57053f8), [`3d70b0b`](https://github.com/mastra-ai/mastra/commit/3d70b0b3524d817173ad870768f259c06d61bd23), [`3b45a13`](https://github.com/mastra-ai/mastra/commit/3b45a138d09d040779c0aba1edbbfc1b57442d23), [`8127d96`](https://github.com/mastra-ai/mastra/commit/8127d96280492e335d49b244501088dfdd59a8f1)]:
10
+ - @mastra/core@1.18.0-alpha.3
11
+
12
+ ## 1.3.0
13
+
14
+ ### Minor Changes
15
+
16
+ - feat: add Cloudflare Durable Objects storage adapter ([#12366](https://github.com/mastra-ai/mastra/pull/12366))
17
+
18
+ Adds a new Durable Objects-based storage implementation alongside the existing KV store. Includes SQL-backed persistence via DO's SQLite storage, batch operations, and proper table/column validation.
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`cddf895`](https://github.com/mastra-ai/mastra/commit/cddf895532b8ee7f9fa814136ec672f53d37a9ba), [`9cede11`](https://github.com/mastra-ai/mastra/commit/9cede110abac9d93072e0521bb3c8bcafb9fdadf), [`a59f126`](https://github.com/mastra-ai/mastra/commit/a59f1269104f54726699c5cdb98c72c93606d2df), [`ed8fd75`](https://github.com/mastra-ai/mastra/commit/ed8fd75cbff03bb5e19971ddb30ab7040fc60447), [`c510833`](https://github.com/mastra-ai/mastra/commit/c5108333e8cbc19dafee5f8bfefbcb5ee935335c), [`c4c7dad`](https://github.com/mastra-ai/mastra/commit/c4c7dadfe2e4584f079f6c24bfabdb8c4981827f), [`45c3112`](https://github.com/mastra-ai/mastra/commit/45c31122666a0cc56b94727099fcb1871ed1b3f6), [`7296fcc`](https://github.com/mastra-ai/mastra/commit/7296fcc599c876a68699a71c7054a16d5aaf2337), [`00c27f9`](https://github.com/mastra-ai/mastra/commit/00c27f9080731433230a61be69c44e39a7a7b4c7), [`5e7c287`](https://github.com/mastra-ai/mastra/commit/5e7c28701f2bce795dd5c811e4c3060bf2ea2242), [`7e17d3f`](https://github.com/mastra-ai/mastra/commit/7e17d3f656fdda2aad47c4beb8c491636d70820c), [`ee19c9b`](https://github.com/mastra-ai/mastra/commit/ee19c9ba3ec3ed91feb214ad539bdc766c53bb01)]:
23
+ - @mastra/core@1.12.0
24
+
3
25
  ## 1.3.0-alpha.0
4
26
 
5
27
  ### Minor Changes
@@ -3,7 +3,7 @@ name: mastra-cloudflare
3
3
  description: Documentation for @mastra/cloudflare. Use when working with @mastra/cloudflare APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/cloudflare"
6
- version: "1.3.0-alpha.0"
6
+ version: "1.3.1-alpha.0"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.0-alpha.0",
2
+ "version": "1.3.1-alpha.0",
3
3
  "package": "@mastra/cloudflare",
4
4
  "exports": {
5
5
  "CloudflareDOStorage": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/cloudflare",
3
- "version": "1.3.0-alpha.0",
3
+ "version": "1.3.1-alpha.0",
4
4
  "description": "Cloudflare provider for Mastra - includes db storage capabilities",
5
5
  "type": "module",
6
6
  "files": [
@@ -44,23 +44,23 @@
44
44
  },
45
45
  "license": "Apache-2.0",
46
46
  "dependencies": {
47
- "cloudflare": "^4.5.0"
47
+ "cloudflare": "^5.2.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@cloudflare/workers-types": "^4.20251111.0",
51
- "@types/node": "22.19.13",
50
+ "@cloudflare/workers-types": "^4.20260316.1",
51
+ "@types/node": "22.19.15",
52
52
  "@vitest/coverage-v8": "4.0.18",
53
53
  "@vitest/ui": "4.0.18",
54
54
  "dotenv": "^17.3.1",
55
55
  "eslint": "^9.39.4",
56
- "miniflare": "^4.20251109.0",
56
+ "miniflare": "^4.20260312.0",
57
57
  "tsup": "^8.5.1",
58
58
  "typescript": "^5.9.3",
59
59
  "vitest": "4.0.18",
60
- "@internal/lint": "0.0.67",
61
- "@internal/types-builder": "0.0.42",
62
- "@mastra/core": "1.12.0-alpha.0",
63
- "@internal/storage-test-utils": "0.0.63"
60
+ "@internal/lint": "0.0.74",
61
+ "@internal/storage-test-utils": "0.0.70",
62
+ "@internal/types-builder": "0.0.49",
63
+ "@mastra/core": "1.18.0-alpha.3"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@cloudflare/workers-types": "^4.20240919.0",