Open
Conversation
280ea4e to
fd84a22
Compare
fd84a22 to
693b677
Compare
693b677 to
7139cbe
Compare
7139cbe to
8d9fb6b
Compare
8d9fb6b to
7001db8
Compare
7001db8 to
e6b2606
Compare
e6b2606 to
fcbd7cc
Compare
fcbd7cc to
e0f4c4a
Compare
e0f4c4a to
af5b9eb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release PR
0.10.0 (2026-04-04)
Full Changelog: v0.9.7...v0.10.0
Features
Bug Fixes
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Greptile Summary
This is an automated release PR generated by Stainless, bumping the
agentex-sdkpackage fromv0.9.7tov0.10.0. The release incorporates two tracing-related changes from the previous commits:The PR itself contains only version metadata updates (
.release-please-manifest.json,pyproject.toml,src/agentex/_version.py), an updated OpenAPI spec hash (.stats.yml), and the corresponding changelog entry. All version strings are consistent across files and no code logic is changed in this PR.Confidence Score: 5/5
This PR is safe to merge — it contains only automated version bumps and changelog entries with no functional code changes.
All five changed files are pure version/metadata updates generated by the Stainless release toolchain. Version strings are consistent across all files (0.10.0 everywhere), the changelog is accurate, and there are no logic, security, or behavioral changes introduced in this PR itself.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Stainless Release Bot] -->|Generates release PR| B[Version bump: 0.9.7 → 0.10.0] B --> C[.release-please-manifest.json] B --> D[pyproject.toml] B --> E[src/agentex/_version.py] B --> F[CHANGELOG.md entry] B --> G[.stats.yml openapi_spec_hash update] F --> H["Feature: async span processing queue (#303)"] F --> I["Bug fix: SGP tracing memory leak (#302)"]Reviews (13): Last reviewed commit: "release: 0.10.0" | Re-trigger Greptile