Python sdk
Changelog

Changelog

v0.0.11

  • Revert telemetry changes.

v0.0.10

v0.0.9

v0.0.8

  • Add more telemetry to debug Azure function issues.

v0.0.7

  • Add extra data to workflow, task, agent to capture prompt version.
  • Support manual serialisation of workflow, task and agent using custom hook input_serializer and output_serializer
  • Allow associating traceId and spanId with artbitrary id with associate_trace method.
  • Allow span to be updated at any time with update_span method.

v0.0.6

  • Auto trace langchain chat models.

v0.0.5

  • Add helper to extract and restore context for event driven architecture.

v0.0.4

  • Remove grpc dependency.

v0.0.3

  • Fix issues with locked versioning.

v0.0.2

  • Fix issues with trace export format.

v0.0.1

  • Initial release.