Skip to content

Releases: pydantic/logfire

v0.48.1

29 Jul 16:59
2134737
Compare
Choose a tag to compare

What's Changed

  • Handle newer opentelemetry versions by @alexmojaki in #337
  • More lenient handling of loguru message mismatch and better warnings by @alexmojaki in #338
  • Add better type hints for HTTPX and AsyncPG by @Kludex in #342
  • Handle setuptools changing sys.path for importing packaging.version by @alexmojaki in #344

Full Changelog: v0.48.0...v0.48.1

v0.48.0

24 Jul 17:28
f3c50a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.47.0...v0.48.0

v0.47.0

20 Jul 16:53
0758b24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.46.1...v0.47.0

v0.46.1

05 Jul 16:54
7116963
Compare
Choose a tag to compare

This release is meant to retry the publish process to logfire-api to PyPI.

v0.46.0

05 Jul 12:04
71792f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.45.1...v0.46.0

v0.45.1

01 Jul 12:07
39fc014
Compare
Choose a tag to compare

What's Changed

  • Fix ignore no config warning message by @ba1mn in #292
  • Ensure StaticFiles doesn't break instrument_fastapi by @alexmojaki in #294

New Contributors

Full Changelog: v0.45.0...v0.45.1

v0.45.0

29 Jun 12:49
b19c02a
Compare
Choose a tag to compare

What's Changed

  • Add scrubbing: ScrubbingOptions | False parameter to logfire.configure, replacing scrubbing_patterns and scrubbing_callback by @alexmojaki in #283
  • Fix and test unmapped SQLModels by @alexmojaki in #286
  • Optimize collect_package_info by @alexmojaki in #285

Full Changelog: v0.44.0...v0.45.0

v0.44.0

26 Jun 14:45
7362c0d
Compare
Choose a tag to compare

What's Changed

  • Prevent 'dictionary changed size during iteration' error in install_auto_tracing by @alexmojaki in #277
  • suppress_instrumentation when retrying exports by @alexmojaki in #279
  • Log async stack in log_slow_async_callbacks by @alexmojaki in #280

Full Changelog: v0.43.0...v0.44.0

v0.43.0

24 Jun 11:23
01833b8
Compare
Choose a tag to compare

What's Changed

  • Breaking change: Remove default for modules parameter of install_auto_tracing by @alexmojaki in #261
  • Breaking change: Check if logfire token is valid in separate thread, so logfire.configure won't block startup and will no longer raise an exception for an invalid token, by @alexmojaki in #274
  • Remove logfire_api_session parameter from logfire.configure by @alexmojaki in #272
  • Default the log level to error if the status code is error, and vice versa by @alexmojaki in #269
  • Avoid importing gitpython by @alexmojaki in #260
  • Only delete files on logfire clean by @Kludex in #267
  • Bug fix: Logging arguments of a request to a FastAPI sub app by @sneakyPad in #259
  • Fix query params not being in message by @alexmojaki in #271
  • Replace 'Redacted' with 'Scrubbed' in 'Redacted due to...' by @alexmojaki in #273

New Contributors

Full Changelog: v0.42.0...v0.43.0

v0.42.0

11 Jun 17:04
5ba2d56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.41.0...v0.42.0