Fiddler LangGraph SDK

1.0

1.0.0

December 6, 2025

  • Breaking Changes

    • Moved add_session_attributes to Tracing Module: The add_session_attributes() method has been relocated from the Core module to the Tracing module to co-locate session management functions with related tracing utilities.

      • Old import: from fiddler_langgraph.core.attributes import add_session_attributes

      • New import: from fiddler_langgraph.tracing.instrumentation import add_session_attributes

      • Migration: Update import statements in your code. No functional changes—all behavior remains identical.

      • Impact: Existing code using the old import path will fail with ImportError

0.1

0.1.1

Previous Release

Initial release of Fiddler LangGraph SDK.