Skip to content

Releases: pydantic/logfire

v3.1.0

09 Jan 10:58
d4578ad
Compare
Choose a tag to compare

v3.0.0

07 Jan 10:00
15718a0
Compare
Choose a tag to compare
  • BREAKING CHANGE: Removed capture_request_json_body, capture_request_text_body, capture_request_form_data, and capture_response_json_body parameters from logfire.instrument_httpx(), replaced with capture_request_body capture_response_body by @Kludex in #769

Other changes:

  • Add distributed_tracing argument to logfire.configure() and warn by default when trace context is extracted by @alexmojaki in #773
  • Don't show urllib3 when requests is installed on logfire inspect by @Kludex in #744
  • Add --ignore to logfire 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

30 Dec 11:41
feecb67
Compare
Choose a tag to compare

v2.11.0

23 Dec 16:47
21c457a
Compare
Choose a tag to compare

v2.10.0

23 Dec 14:00
56f661e
Compare
Choose a tag to compare
  • Add capture_request_form_data param to instrument_httpx by @alexmojaki in #711
  • Replace capture_(request|response)_headers with just capture_headers in instrument_httpx by @Kludex in #719
  • Support SQLAlchemy AsyncEngine by @Kludex in #717

v2.9.0

20 Dec 10:01
0f46d55
Compare
Choose a tag to compare
  • 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

18 Dec 11:30
93db21e
Compare
Choose a tag to compare
  • Add capture_(request|response)_headers (#671) and capture_request_json_body (#682) to instrument_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

13 Dec 12:18
f0b2989
Compare
Choose a tag to compare
  • Fix erroneous <circular reference> when object is repeated in list by @alexmojaki in #664

v2.7.0

11 Dec 10:47
9297881
Compare
Choose a tag to compare

v2.6.2

05 Dec 17:29
743fb5d
Compare
Choose a tag to compare
  • Update the process.pid resource attribute after os.fork() by @alexmojaki in #647
  • Check for os.register_at_fork before calling by @alexmojaki in #648