File tree Expand file tree Collapse file tree
src/microsoft/opentelemetry Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release History
22
3- # 1.3.1 (Unreleased )
3+ # 1.3.1 (2026-05-28 )
44
5+ ### Features Added
6+ - Add ` ApplyGuardrailScope ` for security guardrail evaluations
7+ ([ #173 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/173 ) )
8+
9+ ### Bugs Fixed
10+ - Fix ` enable_sensitive_data ` leaking to all instrumentors
11+ ([ #176 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/176 ) )
12+ - Fix LangChain tracer main-agent attribute propagation timing
13+ ([ #171 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/171 ) )
14+
15+ ### Other Changes
16+ - Invoke-agent wrapper span now populates tool-call turns and ` gen_ai.tool.definitions `
17+ ([ #174 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/174 ) )
18+ - Add wheel build and artifact upload to PR validation
19+ ([ #177 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/177 ) )
520- Add setter functions for feature and instrumentation bits
621 ([ #157 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/157 ) )
722
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " microsoft-opentelemetry"
7- version = " 1.3.0 "
7+ version = " 1.3.1 "
88description = " Minimal template for the Microsoft OpenTelemetry distro for Python"
99readme = " README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change 44# license information.
55# --------------------------------------------------------------------------
66
7- VERSION = "1.3.0 "
7+ VERSION = "1.3.1 "
You can’t perform that action at this time.
0 commit comments