@mastra/mssql 0.0.0-zod-v4-compat-part-2-20250822105954 → 0.0.0-zod-v4-stuff-20250825154219

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 (32) hide show
  1. package/CHANGELOG.md +129 -3
  2. package/dist/index.cjs +1617 -1104
  3. package/dist/index.cjs.map +1 -1
  4. package/dist/index.d.ts +1 -1
  5. package/dist/index.js +1617 -1104
  6. package/dist/index.js.map +1 -1
  7. package/dist/storage/domains/legacy-evals/index.d.ts +20 -0
  8. package/dist/storage/domains/legacy-evals/index.d.ts.map +1 -0
  9. package/dist/storage/domains/memory/index.d.ts +98 -0
  10. package/dist/storage/domains/memory/index.d.ts.map +1 -0
  11. package/dist/storage/domains/operations/index.d.ts +51 -0
  12. package/dist/storage/domains/operations/index.d.ts.map +1 -0
  13. package/dist/storage/domains/scores/index.d.ts +46 -0
  14. package/dist/storage/domains/scores/index.d.ts.map +1 -0
  15. package/dist/storage/domains/traces/index.d.ts +37 -0
  16. package/dist/storage/domains/traces/index.d.ts.map +1 -0
  17. package/dist/storage/domains/utils.d.ts +6 -0
  18. package/dist/storage/domains/utils.d.ts.map +1 -0
  19. package/dist/storage/domains/workflows/index.d.ts +36 -0
  20. package/dist/storage/domains/workflows/index.d.ts.map +1 -0
  21. package/dist/storage/index.d.ts +78 -82
  22. package/dist/storage/index.d.ts.map +1 -1
  23. package/package.json +7 -6
  24. package/src/storage/domains/legacy-evals/index.ts +175 -0
  25. package/src/storage/domains/memory/index.ts +1084 -0
  26. package/src/storage/domains/operations/index.ts +401 -0
  27. package/src/storage/domains/scores/index.ts +316 -0
  28. package/src/storage/domains/traces/index.ts +212 -0
  29. package/src/storage/domains/utils.ts +12 -0
  30. package/src/storage/domains/workflows/index.ts +259 -0
  31. package/src/storage/index.ts +158 -1834
  32. package/tsup.config.ts +2 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,140 @@
1
- # Changelog for mastra-mssql
1
+ # @mastra/mssql
2
2
 
3
- ## 0.0.0-zod-v4-compat-part-2-20250822105954
3
+ ## 0.0.0-zod-v4-stuff-20250825154219
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [[`0778757`](https://github.com/mastra-ai/mastra/commit/07787570e4addbd501522037bd2542c3d9e26822), [`bf504a8`](https://github.com/mastra-ai/mastra/commit/bf504a833051f6f321d832cc7d631f3cb86d657b), [`e6f5046`](https://github.com/mastra-ai/mastra/commit/e6f50467aff317e67e8bd74c485c3fbe2a5a6db1), [`d51eac2`](https://github.com/mastra-ai/mastra/commit/d51eac24ba0fbb33d3e22dcc310f9c0e7167598d), [`9613558`](https://github.com/mastra-ai/mastra/commit/9613558e6475f4710e05d1be7553a32ee7bddc20)]:
8
+ - @mastra/core@0.0.0-zod-v4-stuff-20250825154219
9
+
10
+ ## 0.3.2
11
+
12
+ ### Patch Changes
13
+
14
+ - [#6700](https://github.com/mastra-ai/mastra/pull/6700) [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02) Thanks [@gpanakkal](https://github.com/gpanakkal)! - Add `getMessagesById` method to `MastraStorage` adapters
15
+
16
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`0f00e17`](https://github.com/mastra-ai/mastra/commit/0f00e172953ccdccadb35ed3d70f5e4d89115869), [`217cd7a`](https://github.com/mastra-ai/mastra/commit/217cd7a4ce171e9a575c41bb8c83300f4db03236), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
17
+ - @mastra/core@0.14.1
18
+
19
+ ## 0.3.2-alpha.0
20
+
21
+ ### Patch Changes
22
+
23
+ - [#6700](https://github.com/mastra-ai/mastra/pull/6700) [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02) Thanks [@gpanakkal](https://github.com/gpanakkal)! - Add `getMessagesById` method to `MastraStorage` adapters
24
+
25
+ - Updated dependencies [[`6e7e120`](https://github.com/mastra-ai/mastra/commit/6e7e1207d6e8d8b838f9024f90bd10df1181ba27), [`a5a23d9`](https://github.com/mastra-ai/mastra/commit/a5a23d981920d458dc6078919992a5338931ef02)]:
26
+ - @mastra/core@0.14.1-alpha.0
27
+
28
+ ## 0.3.1
29
+
30
+ ### Patch Changes
31
+
32
+ - 03997ae: Update peerdeps
33
+ - Updated dependencies [227c7e6]
34
+ - Updated dependencies [12cae67]
35
+ - Updated dependencies [fd3a3eb]
36
+ - Updated dependencies [6faaee5]
37
+ - Updated dependencies [4232b14]
38
+ - Updated dependencies [a89de7e]
39
+ - Updated dependencies [5a37d0c]
40
+ - Updated dependencies [4bde0cb]
41
+ - Updated dependencies [cf4f357]
42
+ - Updated dependencies [ad888a2]
43
+ - Updated dependencies [481751d]
44
+ - Updated dependencies [2454423]
45
+ - Updated dependencies [194e395]
46
+ - Updated dependencies [a722c0b]
47
+ - Updated dependencies [c30bca8]
48
+ - Updated dependencies [3b5fec7]
49
+ - Updated dependencies [a8f129d]
50
+ - @mastra/core@0.14.0
51
+
52
+ ## 0.3.1-alpha.0
53
+
54
+ ### Patch Changes
55
+
56
+ - 03997ae: Update peerdeps
57
+ - @mastra/core@0.14.0-alpha.7
58
+
59
+ ## 0.3.0
60
+
61
+ ### Minor Changes
62
+
63
+ - 8c5a2b0: feat(mssql): implement comprehensive scoring system, enhance storage operations & format storage into domains
64
+ - Add full CRUD operations for scoring system (getScoreById, saveScore, getScoresByScorerId, etc.)
65
+ - Implement message deletion functionality with thread timestamp updates
66
+ - Enhance thread management with sorting options and improved pagination
67
+ - Add batch trace insertion for improved performance
68
+ - Implement proper storage domain initialization with all operation bindings
69
+ - Enhance message parsing and formatting with better v1/v2 support
70
+ - Improve table operations with better foreign key handling
71
+ - Add float data type support in schema creation
72
+ - Enhance timestamp handling with proper SQL DateTime2 usage
73
+ - Update core dependency to latest version
74
+ - Format storage into domains and separate these into different files
75
+
76
+ BREAKING CHANGE: deleteMessages support is now enabled (was previously false)
77
+
78
+ ### Patch Changes
79
+
80
+ - 2871020: update safelyParseJSON to check for value of param when handling parse
81
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
82
+ - Updated dependencies [cb36de0]
83
+ - Updated dependencies [d0496e6]
84
+ - Updated dependencies [a82b851]
85
+ - Updated dependencies [ea0c5f2]
86
+ - Updated dependencies [41a0a0e]
87
+ - Updated dependencies [2871020]
7
88
  - Updated dependencies [94f4812]
8
89
  - Updated dependencies [e202b82]
9
90
  - Updated dependencies [e00f6a0]
91
+ - Updated dependencies [4a406ec]
92
+ - Updated dependencies [b0e43c1]
93
+ - Updated dependencies [5d377e5]
94
+ - Updated dependencies [1fb812e]
95
+ - Updated dependencies [35c5798]
96
+ - @mastra/core@0.13.0
97
+
98
+ ## 0.3.0-alpha.1
99
+
100
+ ### Patch Changes
101
+
102
+ - 2871020: update safelyParseJSON to check for value of param when handling parse
103
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
104
+ - Updated dependencies [cb36de0]
105
+ - Updated dependencies [a82b851]
106
+ - Updated dependencies [41a0a0e]
107
+ - Updated dependencies [2871020]
108
+ - Updated dependencies [4a406ec]
109
+ - Updated dependencies [5d377e5]
110
+ - @mastra/core@0.13.0-alpha.2
111
+
112
+ ## 0.3.0-alpha.0
113
+
114
+ ### Minor Changes
115
+
116
+ - 8c5a2b0: feat(mssql): implement comprehensive scoring system, enhance storage operations & format storage into domains
117
+ - Add full CRUD operations for scoring system (getScoreById, saveScore, getScoresByScorerId, etc.)
118
+ - Implement message deletion functionality with thread timestamp updates
119
+ - Enhance thread management with sorting options and improved pagination
120
+ - Add batch trace insertion for improved performance
121
+ - Implement proper storage domain initialization with all operation bindings
122
+ - Enhance message parsing and formatting with better v1/v2 support
123
+ - Improve table operations with better foreign key handling
124
+ - Add float data type support in schema creation
125
+ - Enhance timestamp handling with proper SQL DateTime2 usage
126
+ - Update core dependency to latest version
127
+ - Format storage into domains and separate these into different files
128
+
129
+ BREAKING CHANGE: deleteMessages support is now enabled (was previously false)
130
+
131
+ ### Patch Changes
132
+
133
+ - Updated dependencies [ea0c5f2]
134
+ - Updated dependencies [b0e43c1]
135
+ - Updated dependencies [1fb812e]
10
136
  - Updated dependencies [35c5798]
11
- - @mastra/core@0.0.0-zod-v4-compat-part-2-20250822105954
137
+ - @mastra/core@0.13.0-alpha.1
12
138
 
13
139
  ## 0.2.3
14
140