@mastra/clickhouse 0.0.0-working-memory-per-user-20250620161509 → 0.0.0-working-memory-per-user-20250620163010

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/CHANGELOG.md +4 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,16 +1,18 @@
1
1
  # @mastra/clickhouse
2
2
 
3
- ## 0.0.0-working-memory-per-user-20250620161509
3
+ ## 0.0.0-working-memory-per-user-20250620163010
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - df82a7b: Added per-resource working memory for LibSQL, Upstash, and PG
7
8
  - 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.
8
9
  - 2097952: [MASTRA-4021] Fix PG getMessages and update messageLimit for all storage adapters
10
+ - Updated dependencies [df82a7b]
9
11
  - Updated dependencies [d8f2d19]
10
12
  - Updated dependencies [9d52b17]
11
13
  - Updated dependencies [2097952]
12
14
  - Updated dependencies [8ba1b51]
13
- - @mastra/core@0.0.0-working-memory-per-user-20250620161509
15
+ - @mastra/core@0.0.0-working-memory-per-user-20250620163010
14
16
 
15
17
  ## 0.11.1-alpha.0
16
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/clickhouse",
3
- "version": "0.0.0-working-memory-per-user-20250620161509",
3
+ "version": "0.0.0-working-memory-per-user-20250620163010",
4
4
  "description": "Clickhouse provider for Mastra - includes db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,12 +29,12 @@
29
29
  "tsup": "^8.5.0",
30
30
  "typescript": "^5.8.3",
31
31
  "vitest": "^3.2.3",
32
- "@internal/lint": "0.0.0-working-memory-per-user-20250620161509",
33
32
  "@internal/storage-test-utils": "0.0.9",
34
- "@mastra/core": "0.0.0-working-memory-per-user-20250620161509"
33
+ "@mastra/core": "0.0.0-working-memory-per-user-20250620163010",
34
+ "@internal/lint": "0.0.0-working-memory-per-user-20250620163010"
35
35
  },
36
36
  "peerDependencies": {
37
- "@mastra/core": "0.0.0-working-memory-per-user-20250620161509"
37
+ "@mastra/core": "0.0.0-working-memory-per-user-20250620163010"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",