# Release Notes

- [Product Releases](https://docs.fiddler.ai/changelog/release-notes/product-releases.md): Discover the latest updates to Fiddler's AI observability platform - new features for ML, LLM, GenAI, and agentic observability.
- [Python Client SDK](https://docs.fiddler.ai/changelog/release-notes/python-sdk.md): Fiddler's Python client history reference. Contains Python client release highlights, client deprecation notices, and more.
- [Compatibility Matrix](https://docs.fiddler.ai/changelog/release-notes/python-sdk/compatibility-matrix.md): Compatibility guidance between the Fiddler platform and Python client. Find the recommended Python client version to use with your Fiddler platform version.
- [Fiddler Evals SDK](https://docs.fiddler.ai/changelog/release-notes/evals-sdk.md): Fiddler's Evals SDK release history. Contains Evals SDK release highlights, SDK deprecation notices, and more.
- [Fiddler OTel SDK](https://docs.fiddler.ai/changelog/release-notes/otel-sdk.md): Fiddler's OTel SDK release history. Contains OTel SDK release highlights, SDK deprecation notices, and more.
- [Fiddler LangChain SDK](https://docs.fiddler.ai/changelog/release-notes/langchain-sdk.md): Fiddler's LangChain SDK release history. Contains LangChain SDK release highlights, SDK deprecation notices, and more.
- [Fiddler LangGraph SDK](https://docs.fiddler.ai/changelog/release-notes/langgraph-sdk.md): Fiddler's LangGraph SDK release history. Contains LangGraph SDK release highlights, SDK deprecation notices, and more.
- [Fiddler Strands Agent SDK](https://docs.fiddler.ai/changelog/release-notes/strands-sdk.md): Fiddler's Strands Agent SDK release history. Contains Strands Agent SDK release highlights, SDK deprecation notices, and more.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fiddler.ai/changelog/release-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
