File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.11 .0"
2+ "." : " 0.12 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.12.0 (2026-05-11)
4+
5+ Full Changelog: [ v0.11.0...v0.12.0] ( https://github.com/scaleapi/scale-agentex-python/compare/v0.11.0...v0.12.0 )
6+
7+ ### ⚠ BREAKING CHANGES
8+
9+ * remove AgentexTracingProcessor from default tracing processors ([ #349 ] ( https://github.com/scaleapi/scale-agentex-python/issues/349 ) )
10+
11+ ### Features
12+
13+ * ** internal/types:** support eagerly validating pydantic iterators ([ 2c528c6] ( https://github.com/scaleapi/scale-agentex-python/commit/2c528c6db24cb64b7fffadafe3e8c46f316f0d56 ) )
14+ * remove AgentexTracingProcessor from default tracing processors ([ #349 ] ( https://github.com/scaleapi/scale-agentex-python/issues/349 ) ) ([ 73eca7a] ( https://github.com/scaleapi/scale-agentex-python/commit/73eca7ad620a7e0a8bd0180b9dee02a7dde12dbb ) )
15+
16+
17+ ### Bug Fixes
18+
19+ * ** client:** add missing f-string prefix in file type error message ([ dcb1cb4] ( https://github.com/scaleapi/scale-agentex-python/commit/dcb1cb489bc565828c16c327c5ab6b678b13c0fa ) )
20+ * render .env.example template in agentex init ([ #351 ] ( https://github.com/scaleapi/scale-agentex-python/issues/351 ) ) ([ 6092595] ( https://github.com/scaleapi/scale-agentex-python/commit/6092595fa8a267b2c305baba09e2682c04d593b3 ) )
21+ * ** tracing:** make SGP processor stateless to stop dropping span closes ([ #354 ] ( https://github.com/scaleapi/scale-agentex-python/issues/354 ) ) ([ 5e9f28d] ( https://github.com/scaleapi/scale-agentex-python/commit/5e9f28d2f1453b3b6faf993acf9f67a6fd098952 ) )
22+ * wire SGP_CLIENT_BASE_URL and silence openai-agents tracer in templates ([ #352 ] ( https://github.com/scaleapi/scale-agentex-python/issues/352 ) ) ([ 870324e] ( https://github.com/scaleapi/scale-agentex-python/commit/870324e7bb87cefc20a79dc344d8603a836ca9b5 ) )
23+
324## 0.11.0 (2026-05-07)
425
526Full Changelog: [ v0.10.5...v0.11.0] ( https://github.com/scaleapi/scale-agentex-python/compare/v0.10.5...v0.11.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " agentex-sdk"
3- version = " 0.11 .0"
3+ version = " 0.12 .0"
44description = " The official Python library for the agentex API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "agentex"
4- __version__ = "0.11 .0" # x-release-please-version
4+ __version__ = "0.12 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments