Skip to content

Commit ff358d3

Browse files
authored
GA release 1.3.1 (#179)
1 parent c463862 commit ff358d3

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "microsoft-opentelemetry"
7-
version = "1.3.0"
7+
version = "1.3.1"
88
description = "Minimal template for the Microsoft OpenTelemetry distro for Python"
99
readme = "README.md"
1010
requires-python = ">=3.10"

src/microsoft/opentelemetry/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "1.3.0"
7+
VERSION = "1.3.1"

0 commit comments

Comments
 (0)