Requested by: @sentrivana
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
New Features ✨
- (django) Add
failed_request_status_codes by @mgaligniana in #7140
- (langgraph) Gate prompt/response collection on data_collection option by @ericapisani in #7175
- (litellm) Gate prompt/response collection on data_collection option by @ericapisani in #7180
- (tornado) Gate request body collection on data_collection option by @ericapisani in #7215
- (wsgi) Gate request body collection on data_collection option by @ericapisani in #7212
Bug Fixes 🐛
- (anthropic) Gate
gen_ai.response.tool_calls on outputs, not inputs by @ericapisani in #7207
- (google_genai) Gate streaming
gen_ai.response.tool_calls on outputs, not inputs by @ericapisani in #7210
- (langchain) Use
gen_ai.tool.definitions attribute when data collection is enabled by @ericapisani in #7204
- (langgraph,huggingface_hub) Gate
gen_ai.response.tool_calls on outputs, not inputs by @ericapisani in #7208
- (logs) Don't stop sending auto-collected logs when
enable_logs=True by @sentrivana in #7237
- (openai) Gate
gen_ai.response.tool_calls on outputs, not inputs by @ericapisani in #7205
- (openai_agents) Gate
gen_ai.response.tool_calls on outputs, not inputs by @ericapisani in #7209
Internal Changes 🔧
Deps
Django
Quart
Other
- (bottle) Add tests for data_collection gating of request body by @ericapisani in #7217
- (pydantic_ai) Split prompt gating into separate inputs/outputs controls by @ericapisani in #7181
- (pyramid) Add tests for data_collection gating of request body by @ericapisani in #7218
- (sanic) Add tests for data_collection gating of request body by @ericapisani in #7216
Requested by: @sentrivana
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
New Features ✨
failed_request_status_codesby @mgaligniana in #7140Bug Fixes 🐛
gen_ai.response.tool_callson outputs, not inputs by @ericapisani in #7207gen_ai.response.tool_callson outputs, not inputs by @ericapisani in #7210gen_ai.tool.definitionsattribute when data collection is enabled by @ericapisani in #7204gen_ai.response.tool_callson outputs, not inputs by @ericapisani in #7208enable_logs=Trueby @sentrivana in #7237gen_ai.response.tool_callson outputs, not inputs by @ericapisani in #7205gen_ai.response.tool_callson outputs, not inputs by @ericapisani in #7209Internal Changes 🔧
Deps
Django
Quart
Other