Skip to content

Releases: pydantic/logfire

v3.5.3

05 Feb 13:22
51fb7b1
Compare
Choose a tag to compare

v3.5.2

05 Feb 12:01
0f01a66
Compare
Choose a tag to compare

v3.5.1

04 Feb 15:59
4c83f5c
Compare
Choose a tag to compare

v3.5.0

03 Feb 12:56
55b1674
Compare
Choose a tag to compare

v3.4.0

27 Jan 14:17
4eedfe0
Compare
Choose a tag to compare

v3.3.0

24 Jan 10:49
1e96bff
Compare
Choose a tag to compare

v3.2.0

17 Jan 13:58
cccccd0
Compare
Choose a tag to compare

v3.1.1

14 Jan 09:56
bc9894b
Compare
Choose a tag to compare
  • Prevent OTel from logging noisy traceback for handled requests exceptions by @alexmojaki in #796

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