Skip to content

chore(js): update versions#11683

Merged
mikeldking merged 1 commit intomainfrom
changeset-release/main
Feb 28, 2026
Merged

chore(js): update versions#11683
mikeldking merged 1 commit intomainfrom
changeset-release/main

Conversation

@mikeldking
Copy link
Collaborator

@mikeldking mikeldking commented Feb 22, 2026

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]: unknown in their output types. Consumers using these types may need
    to update their code. Additionally, ZodError.errors has been replaced with
    ZodError.issues, z.record() now requires explicit key schemas, and
    zod-to-json-schema has been replaced with native z.toJSONSchema().

Patch Changes

  • Updated dependencies [a97185f]
    • @arizeai/phoenix-otel@0.4.2

@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]: unknown in their output types. Consumers using these types may need
    to update their code. Additionally, ZodError.errors has been replaced with
    ZodError.issues, z.record() now requires explicit key schemas, and
    zod-to-json-schema has been replaced with native z.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]: unknown in their output types. Consumers using these types may need
    to update their code. Additionally, ZodError.errors has been replaced with
    ZodError.issues, z.record() now requires explicit key schemas, and
    zod-to-json-schema has been replaced with native z.toJSONSchema().

Patch Changes

  • Updated dependencies [c3c700a]
    • @arizeai/phoenix-client@6.0.0

@arizeai/phoenix-cli@0.7.0

Minor Changes

  • bd85bce: Add px sessions and px session commands for browsing multi-turn conversation sessions via the REST API.

Patch Changes

  • Updated dependencies [c3c700a]
    • @arizeai/phoenix-client@6.0.0

experiments-quickstart@1.0.1

Patch Changes

  • Updated dependencies [a97185f]
  • Updated dependencies [c3c700a]
    • @arizeai/phoenix-otel@0.4.2
    • @arizeai/phoenix-client@6.0.0
    • @arizeai/phoenix-evals@1.0.0

langchain-quickstart@1.0.1

Patch Changes

  • Updated dependencies [a97185f]
  • Updated dependencies [c3c700a]
    • @arizeai/phoenix-otel@0.4.2
    • @arizeai/phoenix-client@6.0.0
    • @arizeai/phoenix-evals@1.0.0

mastra-agent@1.0.1

Patch Changes

  • Updated dependencies [c3c700a]
    • @arizeai/phoenix-client@6.0.0
    • @arizeai/phoenix-evals@1.0.0

mastra-quickstart@1.0.1

Patch Changes

  • Updated dependencies [c3c700a]
    • @arizeai/phoenix-client@6.0.0
    • @arizeai/phoenix-evals@1.0.0

tracing-tutorial@1.0.1

Patch Changes

  • Updated dependencies [a97185f]
  • Updated dependencies [c3c700a]
    • @arizeai/phoenix-otel@0.4.2
    • @arizeai/phoenix-client@6.0.0
    • @arizeai/phoenix-evals@1.0.0

@arizeai/phoenix-otel@0.4.2

Patch Changes

  • a97185f: Align OpenTelemetry dependencies in @arizeai/phoenix-otel to 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 zod v4 upgrade, which can introduce breaking TypeScript type changes for downstream consumers.

Overview
Release housekeeping via Changesets. Removes pending .changeset entries 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 the zod v4 upgrade), plus @arizeai/phoenix-cli@0.7.0 (minor; includes px sessions/px session) and @arizeai/phoenix-otel@0.4.2 (patch). Example apps are bumped to 1.0.1 with updated dependency ranges in their changelogs.

Written by Cursor Bugbot for commit e45e100. This will update automatically on new commits. Configure here.

@mikeldking mikeldking requested a review from a team as a code owner February 22, 2026 05:09
@github-project-automation github-project-automation bot moved this to 📘 Todo in phoenix Feb 22, 2026
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Feb 22, 2026
@dosubot
Copy link

dosubot bot commented Feb 22, 2026

Related Documentation

Checked 0 published document(s) in 2 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 22, 2026

Open in StackBlitz

@arizeai/phoenix-cli

npm i https://pkg.pr.new/Arize-ai/phoenix/@arizeai/phoenix-cli@11683

@arizeai/phoenix-client

npm i https://pkg.pr.new/Arize-ai/phoenix/@arizeai/phoenix-client@11683

@arizeai/phoenix-evals

npm i https://pkg.pr.new/Arize-ai/phoenix/@arizeai/phoenix-evals@11683

@arizeai/phoenix-mcp

npm i https://pkg.pr.new/Arize-ai/phoenix/@arizeai/phoenix-mcp@11683

@arizeai/phoenix-otel

npm i https://pkg.pr.new/Arize-ai/phoenix/@arizeai/phoenix-otel@11683

commit: 145a34a

@github-actions github-actions bot force-pushed the changeset-release/main branch from 145a34a to f6de796 Compare February 22, 2026 05:17
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Feb 22, 2026
@github-actions github-actions bot force-pushed the changeset-release/main branch from f6de796 to 630cebd Compare February 22, 2026 19:59
@github-actions github-actions bot force-pushed the changeset-release/main branch from 630cebd to e6ff86e Compare February 22, 2026 20:33
@github-actions github-actions bot force-pushed the changeset-release/main branch from e6ff86e to 82f6e9a Compare February 23, 2026 06:15
@github-actions github-actions bot force-pushed the changeset-release/main branch from 82f6e9a to 45b65fa Compare February 23, 2026 17:28
@github-actions github-actions bot force-pushed the changeset-release/main branch from 45b65fa to 6e23937 Compare February 23, 2026 18:33
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from a3231e4 to 524e3de Compare February 23, 2026 23:36
@github-actions github-actions bot force-pushed the changeset-release/main branch from 524e3de to fb60208 Compare February 24, 2026 00:05
@github-actions github-actions bot force-pushed the changeset-release/main branch from fb60208 to fbdb812 Compare February 24, 2026 00:08
@github-actions github-actions bot force-pushed the changeset-release/main branch from fbdb812 to 5be250a Compare February 24, 2026 00:10
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the changeset-release/main branch from c3c0737 to 27d6799 Compare February 24, 2026 18:01
@github-actions github-actions bot force-pushed the changeset-release/main branch from 27d6799 to 1c14b6f Compare February 24, 2026 18:51
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1c14b6f to b511561 Compare February 24, 2026 21:22
@github-actions github-actions bot force-pushed the changeset-release/main branch from b511561 to d6787d0 Compare February 24, 2026 21:26
@github-actions github-actions bot force-pushed the changeset-release/main branch from d6787d0 to 911cd0e Compare February 24, 2026 21:58
@github-actions github-actions bot force-pushed the changeset-release/main branch from 911cd0e to 6e8d020 Compare February 24, 2026 22:23
@github-actions github-actions bot force-pushed the changeset-release/main branch from 6e8d020 to 5efcf57 Compare February 24, 2026 23:40
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5efcf57 to 86aef26 Compare February 25, 2026 01:10
@github-actions github-actions bot force-pushed the changeset-release/main branch from 86aef26 to ef3504e Compare February 25, 2026 08:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from ef3504e to dca0a7e Compare February 25, 2026 16:09
@github-actions github-actions bot force-pushed the changeset-release/main branch from dca0a7e to 71e8272 Compare February 25, 2026 16:24
@github-actions github-actions bot force-pushed the changeset-release/main branch from 71e8272 to f7e6402 Compare February 25, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

1 participant