Skip to content

Commit 96eec31

Browse files
authored
Beta release 0.1.0b1 (#78)
* Beta release 0.1.0b1 * Fix spelling and extra space
1 parent b4a5a87 commit 96eec31

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
# Release History
22

3-
## Unreleased
3+
## 0.1.0b1 (2026-04-27)
44

55
### Features Added
66

7+
- Ensure baggage properties propagate to child spans when the console exporter is chosen and A365 exporter is disabled
8+
([#74](https://github.com/microsoft/opentelemetry-distro-python/pull/74))
79
- Disable web-framework / HTTP-client instrumentations
810
(`django`, `fastapi`, `flask`, `psycopg2`, `requests`, `urllib`, `urllib3`)
911
by default when A365 is enabled. GenAI instrumentations
1012
(`langchain`, `openai`, `openai_agents`, `semantic_kernel`,
1113
`agent_framework`) remain enabled. Users can override either default via
1214
`instrumentation_options`.
15+
([#64](https://github.com/microsoft/opentelemetry-distro-python/pull/64))
16+
17+
### Bugs Fixed
18+
19+
- Fetch the distro version instead of the upstream core package
20+
([#73](https://github.com/microsoft/opentelemetry-distro-python/pull/73))
1321

1422
## 0.1.0a4 (2026-04-24)
1523

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 = "0.1.0a4"
7+
version = "0.1.0b1"
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 = "0.1.0a4"
7+
VERSION = "0.1.0b1"

0 commit comments

Comments
 (0)