Releases: pydantic/logfire
Releases · pydantic/logfire
v3.5.3
- Fixes for capturing httpx bodies by @alexmojaki in #842
v3.5.2
- Support OpenTelemetry 1.30.0 by @alexmojaki in #839
v3.5.1
- Prevent side effects when importing logfire by @alexmojaki in #835
v3.5.0
- Add
logfire.logfire_info()
by @samuelcolvin in #826 - Add
logfire.add_non_user_code_prefix
function for library developers by @dmontagu in #829 - Skip export retry in pyodide by @samuelcolvin in #823
- More resilient console logging by @samuelcolvin in #831
v3.4.0
v3.3.0
v3.2.0
- Fix conflict with
ddtrace
futures patching by renamingfn
parameter by @alexmojaki in #802 - Add
logfire.warning
to mirrorlogging.warning
by @JacobHayes in #800 - Try
to_dict
method when encoding JSON by @alexmojaki in #799 - Don't truncate numpy array dimensions below max by @alexmojaki in #792
v3.1.1
- Prevent OTel from logging noisy traceback for handled requests exceptions by @alexmojaki in #796
v3.1.0
v3.0.0
- BREAKING CHANGE: Removed
capture_request_json_body
,capture_request_text_body
,capture_request_form_data
, andcapture_response_json_body
parameters fromlogfire.instrument_httpx()
, replaced withcapture_request_body
capture_response_body
by @Kludex in #769
Other changes:
- Add
distributed_tracing
argument tologfire.configure()
and warn by default when trace context is extracted by @alexmojaki in #773 - Don't show
urllib3
whenrequests
is installed onlogfire inspect
by @Kludex in #744 - Add
--ignore
tologfire inspect
by @Kludex in #748 - Access
model_fields
on the model class by @Viicos in #761 - Remove double record exception by @dmontagu in #712