Skip to content

v0.43.0

Choose a tag to compare

@alexmojaki alexmojaki released this 24 Jun 11:23
· 804 commits to main since this release
01833b8

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