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.4 (2026-06-17)
4+
5+ ### Bugs Fixed
6+ - Fix token count mismatch
7+ ([ #195 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/195 ) )
8+ - Fix ` microsoft.gen_ai.main_agent.* ` propagation and self-promotion bugs
9+ ([ #196 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/196 ) )
10+ - Comment out the OTLP wrapper
11+ ([ #200 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/200 ) )
12+ - Fix ` wrapt ` dependency and change to positional arguments
13+ ([ #204 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/204 ) )
14+
15+ ### Other Changes
16+ - Remove distro word references
17+ ([ #197 ] ( https://github.com/microsoft/opentelemetry-distro-python/pull/197 ) )
18+
319# 1.3.3 (2026-06-08)
420
521### Features Added
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.3 "
7+ version = " 1.3.4 "
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.3 "
7+ VERSION = "1.3.4 "
You can’t perform that action at this time.
0 commit comments