@mastra/convex 1.4.0 → 1.5.0-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,30 @@
1
1
  # @mastra/convex
2
2
 
3
+ ## 1.5.0-alpha.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Added exact metadata filtering to message history queries across Memory APIs and supported storage providers. ([#19991](https://github.com/mastra-ai/mastra/pull/19991))
8
+
9
+ ```ts
10
+ const messages = await memory.recall({
11
+ threadId: 'thread-1',
12
+ filter: {
13
+ metadata: {
14
+ status: 'done',
15
+ priority: 'high',
16
+ },
17
+ },
18
+ });
19
+ ```
20
+
21
+ Multiple fields use AND semantics. Supported values are strings, finite numbers, booleans, and `null`.
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`0dca9d0`](https://github.com/mastra-ai/mastra/commit/0dca9d0b1356024a53b72ea6f040db528b126caa)]:
26
+ - @mastra/core@1.54.0-alpha.0
27
+
3
28
  ## 1.4.0
4
29
 
5
30
  ### Minor Changes
@@ -1772,5 +1772,5 @@ exports.mastraNativeVectorAction = mastraNativeVectorAction;
1772
1772
  exports.mastraNativeVectorMutation = mastraNativeVectorMutation;
1773
1773
  exports.mastraNativeVectorQuery = mastraNativeVectorQuery;
1774
1774
  exports.mastraStorage = mastraStorage;
1775
- //# sourceMappingURL=chunk-2KILIA33.cjs.map
1776
- //# sourceMappingURL=chunk-2KILIA33.cjs.map
1775
+ //# sourceMappingURL=chunk-PKCUPSKO.cjs.map
1776
+ //# sourceMappingURL=chunk-PKCUPSKO.cjs.map