1.0
- Initial PyPI Release
- First version of
fiddler-adkpublished to PyPI (pip install fiddler-adk). GoogleADKInstrumentor: sets up an isolated Fiddler tracing pipeline viaFiddlerClientand promotes it to the global tracer provider so ADK’sgcp.vertex.agenttracer resolves to it.ADKSpanProcessor: backfillsgen_ai.conversation.idfrom child spans onto the parentinvocationroot span, fixing orphan-root rendering in the Fiddler UI.- Span-type classification, content extraction, and attribute normalization are delegated to the Fiddler backend’s
GoogleADKSpanMapper. - Supported versions:
google-adk >= 1.34.2(1.x and 2.x lines),opentelemetry-api >= 1.37.0, Python 3.10-3.14.
- First version of