Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Release History

# 1.3.5 (2026-07-01)

### Features Added
- Pass metrics observations to upstream SDKStats Manager
([#191](https://github.com/microsoft/opentelemetry-distro-python/pull/191))
- Enable sensitive data for LangChain programmatically
([#201](https://github.com/microsoft/opentelemetry-distro-python/pull/201))

### Bugs Fixed
- Add actionable 403 error message
([#213](https://github.com/microsoft/opentelemetry-distro-python/pull/213))
- Remove internal model/tool spans
([#212](https://github.com/microsoft/opentelemetry-distro-python/pull/212))

### Other Changes
- Update otel dependencies
([#218](https://github.com/microsoft/opentelemetry-distro-python/pull/218))
- Add pre-commit hook for auto-formatting
([#220](https://github.com/microsoft/opentelemetry-distro-python/pull/220))
- Remove specific co-code owners
([#221](https://github.com/microsoft/opentelemetry-distro-python/pull/221))
- Documentation improvements for published API reference
([#214](https://github.com/microsoft/opentelemetry-distro-python/pull/214))

# 1.3.4 (2026-06-17)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "microsoft-opentelemetry"
version = "1.3.4"
version = "1.3.5"
description = "Minimal template for the Microsoft OpenTelemetry distro for Python"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion src/microsoft/opentelemetry/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.3.4"
VERSION = "1.3.5"
Loading