Open
Conversation
fd84a22 to
693b677
Compare
33ae49f to
9d11903
Compare
ac6c416 to
53be717
Compare
53be717 to
821561a
Compare
821561a to
ffb5c53
Compare
ffb5c53 to
b1cbd35
Compare
b1cbd35 to
5c3b928
Compare
5c3b928 to
5035f37
Compare
5035f37 to
c075f4e
Compare
c075f4e to
c630d99
Compare
c630d99 to
6bc424d
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-06)
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 SDK version from
0.9.7to0.10.0. The release includes two changes from prior merged PRs: a new background queue for async span processing in tracing (#303), and a memory leak fix in SGP tracing processors (#302). All version references are consistently updated across the manifest, pyproject, and version module..release-please-manifest.json: version bumped from0.9.7to0.10.0pyproject.toml: project version bumped from0.9.7to0.10.0src/agentex/_version.py:__version__constant updated from0.9.7to0.10.0.stats.yml: OpenAPI spec hash updated to reflect the updated specCHANGELOG.md:0.10.0entry added with links to the two included feature/fix commitsConfidence Score: 5/5
This PR is safe to merge — it is a purely mechanical version bump with no logic changes.
All five changed files contain only version string updates and a changelog entry. No code logic, APIs, or configuration behaviour is altered.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A["PR #302: Fix memory leak\nin SGP tracing processors"] --> C["Release PR #304\nv0.9.7 → v0.10.0"] B["PR #303: Add background queue\nfor async span processing"] --> C C --> D["Bump pyproject.toml"] C --> E["Bump src/agentex/_version.py"] C --> F["Bump .release-please-manifest.json"] C --> G["Update .stats.yml hash"] C --> H["Update CHANGELOG.md"]Reviews (46): Last reviewed commit: "release: 0.10.0" | Re-trigger Greptile