Releases: pydantic/logfire
Releases · pydantic/logfire
v3.16.2
- Fixes for OpenAI Responses API and Agents SDK by @alexmojaki in #1092, #1093, #1094, and #1095
- Fix verbose console formatting for enum, dates, and decimals by @sbhrwlr in #1096
- Allow setting
logfire.msgin structlog integration by @alexmojaki in #1113 - Add ASGI instrumentation package to
djangoextra by @alexmojaki in #1097
v3.16.1
v3.16.0
- Make OpenAI spans show token usage in logfire UI by @alexmojaki in #1076
- Fixes for verbose console logging by @alexmojaki in #1071 and #1072
- Export first batch of spans more quickly by @alexmojaki in #1066
- Tighten scrubbing patterns to reduce accidental matches by @alexmojaki in #1074
- Add
do_not_scrubandbinary_contentas safe keys for scrubber by @alexmojaki in #1075
v3.15.1
- Support OpenTelemetry SDK 1.33.0 by @alexmojaki in #1067
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