Releases: langfuse/langfuse-python
Releases · langfuse/langfuse-python
v3.2.8
v3.2.7
v3.2.6
v3.2.5
v3.2.4
What's Changed
- chore(deps-dev): bump starlette from 0.40.0 to 0.47.2 by @dependabot[bot] in #1274
- chore: remove unnecessary deps by @hassiebp in #1285
- fix(client): add warning message if OTEL_SDK_DISABLED by @hassiebp in #1291
- chore(deps): bump openai from 1.99.5 to 1.99.6 by @dependabot[bot] in #1287
- fix(langchain): keep trace attributes on non-chain llm runs by @hassiebp in #1293
- feat(openai): add support for response.parse by @hassiebp in #1292
Full Changelog: v3.2.3...v3.2.4
v3.2.3
v3.2.2
What's Changed
- feat(decorator): require langfuse_public_key only in top most decorated func by @hassiebp in #1281
- docs: update readme and reference by @hassiebp in #1260
- chore(deps): bump aiohttp from 3.10.11 to 3.12.14 by @dependabot[bot] in #1258
- chore: add claude file by @nimarb in #1268
- chore(client): add check for tracing setting by @tim-hilde in #1269
- chore(types): fix mapvalue and init by @hassiebp in #1271
- fix openai.py: when
tool_callis a empty list, it raise an `list in… by @badbye in #1263 - chore: relax packaging constraint by @hassiebp in #1273
- chore: reduce claude permissions by @nimarb in #1276
- fix: avoid private import of Langfuse to satisify Pyright by @janwinkler1 in #1275
- fix(client): parse env vars for debug and tracing enabled case insensitive by @hassiebp in #1279
New Contributors
- @tim-hilde made their first contribution in #1269
- @badbye made their first contribution in #1263
- @janwinkler1 made their first contribution in #1275
Full Changelog: v3.2.1...v3.2.2
v3.2.1
v3.2.0
What's Changed
- feat: add serialization of numpy ndarray by @marcklingen in #1246
- feat(client): allow setting additional headers by @hassiebp in #1248
- feat(client): allow setting separate tracerprovider by @hassiebp in #1254
- feat(client): allow updating span/generation name by @hassiebp in #1255
- fix(openai): allow setting trace_id and parent_observation_id by @hassiebp in #1245
- fix(serializer): NaN to string rather than None by @hassiebp in #1253
- fix(client): allow using get_trace_url without active span by @skekfab in #1251
- chore(deps-dev): bump llama-index-core from 0.12.25 to 0.12.41 by @dependabot[bot] in #1247
New Contributors
Full Changelog: v3.1.3...v3.2.0
v3.1.3
What's Changed
- fix(media): do not mutate vertex media dict by @philipshurpik in #1243
- fix(flushing): flush interval to millis in SpanProcessor by @hassiebp in #1244
New Contributors
- @philipshurpik made their first contribution in #1243
Full Changelog: v3.1.2...v3.1.3