Skip to content

Releases: langfuse/langfuse-python

v3.2.8

18 Aug 13:35

Choose a tag to compare

What's Changed

  • fix(openai): handle async response api input and outputs by @hassiebp in #1301

Full Changelog: v3.2.7...v3.2.8

v3.2.7

15 Aug 16:11

Choose a tag to compare

What's Changed

  • fix(langchain): take only int values in parsed usage by @hassiebp in #1299

Full Changelog: v3.2.6...v3.2.7

v3.2.6

14 Aug 16:54

Choose a tag to compare

What's Changed

  • fix(client): skip string serialization in attribute values by @hassiebp in #1297

Full Changelog: v3.2.5...v3.2.6

v3.2.5

14 Aug 08:33

Choose a tag to compare

What's Changed

Full Changelog: v3.2.4...v3.2.5

v3.2.4

12 Aug 12:45

Choose a tag to compare

What's Changed

Full Changelog: v3.2.3...v3.2.4

v3.2.3

08 Aug 09:06

Choose a tag to compare

What's Changed

  • perf(langchain): send trace updates on root span by @hassiebp in #1284

Full Changelog: v3.2.2...v3.2.3

v3.2.2

05 Aug 17:48

Choose a tag to compare

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_call is 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

Full Changelog: v3.2.1...v3.2.2

v3.2.1

16 Jul 09:50

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

14 Jul 14:05

Choose a tag to compare

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

07 Jul 15:45

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3