MyGit

v0.38.0

pydantic/logfire

版本发布时间: 2024-05-31 21:20:16

pydantic/logfire最新发布版本:v0.47.0(2024-07-21 00:53:06)

What's Changed

BREAKING CHANGE: Calling logfire.info, logfire.error, logfire.span etc. will no longer automatically configure logfire if it hasn't been configured already. Instead it will emit a warning and not log anything. Users must call logfire.configure() before they want logging to actually start, even if they don't pass any arguments to configure and all configuration is done by environment variables. Using integrations like logfire.instrument_fastapi() before calling configure will also emit a warning but it will still set up the instrumentation, although it will not log anything until configure is called.

Full Changelog: https://github.com/pydantic/logfire/compare/v0.37.0...v0.38.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-05-31发行的版本