Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
00256d3
codegen metadata
stainless-app[bot] Mar 31, 2026
e080a6c
codegen metadata
stainless-app[bot] Apr 1, 2026
c2891ce
codegen metadata
stainless-app[bot] Apr 1, 2026
5e3547a
codegen metadata
stainless-app[bot] Apr 1, 2026
83508b2
codegen metadata
stainless-app[bot] Apr 2, 2026
177b5ba
codegen metadata
stainless-app[bot] Apr 2, 2026
554f32f
codegen metadata
stainless-app[bot] Apr 2, 2026
5532e87
codegen metadata
stainless-app[bot] Apr 2, 2026
e188365
codegen metadata
stainless-app[bot] Apr 2, 2026
4f84db7
codegen metadata
stainless-app[bot] Apr 2, 2026
e03a32b
codegen metadata
stainless-app[bot] Apr 2, 2026
03a4889
codegen metadata
stainless-app[bot] Apr 2, 2026
210bbb4
codegen metadata
stainless-app[bot] Apr 2, 2026
87db0dc
codegen metadata
stainless-app[bot] Apr 2, 2026
6167c39
codegen metadata
stainless-app[bot] Apr 2, 2026
eb3c9f5
codegen metadata
stainless-app[bot] Apr 2, 2026
ecc3ca4
codegen metadata
stainless-app[bot] Apr 3, 2026
1b87705
codegen metadata
stainless-app[bot] Apr 3, 2026
c0473ed
codegen metadata
stainless-app[bot] Apr 3, 2026
6eceaf4
codegen metadata
stainless-app[bot] Apr 3, 2026
0757513
codegen metadata
stainless-app[bot] Apr 3, 2026
dabe3ce
codegen metadata
stainless-app[bot] Apr 3, 2026
b5f0df4
codegen metadata
stainless-app[bot] Apr 3, 2026
a88d4cc
codegen metadata
stainless-app[bot] Apr 3, 2026
df80259
codegen metadata
stainless-app[bot] Apr 3, 2026
cc62651
codegen metadata
stainless-app[bot] Apr 3, 2026
72143b6
codegen metadata
stainless-app[bot] Apr 3, 2026
21c76b8
codegen metadata
stainless-app[bot] Apr 4, 2026
07f4732
codegen metadata
stainless-app[bot] Apr 4, 2026
d511fef
codegen metadata
stainless-app[bot] Apr 4, 2026
426fb12
release: 0.10.0
stainless-app[bot] Apr 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.7"
".": "0.10.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 45
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-5fa3cb3c867281c804913c7c3e6d2143b5606d4924d42119f4b2b246f33e3db3.yml
openapi_spec_hash: 8ec711692f3ed7cd34a7a3b9d3e33f7c
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/sgp%2Fagentex-sdk-484a34db630cbb844d4496b9eada50771ded02db3f8ef71ec5316ce14d5470e4.yml
openapi_spec_hash: 6a78e58d2b468cf3c5548d3fcd95d5c7
config_hash: fb079ef7936611b032568661b8165f19
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.10.0 (2026-04-04)

Full Changelog: [v0.9.7...v0.10.0](https://github.com/scaleapi/scale-agentex-python/compare/v0.9.7...v0.10.0)

### Features

* **tracing:** Add background queue for async span processing ([#303](https://github.com/scaleapi/scale-agentex-python/issues/303)) ([3a60add](https://github.com/scaleapi/scale-agentex-python/commit/3a60add048ff24266a45700b4e78def8ffed3e0b))


### Bug Fixes

* **tracing:** Fix memory leak in SGP tracing processors ([#302](https://github.com/scaleapi/scale-agentex-python/issues/302)) ([f43dac4](https://github.com/scaleapi/scale-agentex-python/commit/f43dac4fa7ca7090b37c6c3bf285eb12515764bb))

## 0.9.7 (2026-03-30)

Full Changelog: [v0.9.6...v0.9.7](https://github.com/scaleapi/scale-agentex-python/compare/v0.9.6...v0.9.7)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "agentex-sdk"
version = "0.9.7"
version = "0.10.0"
description = "The official Python library for the agentex API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/agentex/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "agentex"
__version__ = "0.9.7" # x-release-please-version
__version__ = "0.10.0" # x-release-please-version
Loading