Merged
Conversation
ca0f33e to
3ea2d7b
Compare
97bb0d0 to
eed0347
Compare
Co-authored-by: Declan Brady <declan.brady@scale.com>
eed0347 to
0ab0045
Compare
0ab0045 to
aacdd15
Compare
Contributor
Author
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
40a4ac3 to
b3ce35c
Compare
b3ce35c to
19e02e4
Compare
19e02e4 to
9c7a772
Compare
declan-scale
approved these changes
Apr 21, 2026
Contributor
Author
|
🤖 Release is at https://github.com/scaleapi/scale-agentex-python/releases/tag/v0.10.2 🌻 |
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.2 (2026-04-21)
Full Changelog: v0.10.1...v0.10.2
Features
Bug Fixes
Performance Improvements
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 release (0.10.2) bundles three changes: a
task_idfield added to the entire span creation/update/list API surface and propagated through the Temporal activity layer; a performance improvement toAsyncSpanQueuethat drains items in concurrent batches (all STARTs before ENDs per batch) instead of one-at-a-time; and a targeteddeepcopy_with_pathsutility that replaces the broaderdeepcopy_minimal, copying only the containers that lie on a multipart-file path.Confidence Score: 5/5
Safe to merge — all changes are well-tested, ordering invariants are preserved, and the task_id field is propagated consistently.
No P0 or P1 findings. The span-queue batch refactor correctly maintains per-span START-before-END ordering. The task_id propagation is thorough and consistent across the sync, async, and Temporal paths. deepcopy_with_paths is well-tested.
No files require special attention.
Important Files Changed
Reviews (43): Last reviewed commit: "release: 0.10.2" | Re-trigger Greptile