-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update changelog for version 2.21.0 #12338
Conversation
erikayasuda
commented
Feb 13, 2025
- update changelog for version 2.21.0
|
BenchmarksBenchmark execution time: 2025-02-13 22:01:04 Comparing candidate commit ae08ea9 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 394 metrics, 2 unstable metrics. |
### New Features | ||
|
||
- openai: Introduces tracing support to the OpenAI integration for Python versions 3.12 and 3.13. | ||
### Deprecation Notes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Deprecation Notes | |
### Deprecation Notes |
- convert_rc_trace_sampling_rules, this attribute is internal to the tracer. | ||
- enable_remote_configuration, use `DD_REMOTE_CONFIGURATION_ENABLED` environment variable instead. | ||
- get_from, use `ddtrace.trace.Pin` to set instance level configurations. | ||
### Bug Fixes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Bug Fixes | |
### Bug Fixes |
- LLM Observability: This fix resolves an issue where extracting token metadata from openai streamed chat completion token chunks caused an IndexError. | ||
- vertexai: Resolves an issue with `chat.send_message()` where the content keyword argument was not parsed correctly. | ||
- profiling: fix SystemError from the memory profiler returning NULL when collecting events | ||
### Other Changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Other Changes | |
### Other Changes |
Closing in favor of consolidating with #12391 |