| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Co-authored-by: Declan Brady <declan.brady@scale.com>
Release version edited manuallyThe Pull Request version has been manually set to 0.10.2 and will be used for the release. If you instead want to use the version number 0.11.0 generated from conventional commits, just remove the label autorelease: custom version from this Pull Request. |
Sorry, something went wrong.
|
🤖 Release is at https://github.com/scaleapi/scale-agentex-python/releases/tag/v0.10.2 🌻 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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_id field added to the entire span creation/update/list API surface and propagated through the Temporal activity layer; a performance improvement to AsyncSpanQueue that drains items in concurrent batches (all STARTs before ENDs per batch) instead of one-at-a-time; and a targeted deepcopy_with_paths utility that replaces the broader deepcopy_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