Releases: pydantic/logfire
Releases · pydantic/logfire
Release list
v4.9.0
v4.8.0
- Allow capturing headers and response body with
logfire.instrument_aiohttp_client()by @adtyavrdhn in #1405 and #1409
v4.7.0
- Update to OpenTelemetry SDK 1.37.0, drop support for <1.35.0 by @alexmojaki in #1398
v4.6.0
- Fix: check
LOGFIRE_IGNORE_NO_CONFIGfrom environment when needed by @Lftobs in #1379 - Expand scrubbing whitelist, especially for
gen_aimessages by @alexmojaki in #1392 - Print project link eagerly from credentials file if possible by @alexmojaki in #1393
- Fix: Only list orgs in CLI where projects can be created by @alexmojaki in #1391
v4.5.0
- Export
attach_contextandget_contextdirectly fromlogfiremodule, not justlogfire.propagateby @dhruv-ahuja in #1385 - Only list writeable projects from CLI by @alexmojaki in #1386
- Add
ensure_ascii=Falsetojson.dumpscalls by @qiangxinglin in #1381 - Remove unused
stack_offsetfromwith_settings()by @LucasSantos27 in #1380
v4.4.0
- Add
logfire.instrument_print()by @alexmojaki in #1368 - Record response on 'MCP server handle request' span by @alexmojaki in #1362
- Handle MCP request metadata being a dict by @alexmojaki in #1360
- fix: handle optional args in
logfire.instrumentby @stevenh in #1337 - Add
logfire_tokento scrubbing patterns by @alexmojaki in #1367
v4.3.6
v4.3.5
- Add
--base-urlto CLI by @Kludex in #1345 - Don't require stream kwarg in OpenAI methods by @alexmojaki in #1348
v4.3.4
logfire.instrument_google_genai()fixes forresponse_schemaand elided content by @alexmojaki in #1342- Fix
enable_commenterandcommenter_optionsargs ofinstrument_sqlalchemyby @alexmojaki in #1335 - Fix LangChain instrumentation by @alexmojaki in #1319
- Suppress
urllib3logs while checking token by @alexmojaki in #1341
v4.3.3
- Ensure
logfire_api.LogfireSpan.contextand other attrs are None by @alexmojaki in #1317