@mastra/mssql 0.3.0-alpha.1 → 0.3.1

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,4 +1,4 @@
1
1
 
2
- > @mastra/mssql@0.3.0-alpha.1 build /home/runner/work/mastra/mastra/stores/mssql
2
+ > @mastra/mssql@0.3.1-alpha.0 build /home/runner/work/mastra/mastra/stores/mssql
3
3
  > tsup --silent --config tsup.config.ts
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # @mastra/mssql
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 03997ae: Update peerdeps
8
+ - Updated dependencies [227c7e6]
9
+ - Updated dependencies [12cae67]
10
+ - Updated dependencies [fd3a3eb]
11
+ - Updated dependencies [6faaee5]
12
+ - Updated dependencies [4232b14]
13
+ - Updated dependencies [a89de7e]
14
+ - Updated dependencies [5a37d0c]
15
+ - Updated dependencies [4bde0cb]
16
+ - Updated dependencies [cf4f357]
17
+ - Updated dependencies [ad888a2]
18
+ - Updated dependencies [481751d]
19
+ - Updated dependencies [2454423]
20
+ - Updated dependencies [194e395]
21
+ - Updated dependencies [a722c0b]
22
+ - Updated dependencies [c30bca8]
23
+ - Updated dependencies [3b5fec7]
24
+ - Updated dependencies [a8f129d]
25
+ - @mastra/core@0.14.0
26
+
27
+ ## 0.3.1-alpha.0
28
+
29
+ ### Patch Changes
30
+
31
+ - 03997ae: Update peerdeps
32
+ - @mastra/core@0.14.0-alpha.7
33
+
34
+ ## 0.3.0
35
+
36
+ ### Minor Changes
37
+
38
+ - 8c5a2b0: feat(mssql): implement comprehensive scoring system, enhance storage operations & format storage into domains
39
+ - Add full CRUD operations for scoring system (getScoreById, saveScore, getScoresByScorerId, etc.)
40
+ - Implement message deletion functionality with thread timestamp updates
41
+ - Enhance thread management with sorting options and improved pagination
42
+ - Add batch trace insertion for improved performance
43
+ - Implement proper storage domain initialization with all operation bindings
44
+ - Enhance message parsing and formatting with better v1/v2 support
45
+ - Improve table operations with better foreign key handling
46
+ - Add float data type support in schema creation
47
+ - Enhance timestamp handling with proper SQL DateTime2 usage
48
+ - Update core dependency to latest version
49
+ - Format storage into domains and separate these into different files
50
+
51
+ BREAKING CHANGE: deleteMessages support is now enabled (was previously false)
52
+
53
+ ### Patch Changes
54
+
55
+ - 2871020: update safelyParseJSON to check for value of param when handling parse
56
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
57
+ - Updated dependencies [cb36de0]
58
+ - Updated dependencies [d0496e6]
59
+ - Updated dependencies [a82b851]
60
+ - Updated dependencies [ea0c5f2]
61
+ - Updated dependencies [41a0a0e]
62
+ - Updated dependencies [2871020]
63
+ - Updated dependencies [94f4812]
64
+ - Updated dependencies [e202b82]
65
+ - Updated dependencies [e00f6a0]
66
+ - Updated dependencies [4a406ec]
67
+ - Updated dependencies [b0e43c1]
68
+ - Updated dependencies [5d377e5]
69
+ - Updated dependencies [1fb812e]
70
+ - Updated dependencies [35c5798]
71
+ - @mastra/core@0.13.0
72
+
3
73
  ## 0.3.0-alpha.1
4
74
 
5
75
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/mssql",
3
- "version": "0.3.0-alpha.1",
3
+ "version": "0.3.1",
4
4
  "description": "MSSQL provider for Mastra - db storage capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -30,13 +30,13 @@
30
30
  "tsup": "^8.5.0",
31
31
  "typescript": "^5.8.3",
32
32
  "vitest": "^3.2.4",
33
- "@internal/lint": "0.0.26",
34
- "@internal/storage-test-utils": "0.0.22",
35
- "@internal/types-builder": "0.0.1",
36
- "@mastra/core": "0.13.0-alpha.2"
33
+ "@internal/storage-test-utils": "0.0.26",
34
+ "@internal/lint": "0.0.30",
35
+ "@internal/types-builder": "0.0.5",
36
+ "@mastra/core": "0.14.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@mastra/core": ">=0.13.0-0 <0.14.0-0"
39
+ "@mastra/core": ">=0.13.0-0 <0.15.0-0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsup --silent --config tsup.config.ts",