Skip to content

Commit 35bd7ec

Browse files
authored
GA release 1.3.4 (#209)
1 parent c649300 commit 35bd7ec

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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

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.3"
7+
version = "1.3.4"
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.3"
7+
VERSION = "1.3.4"

0 commit comments

Comments
 (0)