Skip to content

Commit

Permalink
add comment to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeichmann committed Sep 30, 2024
1 parent 84c9d33 commit a65dd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/deployment/v3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This document summarizes changes compared to v2 with regards to self-hosted depl

## SDK compatibility

Langfuse V3 will not be compatible with JS and Python SDKs versions below 2.0.0. The 1.x.x SDKs use deprecated APIs for inserting tracing data into Langfuse. These APIs depend on synchronous event processing and return the final database state of an object via the API. As Langfuse scales, we now use a queue to process events asynchronously, meaning the final state of an object is not immediately available via the API.
Langfuse V3 will not be compatible with JS and Python SDKs versions below 2.0.0. The 1.x.x SDKs use deprecated APIs for inserting tracing data into Langfuse. These APIs depend on synchronous event processing and return the final database state of an object via the API. As Langfuse scales, we use a queue to process events asynchronously, meaning the final state of an object is not immediately available via the API. This means that SDKs will break when trying to deserialize the response from the API into an object.

If you are using the 1.x.x SDKs, you must upgrade to the 2.x.x SDKs to use Langfuse V3. You can find the updated SDKs here: [Python](https://pypi.org/project/langfuse/), [JS](https://www.npmjs.com/package/langfuse).

Expand Down

0 comments on commit a65dd5a

Please sign in to comment.