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.5 (2026-07-01)
4+
5+ ### Features Added
6+ - Pass metrics observations to upstream SDKStats Manager
7+ ([ #191 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/191 ) )
8+ - Enable sensitive data for LangChain programmatically
9+ ([ #201 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/201 ) )
10+
11+ ### Bugs Fixed
12+ - Add actionable 403 error message
13+ ([ #213 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/213 ) )
14+ - Remove internal model/tool spans
15+ ([ #212 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/212 ) )
16+
17+ ### Other Changes
18+ - Update otel dependencies
19+ ([ #218 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/218 ) )
20+ - Add pre-commit hook for auto-formatting
21+ ([ #220 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/220 ) )
22+ - Remove specific co-code owners
23+ ([ #221 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/221 ) )
24+ - Documentation improvements for published API reference
25+ ([ #214 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/214 ) )
26+
327# 1.3.4 (2026-06-17)
428
529### Bugs Fixed
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.4 "
7+ version = " 1.3.5 "
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.4 "
7+ VERSION = "1.3.5 "
You can’t perform that action at this time.
0 commit comments