@mastra/upstash 0.12.0-alpha.3 → 0.12.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.
@@ -1,23 +1,23 @@
1
1
 
2
- > @mastra/upstash@0.12.0-alpha.3 build /home/runner/work/mastra/mastra/stores/upstash
2
+ > @mastra/upstash@0.12.1-alpha.0 build /home/runner/work/mastra/mastra/stores/upstash
3
3
  > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 10415ms
9
+ TSC ⚡️ Build success in 11026ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.3
13
13
  Writing package typings: /home/runner/work/mastra/mastra/stores/upstash/dist/_tsup-dts-rollup.d.ts
14
14
  Analysis will use the bundled TypeScript version 5.8.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/stores/upstash/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 12348ms
16
+ DTS ⚡️ Build success in 12983ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  CJS dist/index.cjs 58.93 KB
21
- CJS ⚡️ Build success in 2021ms
21
+ CJS ⚡️ Build success in 1526ms
22
22
  ESM dist/index.js 58.11 KB
23
- ESM ⚡️ Build success in 2039ms
23
+ ESM ⚡️ Build success in 1526ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @mastra/upstash
2
2
 
3
+ ## 0.12.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - bef10e5: dependencies updates:
8
+ - Updated dependency [`@upstash/vector@^1.2.2` ↗︎](https://www.npmjs.com/package/@upstash/vector/v/1.2.2) (from `^1.2.1`, in `dependencies`)
9
+ - Updated dependencies [2873c7f]
10
+ - Updated dependencies [1c1c6a1]
11
+ - Updated dependencies [565cc0c]
12
+ - @mastra/core@0.10.11-alpha.2
13
+
14
+ ## 0.12.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 8a3bfd2: Update peerdeps to latest core
19
+
20
+ ### Patch Changes
21
+
22
+ - 15e9d26: Added per-resource working memory for LibSQL, Upstash, and PG
23
+ - d8f2d19: Add updateMessages API to storage classes (only support for PG and LibSQL for now) and to memory class. Additionally allow for metadata to be saved in the content field of a message.
24
+ - 0fb9d64: [MASTRA-4018] Update saveMessages in storage adapters to upsert messages
25
+ - 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
26
+ - 0e17048: Throw mastra errors in storage packages
27
+ - Updated dependencies [15e9d26]
28
+ - Updated dependencies [d1baedb]
29
+ - Updated dependencies [d8f2d19]
30
+ - Updated dependencies [4d21bf2]
31
+ - Updated dependencies [07d6d88]
32
+ - Updated dependencies [9d52b17]
33
+ - Updated dependencies [2097952]
34
+ - Updated dependencies [792c4c0]
35
+ - Updated dependencies [5d74aab]
36
+ - Updated dependencies [a8b194f]
37
+ - Updated dependencies [4fb0cc2]
38
+ - Updated dependencies [d2a7a31]
39
+ - Updated dependencies [502fe05]
40
+ - Updated dependencies [144eb0b]
41
+ - Updated dependencies [8ba1b51]
42
+ - Updated dependencies [4efcfa0]
43
+ - Updated dependencies [0e17048]
44
+ - @mastra/core@0.10.7
45
+
3
46
  ## 0.12.0-alpha.3
4
47
 
5
48
  ### Minor Changes
@@ -1498,7 +1541,6 @@
1498
1541
  ### Minor Changes
1499
1542
 
1500
1543
  - c87eb4e: Combine Upstash packages into `@mastra/upstash`.
1501
-
1502
1544
  - Move and combine packages to `stores/upstash`
1503
1545
  - Reorganize source files into `src/vector` and `src/store`
1504
1546
  - Add deprecation notices to old packages
@@ -1832,7 +1874,6 @@
1832
1874
  ### Minor Changes
1833
1875
 
1834
1876
  - c87eb4e: Combine Upstash packages into `@mastra/upstash`.
1835
-
1836
1877
  - Move and combine packages to `stores/upstash`
1837
1878
  - Reorganize source files into `src/vector` and `src/store`
1838
1879
  - Add deprecation notices to old packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/upstash",
3
- "version": "0.12.0-alpha.3",
3
+ "version": "0.12.1-alpha.0",
4
4
  "description": "Upstash provider for Mastra - includes both vector and db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -21,19 +21,19 @@
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
23
  "@upstash/redis": "^1.35.0",
24
- "@upstash/vector": "^1.2.1"
24
+ "@upstash/vector": "^1.2.2"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@microsoft/api-extractor": "^7.52.8",
28
28
  "@types/node": "^20.19.0",
29
- "dotenv": "^16.5.0",
29
+ "dotenv": "^17.0.0",
30
30
  "eslint": "^9.29.0",
31
31
  "tsup": "^8.5.0",
32
32
  "typescript": "^5.8.3",
33
- "vitest": "^3.2.3",
34
- "@internal/storage-test-utils": "0.0.9",
35
- "@internal/lint": "0.0.13",
36
- "@mastra/core": "0.10.7-alpha.3"
33
+ "vitest": "^3.2.4",
34
+ "@internal/lint": "0.0.17",
35
+ "@internal/storage-test-utils": "0.0.13",
36
+ "@mastra/core": "0.10.11-alpha.2"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@mastra/core": ">=0.10.7-0 <0.11.0-0"