Releases: pydantic/logfire
Releases · pydantic/logfire
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
v2.11.1
- Handle errors from
sqlalchemy.inspect
by @alexmojaki in #733
v2.11.0
- Add
capture_request_text_body
param toinstrument_httpx
by @alexmojaki in #722 - Support for
AnthropicBedrock
client by @stephenhibbert in #701
v2.10.0
v2.9.0
- Capture httpx response JSON bodies by @alexmojaki in #700
- Use end-at-shutdown and custom
record_exception
logic for all spans by @dmontagu in #696
v2.8.0
- Add
capture_(request|response)_headers
(#671) andcapture_request_json_body
(#682) toinstrument_httpx
by @Kludex - Fix patching of ProcessPoolExecutor by @alexmojaki in #690
- Rearrange span processors to avoid repeating scrubbing and other tweaking by @alexmojaki in #658
- Remove end-on-exit stuff by @dmontagu in #676
v2.7.1
- Fix erroneous
<circular reference>
when object is repeated in list by @alexmojaki in #664
v2.7.0
v2.6.2
- Update the
process.pid
resource attribute afteros.fork()
by @alexmojaki in #647 - Check for
os.register_at_fork
before calling by @alexmojaki in #648