@mastra/server 1.17.0 → 1.18.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,16 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 1.18.0-alpha.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Added new observability API endpoints for listing available tags, environments, and service names to support trace filtering in the studio UI. ([#14564](https://github.com/mastra-ai/mastra/pull/14564))
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`dc514a8`](https://github.com/mastra-ai/mastra/commit/dc514a83dba5f719172dddfd2c7b858e4943d067), [`404fea1`](https://github.com/mastra-ai/mastra/commit/404fea13042181f0b0c73a101392ac87c79ceae2), [`ebf5047`](https://github.com/mastra-ai/mastra/commit/ebf5047e825c38a1a356f10b214c1d4260dfcd8d), [`675f15b`](https://github.com/mastra-ai/mastra/commit/675f15b7eaeea649158d228ea635be40480c584d), [`b174c63`](https://github.com/mastra-ai/mastra/commit/b174c63a093108d4e53b9bc89a078d9f66202b3f), [`eef7cb2`](https://github.com/mastra-ai/mastra/commit/eef7cb2abe7ef15951e2fdf792a5095c6c643333), [`e8a5b0b`](https://github.com/mastra-ai/mastra/commit/e8a5b0b9bc94d12dee4150095512ca27a288d778)]:
12
+ - @mastra/core@1.18.0-alpha.0
13
+
3
14
  ## 1.17.0
4
15
 
5
16
  ### Minor Changes
@@ -3,7 +3,7 @@ name: mastra-server
3
3
  description: Documentation for @mastra/server. Use when working with @mastra/server APIs, configuration, or implementation.
4
4
  metadata:
5
5
  package: "@mastra/server"
6
- version: "1.17.0"
6
+ version: "1.18.0-alpha.0"
7
7
  ---
8
8
 
9
9
  ## When to use
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.17.0",
2
+ "version": "1.18.0-alpha.0",
3
3
  "package": "@mastra/server",
4
4
  "exports": {},
5
5
  "modules": {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/server",
3
- "version": "1.17.0",
3
+ "version": "1.18.0-alpha.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -105,10 +105,10 @@
105
105
  "@internal/lint": "0.0.74",
106
106
  "@internal/core": "0.0.0",
107
107
  "@internal/storage-test-utils": "0.0.70",
108
- "@mastra/agent-builder": "1.0.19-alpha.1",
109
- "@mastra/core": "1.17.0",
110
- "@internal/types-builder": "0.0.49",
111
108
  "@internal/test-utils": "0.0.10",
109
+ "@internal/types-builder": "0.0.49",
110
+ "@mastra/agent-builder": "1.0.19-alpha.2",
111
+ "@mastra/core": "1.18.0-alpha.0",
112
112
  "@mastra/schema-compat": "1.2.7"
113
113
  },
114
114
  "homepage": "https://mastra.ai",