v0.43.0
版本发布时间: 2024-06-24 19:23:08
pydantic/logfire最新发布版本:v0.47.0(2024-07-21 00:53:06)
What's Changed
-
Breaking change: Remove default for
modules
parameter ofinstall_auto_tracing
by @alexmojaki in https://github.com/pydantic/logfire/pull/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 https://github.com/pydantic/logfire/pull/274 - Remove
logfire_api_session
parameter fromlogfire.configure
by @alexmojaki in https://github.com/pydantic/logfire/pull/272 - Default the log level to error if the status code is error, and vice versa by @alexmojaki in https://github.com/pydantic/logfire/pull/269
- Avoid importing
gitpython
by @alexmojaki in https://github.com/pydantic/logfire/pull/260 - Only delete files on
logfire clean
by @Kludex in https://github.com/pydantic/logfire/pull/267 - Bug fix: Logging arguments of a request to a FastAPI sub app by @sneakyPad in https://github.com/pydantic/logfire/pull/259
- Fix query params not being in message by @alexmojaki in https://github.com/pydantic/logfire/pull/271
- Replace 'Redacted' with 'Scrubbed' in 'Redacted due to...' by @alexmojaki in https://github.com/pydantic/logfire/pull/273
New Contributors
- @sneakyPad made their first contribution in https://github.com/pydantic/logfire/pull/259
Full Changelog: https://github.com/pydantic/logfire/compare/v0.42.0...v0.43.0