Fiddler LangGraph SDK
1.0
1.0.0
December 6, 2025
Breaking Changes
Moved
add_session_attributesto Tracing Module: Theadd_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_attributesNew import:
from fiddler_langgraph.tracing.instrumentation import add_session_attributesMigration: 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.