Releases: pydantic/logfire
Releases · pydantic/logfire
v3.15.0
- Remove attributes from
http.server.active_requestsmetric to prevent emitting too many by @alexmojaki in #1060- This is technically a breaking change as it means less data is sent to Logfire, but most users don't use it and some will save a significant amount of money.
v3.14.1
- Handle changes in
openaiandanthropicby @alexmojaki in #1030 - Fix exporting of very large spans and payloads by @alexmojaki in #1027
- Prevent infinite loop in
get_user_frame_and_stacklevelby @alexmojaki in #1031
v3.14.0
- Experimental functions for recording feedback annotations
v3.13.1
- Upgrade to OpenTelemetry SDK 1.32.0 by @alexmojaki in #991
v3.13.0
- Emit logs sent from MCP server to client by @alexmojaki in #974
- Return
Nonefromlogfire_api.LogfireSpan.contextwhenlogfirecould not be imported by @DouweM in #983
v3.12.0
- Add
logfire.instrument_mcp()method by @alexmojaki in #966 - Merge headers if passed via
client_kwargsin query client by @Kludex in #958 - Warn user if f-string expression contains
awaitby @Sbargaoui in #944 - Handle new MCP span in OpenAI Agents SDK by @alexmojaki in #963
v3.11.0
- Add
record_returnflag to@logfire.instrumentby @alexmojaki in #955
v3.10.0
v3.9.1
- Handle Anthropic thinking blocks by @alexmojaki in #952
- Handle new voice span types from OpenAI Agents SDK by @alexmojaki in #943
v3.9.0
- Add
logfire.instrument_pydantic_ai()by @alexmojaki in #926