Releases: langfuse/langfuse-python
Releases · langfuse/langfuse-python
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
v3.1.2
What's Changed
- fix(langchain): do not stringify metadata unnecessarily by @hassiebp in #1237
- chore: add good .env defaults by @nimarb in #1239
- fix(openai): add check for metadata NotGiven by @hassiebp in #1240
- fix(scores): skip sampling if OTEL sampler not available by @hassiebp in #1241
- fix(dataset-run-items): correctly typ datasetRunItems.list by @hassiebp in #1242
Full Changelog: v3.1.1...v3.1.2