All Versions
165
Latest Version
Avg Release Cycle
8 days
Latest Release
6 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.55.0 Changes
March 17, 2026๐ New Features โจ
Anthropic
- Record finish reasons in AI monitoring spans by @ericapisani in #5678
- Emit
gen_ai.chatspans for asynchronousmessages.stream()by @alexander-alderman-webb in #5572 - ๐ Emit AI Client Spans for synchronous
messages.stream()by @alexander-alderman-webb in #5565 - Set gen_ai.response.id span attribute by @ericapisani in #5662
- โ Add
gen_ai.systemattribute to spans by @ericapisani in #5661
Pydantic Ai
- ๐ Support ImageUrl content type in span instrumentation by @ericapisani in #5629
- โ Add tool description to execute_tool spans by @ericapisani in #5596
Other
- (crons) Add owner field to MonitorConfig by @julwhitney13 in #5610
- (otlp) Add collector_url option to OTLPIntegration by @sl0thentr0py in #5603
๐ Bug Fixes ๐
- (ai) Truncate list-based message content in AI monitoring by @ericapisani in #5631
- (anthropic) Close span on
GeneratorExitby @alexander-alderman-webb in #5643 - (celery) Propagate user-set headers by @sentrivana in #5581
- (langchain) Wrap finish_reason in array for gen_ai span attribute by @ericapisani in #5666
- ๐ฒ (logging) Fix deadlock in log batcher by @sentrivana in #5684
- (profiler) Prevent buffer race condition during rapid start/stop cycles by @ericapisani in #5622
- (utils) Avoid double serialization of strings in safe_serialize by @ericapisani in #5587
- Enable unused import ruff check and fix unused imports by @sentrivana in #5652
๐ Documentation ๐
- ๐ (openai-agents) Remove inapplicable comment by @alexander-alderman-webb in #5495
- โ Add AGENTS.md by @sentrivana in #5579
- โ Add
set_attributeexample to changelog by @sentrivana in #5578
Internal Changes ๐ง
Anthropic
- Check system and response ID attributes on spans created by
stream()by @alexander-alderman-webb in #5665 - Skip accumulation logic for unexpected types in streamed response by @alexander-alderman-webb in #5564
- Factor out streamed result handling by @alexander-alderman-webb in #5563
- Stream valid JSON by @alexander-alderman-webb in #5641
- ๐คก Stop mocking response iterator by @alexander-alderman-webb in #5573
Openai Agents
- Do not fail on new tool fields by @alexander-alderman-webb in #5625
- Stop expecting a specific function name by @alexander-alderman-webb in #5623
- Set streaming header when library uses
with_streaming_response()by @alexander-alderman-webb in #5583 - ๐คก Replace mocks with
httpxfor streamed responses by @alexander-alderman-webb in #5580 - โ
Replace mocks with
httpxin non-MCP tool tests by @alexander-alderman-webb in #5602 - โ
Replace mocks with
httpxin MCP tool tests by @alexander-alderman-webb in #5605 - โ
Replace mocks with
httpxin handoff tests by @alexander-alderman-webb in #5604 - โ
Replace mocks with
httpxin API error test by @alexander-alderman-webb in #5601 - โ
Replace mocks with
httpxin non-error single-response tests by @alexander-alderman-webb in #5600 - โ Remove test for unreachable state by @alexander-alderman-webb in #5584
- Expect
namespacetool field for newopenaiversions by @alexander-alderman-webb in #5599
Other
- (graphene) Simplify span creation by @sentrivana in #5648
- (httpx) Resolve type checking failures by @alexander-alderman-webb in #5626
- ๐ (pyramid) Support alpha suffixes in version parsing by @alexander-alderman-webb in #5618
- (rust) Don't implement separate scope management by @sentrivana in #5639
- (strawberry) Simplify span creation by @sentrivana in #5647
- ๐ ๐ค Update test matrix with new releases (03/16) by @github-actions in #5671
- โ Remove custom warden action by @sentrivana in #5653
- โ Add
httpxto linting requirements by @alexander-alderman-webb in #5644 - โ Remove CodeQL action by @sentrivana in #5616
- ๐ฆ Normalize dots in package names in
populate_tox.pyby @alexander-alderman-webb in #5574 - Do not run actions on
potel-baseby @sentrivana in #5614
-
v2.54.0 Changes
March 02, 2026๐ New Features โจ
- ๐ Add
set_attribute,remove_attributeto global API by @sentrivana in #5555
๐ Bug Fixes ๐
Openai
- Attach response model with streamed Completions API by @alexander-alderman-webb in #5557
- Attach response model with streamed Responses API by @alexander-alderman-webb in #5554
- Avoid consuming iterables passed to the Completions API by @alexander-alderman-webb in #5489
- Avoid consuming iterables passed to the Embeddings API by @alexander-alderman-webb in #5491
Other
- (anthropic) Fix token accounting by @shellmayr in #5490
- ๐ (google-genai) Remove agent spans for simple requests by @alexander-alderman-webb in #5443
- (grpc) Read method from handler_call_details for grpcio >= 1.76 compat by @yeung108 in #5521
- (httpx) Correctly append baggage in async client by @sentrivana in #5530
- (pydantic-ai) Adapt to missing
ToolManager._call_toolby @sentrivana in #5522 - ๐ (utils) Use HEROKU_BUILD_COMMIT env var for default release by @ericapisani in #5499
- (wsgi) Do not wrap file responses when uWSGI offload-threads is enabled by @ericapisani in #5556
๐ Documentation ๐
- โ Add troubleshooting note for editable installs with uWSGI by @ericapisani in #5552
- โ Add debugging advice by @alexander-alderman-webb in #5517
- ๐ New integration guide by @alexander-alderman-webb in #5476
Internal Changes ๐ง
Agents
- โ Add security-review skill to agent configuration by @ericapisani in #5498
- โ Add sentry skills to be used by warden in CI reviews by @ericapisani in #5485
Openai
- Only handle streamed results when applicable by @alexander-alderman-webb in #5553
- Extract input in API-specific functions by @alexander-alderman-webb in #5546
- Separate output handling by @alexander-alderman-webb in #5543
Openai Agents
- Remove
set_data_normalizedfor primitive attributes by @alexander-alderman-webb in #5509 - Expect new tool fields by @alexander-alderman-webb in #5471
Other
- ๐ง (ai) Add configuration for dotagents by @ericapisani in #5480
- (anthropic) Remove
set_data_normalizedfor primitive attributes by @alexander-alderman-webb in #5504 - ๐ง (github) Add warden configuration by @ericapisani in #5484
- (pydantic-ai) Remove
set_data_normalizedfor thegen_ai.response.modelattribute by @alexander-alderman-webb in #5512 - (repo) Add .serena to .gitignore by @ericapisani in #5464
- โก๏ธ Updated codecov.yml by @MathurAditya724 in #5571
- ๐ ๐ค Update test matrix with new releases (02/24) by @github-actions in #5524
- ๐ ๐ค Update test matrix with new releases (02/23) by @github-actions in #5503
- ๐ ๐ค Update test matrix with new releases (02/19) by @github-actions in #5483
- ๐ ๐ค Update test matrix with new releases (02/18) by @github-actions in #5475
- ๐ Add
-
v2.53.0 Changes
February 16, 2026๐ Bug Fixes ๐
Openai Agents
- Patch
execute_final_output()functions following library refactor by @alexander-alderman-webb in #5453 - ๐จ Patch
execute_handoffs()functions following library refactor by @alexander-alderman-webb in #5452 - Patch
run_single_turn_streamed()functions following library refactor by @alexander-alderman-webb in #5451 - Patch
run_single_turn()functions following library refactor by @alexander-alderman-webb in #5450 - ๐จ Patch models functions following library refactor by @alexander-alderman-webb in #5449
- ๐จ Patch tool functions following library refactor by @alexander-alderman-webb in #5445
Other
- Close the connection we're reading driver_type from by @sentrivana in #5427
๐ Documentation ๐
- Document
openai-agentscontrol-flow by @alexander-alderman-webb in #5447
Internal Changes ๐ง
Openai Agents
- ๐ New tool field and library error log by @alexander-alderman-webb in #5454
- Avoid calling SDK-internal functions by @alexander-alderman-webb in #5437
Other
- ๐ Improve Craft config with title stripping and artifact filtering by @BYK in #5444
- ๐ Use fixed clickhouse action, remove aws-sam-cli dependency by @sentrivana in #5457
- โ Remove references to unsupported attribute types by @alexander-alderman-webb in #5425
- ๐ Pin setuptools for linting and chalice tests by @alexander-alderman-webb in #5438
- Patch
-
v2.52.0 Changes
February 04, 2026๐ New Features โจ
Other
- feat(integration): add
gen_ai.conversation.idif available by @constantinius in #5307
๐ Bug Fixes ๐
Google Genai
- ๐ fix(google-genai): Token reporting by @alexander-alderman-webb in #5404
- ๐ fix(google-genai): deactivate google genai when langchain is used by @shellmayr in #5389
Mcp
- ๐ fix(mcp): Nest MCP spans under HTTP transactions by @alexander-alderman-webb in #5292
- ๐ fix(mcp): Handle all awaitable return types by @alexander-alderman-webb in #5415
Other
- ๐ fix(anthropic): Token reporting by @alexander-alderman-webb in #5403
- ๐ fix(arq): handle settings_cls passed as keyword argument by @nc9 in #5393
- ๐ fix(dramatiq): cleanup isolated scope and transaction when message is skipped by @frankie567 in #5346
- ๐ fix(openai): Token reporting by @alexander-alderman-webb in #5406
- ๐ fix(openai-agents): Inject propagation headers for
HostedMCPToolwhen streaming by @alexander-alderman-webb in #5405 - ๐ fix: Fix list attribute type by @sentrivana in #5417
- ๐ fix: Adapt to new packaging in toxgen by @sentrivana in #5382
Internal Changes ๐ง
Fastmcp
- โ
test(fastmcp): Wrap prompt in
Messageby @alexander-alderman-webb in #5411 - test(fastmcp): Remove
test_fastmcp_without_request_context()by @alexander-alderman-webb in #5412 - โ
test(fastmcp): Use
AsyncClientfor SSE by @alexander-alderman-webb in #5400 - โ
test(fastmcp): Use
TestClientfor Streamable HTTP by @alexander-alderman-webb in #5384 - โ test(fastmcp): Simulate stdio transport with memory streams by @alexander-alderman-webb in #5333
Mcp
- โ
test(mcp): Use
AsyncClientfor SSE by @alexander-alderman-webb in #5396 - โ
test(mcp): Use
TestClientfor Streamable HTTP by @alexander-alderman-webb in #5383 - ๐ test(mcp): Remove unused stdio helpers by @alexander-alderman-webb in #5409
- โ test(mcp): Simulate stdio transport with memory streams by @alexander-alderman-webb in #5329
Other
- ๐ ci: Fix lint step by @sentrivana in #5418
- ๐ ci: ๐ค Update test matrix with new releases (02/02) by @github-actions in #5413
- โก๏ธ ci: Update tox and pin packaging version for tox by @alexander-alderman-webb in #5381
- ci: migration to the new codecov action by @MathurAditya724 in #5392
Other
- โช Revert "feat(ai): Add original input length meta attribute (#5375)" by @alexander-alderman-webb in #5419
- feat(integration): add
-
v2.52.0.a8 Changes
March 03, 2026๐ This is an alpha release for internal testing.
-
v2.52.0.a7 Changes
February 25, 2026๐ This is an alpha release for internal testing.
-
v2.52.0.a6 Changes
February 23, 2026๐ This is an alpha release for internal testing.
-
v2.52.0.a5 Changes
February 12, 2026๐ Documentation ๐
- Document
openai-agentscontrol-flow by @alexander-alderman-webb in #5447
Internal Changes ๐ง
- (ci) Improve Craft config with title stripping and artifact filtering by @BYK in #5444
- (openai-agents) Avoid calling SDK-internal functions by @alexander-alderman-webb in #5437
- โ Remove references to unsupported attribute types by @alexander-alderman-webb in #5425
Other
- ๐ [do not merge] feat: Span streaming & new span API by @sentrivana in #5317
- Document
-
v2.52.0.a4 Changes
February 10, 2026- ๐ [do not merge] feat: Span streaming & new span API by @sentrivana in #5317
-
v2.52.0.a3 Changes
February 09, 2026๐ New Features โจ
- feat(integration): add
gen_ai.conversation.idif available by @constantinius in #5307
๐ Bug Fixes ๐
Mcp
- ๐ fix(mcp): Nest MCP spans under HTTP transactions by @alexander-alderman-webb in #5292
- ๐ fix(mcp): Handle all awaitable return types by @alexander-alderman-webb in #5415
Span Streaming
- ๐ fix(span-streaming): Always preserialize attributes by @sentrivana in #5407
- ๐ fix(span-streaming): Warn about thread usage if any batcher is active by @sentrivana in #5408
Other
- ๐ fix(anthropic): Token reporting by @alexander-alderman-webb in #5403
- ๐ fix(celery): Close the connection we're reading driver_type from by @sentrivana in #5427
- ๐ fix(google-genai): Token reporting by @alexander-alderman-webb in #5404
- ๐ fix(openai): Token reporting by @alexander-alderman-webb in #5406
- ๐ fix(openai-agents): Inject propagation headers for
HostedMCPToolwhen streaming by @alexander-alderman-webb in #5405 - ๐ fix: Fix list attribute type by @sentrivana in #5417
- ๐ fix: Adapt to new packaging in toxgen by @sentrivana in #5382
Internal Changes ๐ง
Fastmcp
- โ
test(fastmcp): Wrap prompt in
Messageby @alexander-alderman-webb in #5411 - test(fastmcp): Remove
test_fastmcp_without_request_context()by @alexander-alderman-webb in #5412 - โ
test(fastmcp): Use
AsyncClientfor SSE by @alexander-alderman-webb in #5400 - โ
test(fastmcp): Use
TestClientfor Streamable HTTP by @alexander-alderman-webb in #5384 - โ test(fastmcp): Simulate stdio transport with memory streams by @alexander-alderman-webb in #5333
Mcp
- โ
test(mcp): Use
AsyncClientfor SSE by @alexander-alderman-webb in #5396 - โ
test(mcp): Use
TestClientfor Streamable HTTP by @alexander-alderman-webb in #5383 - ๐ test(mcp): Remove unused stdio helpers by @alexander-alderman-webb in #5409
Other
- ๐ ci: Pin setuptools for linting and chalice tests by @alexander-alderman-webb in #5438
- ๐ ci: Fix lint step by @sentrivana in #5418
- ๐ ci: ๐ค Update test matrix with new releases (02/02) by @github-actions in #5413
- โก๏ธ ci: Update tox and pin packaging version for tox by @alexander-alderman-webb in #5381
Other
- ๐ [do not merge] feat: Span streaming & new span API by @sentrivana in #5317
- โก๏ธ Update CHANGELOG.md by @alexander-alderman-webb in bcec5780
- ๐ release: 2.52.0 by @alexander-alderman-webb in 3d2154ce
- โช Revert "feat(ai): Add original input length meta attribute (#5375)" by @alexander-alderman-webb in #5419
- feat(integration): add