Releases: pydantic/logfire
Releases · pydantic/logfire
v2.6.2
- Update the
process.pidresource attribute afteros.fork()by @alexmojaki in #647 - Check for
os.register_at_forkbefore calling by @alexmojaki in #648
v2.6.1
- Use
exc_infoin structlog processor by @alexmojaki in #641 - Re-seed random ID generator after
os.fork()by @alexmojaki in #644
v2.6.0
v2.5.0
- Add
logfire.suppress_scopesmethod by @alexmojaki in #628 - Replace
ModuleNotFoundErrorbyImportErrorby @Kludex in #622
v2.4.1
- Allow new context argument of metric instrument methods to be passed positionally by @alexmojaki in #616
v2.4.0
- Support
logfire.instrumentwithout arguments by @Kludex in #607 - Handle internal errors in
create_json_schemaby @alexmojaki in #613 - Handle errors in auto-tracing better by @alexmojaki in #610
v2.3.0
- Respect repr on fields when logging a dataclass by @dmontagu in #592
- Allow
extract_argsto be an iterable of argument names by @alexmojaki in #570 - Make metric instrument methods compatible with older OTel versions by @alexmojaki in #600
- Add span links by @Kludex in #587
v2.2.1
- Ignore trivial/empty functions in auto-tracing by @alexmojaki in #596
- Handle missing attributes in
_custom_object_schemaby @alexmojaki in #597 - Let user know what they should install for integrations by @Kludex in #593
v2.2.0
- Allow instrumenting a single httpx client by @alexmojaki in #575
- Log LLM tool call for streamed response by @jackmpcollins in #545
v2.1.2
- Check
.logfirefor creds to respect'if-token-present'setting by @sydney-runkle in #561