Skip to content

Commit 2037ecc

Browse files
committed
add changelog
1 parent a377334 commit 2037ecc

File tree

1 file changed

+6
-0
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-openai-v2

1 file changed

+6
-0
lines changed

instrumentation-genai/opentelemetry-instrumentation-openai-v2/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- Added a wrapper for `AsyncCompletions.create` inside `src/opentelemetry/instrumentation/openai_v2/__init__.py` to instrument async chat completions
11+
- Created a new patch function for async chat completions
12+
- Abstracted handling span exceptions into it's own function as it was getting used in multiple places
13+
- Adjusted `StreamWrapper` to include async methods for supporting async streaming
14+
- Added Tests using `pytest-asyncio` fixtures
15+
1016
## Version 2.0b0 (2024-11-08)
1117

1218
- Use generic `OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT` environment variable

0 commit comments

Comments
 (0)