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
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-03)
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 a standard automated release PR generated by Stainless, bumping the SDK version from
0.9.7to0.10.0. The minor version increment is appropriate given the new tracing feature introduced in#303.0.9.7→0.10.0updated consistently acrosspyproject.toml,src/agentex/_version.py, and.release-please-manifest.json.stats.ymlto reflect the revised spec that includes tracing-related changes#303) and the SGP tracing memory-leak fix (#302)Confidence Score: 5/5
Safe to merge — this is a pure version-bump release PR with no source logic changes.
All five changed files are release bookkeeping (version strings, changelog, manifest, spec hash). The version number is bumped consistently across every required location, the semver bump from 0.9.7 to 0.10.0 correctly reflects the new feature in #303, and no logic code is introduced or modified. There are no P0/P1 findings.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["PR #304 — release: 0.10.0"] --> B["Version bump 0.9.7 → 0.10.0"] B --> C["pyproject.toml"] B --> D["src/agentex/_version.py"] B --> E[".release-please-manifest.json"] A --> F["CHANGELOG.md — new 0.10.0 entry"] F --> G["Feature: async span processing (#303)"] F --> H["Fix: SGP tracing memory leak (#302)"] A --> I[".stats.yml — openapi_spec_hash updated"]Reviews (11): Last reviewed commit: "release: 0.10.0" | Re-trigger Greptile