You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,29 @@
5
5
## Bugs Fixed
6
6
- Reverted [#81](https://github.com/microsoft/opentelemetry-distro-python/pull/81): baggage propagation now requires `enable_a365=True` and respects `ENABLE_A365_OBSERVABILITY_EXPORTER` as before.
7
7
8
+
### Other Changes
9
+
- Make `langchain-core` an optional dependency. The LangChain instrumentation
10
+
is now installable via `pip install microsoft-opentelemetry[langchain]` and
11
+
fails silently with a one-time warning when `langchain-core` is not
12
+
installed.
13
+
14
+
8
15
## 0.1.0b2 (2026-04-28)
9
16
10
17
### Bugs Fixed
11
18
- Ensure baggage properties propagate to child spans for all exporters
0 commit comments