Skip to content

Commit cbd9d28

Browse files
authored
GA release 1.3.5 (#222)
1 parent 8140281 commit cbd9d28

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

CHANGELOG.md

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

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.4"
7+
version = "1.3.5"
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.4"
7+
VERSION = "1.3.5"

0 commit comments

Comments
 (0)