Releases: pydantic/logfire
Releases · pydantic/logfire
v4.0.1
- Handle cyclic references in exceptions by @alexmojaki in #1284
- Support OpenTelemetry 1.36.0 by @alexmojaki in #1285
v4.0.0
BREAKING CHANGES:
- Remove extra FastAPI spans by default by @alexmojaki in #1268
- Stop implicitly emitting deprecated process runtime metrics by @alexmojaki in #932
v3.25.0
- Use local timezone in console logging by @fswair in #1255
- Add
logfire runcommand by @Kludex in #1139 - Allow removing extra FastAPI spans by @alexmojaki in #1258
- Fix
litellminstrumentation by @alexmojaki in #1249 - Add
logfire.exception.fingerprintattribute to spans with exceptions by @alexmojaki in #1253
v3.24.2
- Fix auto-tracing Python 3.12 ParamSpec syntax by @alexmojaki in #1247
v3.24.1
- Support OpenTelemetry 1.35.0 by @alexmojaki in #1242
v3.24.0
- Add experimental
logfire.instrument_litellm()by @alexmojaki in #1237
v3.23.0
- Add info method to logfire query clients by @hramezani in #1204
- Make query client not experimental by @alexmojaki in #1234
v3.22.1
- Fix OpenAI streaming reasoning by @alexmojaki in #1232
- Handle bytes in google genai messages by @alexmojaki in #1231
v3.22.0
- Add
instrument_google_genaiby @alexmojaki in #1217 - Refactor user tokens, introduce Logfire client by @Viicos in #981
- Use new endpoint for project creation by @hramezani in #1202
v3.21.2
- Fix importlib resources with auto tracing by @alexmojaki in #1212