Conversation
@arizeai/phoenix-cli
@arizeai/phoenix-client
@arizeai/phoenix-evals
@arizeai/phoenix-mcp
@arizeai/phoenix-otel
commit: |
145a34a to
f6de796
Compare
f6de796 to
630cebd
Compare
630cebd to
e6ff86e
Compare
e6ff86e to
82f6e9a
Compare
82f6e9a to
45b65fa
Compare
45b65fa to
6e23937
Compare
a3231e4 to
524e3de
Compare
524e3de to
fb60208
Compare
fb60208 to
fbdb812
Compare
fbdb812 to
5be250a
Compare
92cb8da to
d980d22
Compare
d980d22 to
c3c0737
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| { | ||
| "name": "mastra-agent", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", |
There was a problem hiding this comment.
mastra-agent not updated to zod v4
Medium Severity
The mastra-agent package still specifies zod version ^3.25.76 as a dependency, while its dependencies @arizeai/phoenix-client and @arizeai/phoenix-evals have been upgraded to zod v4 in this release. All other non-private example apps were updated to zod v4, but this package was missed. This version mismatch could cause type incompatibilities, package resolution conflicts, or runtime issues when the package uses zod schemas from its upgraded dependencies.
c3c0737 to
27d6799
Compare
27d6799 to
1c14b6f
Compare
1c14b6f to
b511561
Compare
b511561 to
d6787d0
Compare
d6787d0 to
911cd0e
Compare
911cd0e to
6e8d020
Compare
6e8d020 to
5efcf57
Compare
5efcf57 to
86aef26
Compare
86aef26 to
ef3504e
Compare
ef3504e to
dca0a7e
Compare
dca0a7e to
71e8272
Compare
71e8272 to
f7e6402
Compare


This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@arizeai/phoenix-client@6.0.0
Major Changes
c3c700a: feat: upgrade zod from v3 to v4
BREAKING CHANGE: Upgraded zod from v3 to v4. This changes inferred TypeScript types
for schemas using
z.looseObject()(previously.passthrough()) which now include[x: string]: unknownin their output types. Consumers using these types may needto update their code. Additionally,
ZodError.errorshas been replaced withZodError.issues,z.record()now requires explicit key schemas, andzod-to-json-schemahas been replaced with nativez.toJSONSchema().Patch Changes
@arizeai/phoenix-evals@1.0.0
Major Changes
c3c700a: feat: upgrade zod from v3 to v4
BREAKING CHANGE: Upgraded zod from v3 to v4. This changes inferred TypeScript types
for schemas using
z.looseObject()(previously.passthrough()) which now include[x: string]: unknownin their output types. Consumers using these types may needto update their code. Additionally,
ZodError.errorshas been replaced withZodError.issues,z.record()now requires explicit key schemas, andzod-to-json-schemahas been replaced with nativez.toJSONSchema().@arizeai/phoenix-mcp@3.0.0
Major Changes
c3c700a: feat: upgrade zod from v3 to v4
BREAKING CHANGE: Upgraded zod from v3 to v4. This changes inferred TypeScript types
for schemas using
z.looseObject()(previously.passthrough()) which now include[x: string]: unknownin their output types. Consumers using these types may needto update their code. Additionally,
ZodError.errorshas been replaced withZodError.issues,z.record()now requires explicit key schemas, andzod-to-json-schemahas been replaced with nativez.toJSONSchema().Patch Changes
@arizeai/phoenix-cli@0.7.0
Minor Changes
px sessionsandpx sessioncommands for browsing multi-turn conversation sessions via the REST API.Patch Changes
experiments-quickstart@1.0.1
Patch Changes
langchain-quickstart@1.0.1
Patch Changes
mastra-agent@1.0.1
Patch Changes
mastra-quickstart@1.0.1
Patch Changes
tracing-tutorial@1.0.1
Patch Changes
@arizeai/phoenix-otel@0.4.2
Patch Changes
@arizeai/phoenix-otelto a compatible v2 set and update tests to assert observable span processor behavior instead of internal provider fields.Note
Medium Risk
Mostly a release/version-bump PR, but it includes major version releases tied to the
zodv4 upgrade, which can introduce breaking TypeScript type changes for downstream consumers.Overview
Release housekeeping via Changesets. Removes pending
.changesetentries and updates changelogs/package versions across the JS workspace.This cuts new releases:
@arizeai/phoenix-client@6.0.0,@arizeai/phoenix-evals@1.0.0, and@arizeai/phoenix-mcp@3.0.0(major bumps for thezodv4 upgrade), plus@arizeai/phoenix-cli@0.7.0(minor; includespx sessions/px session) and@arizeai/phoenix-otel@0.4.2(patch). Example apps are bumped to1.0.1with updated dependency ranges in their changelogs.Written by Cursor Bugbot for commit e45e100. This will update automatically on new commits. Configure here.