# Version History

### Latest Release

#### 1.2.0 (Current)

**Release Date:** October 28, 2024

**Major Features**

* Add Flask Server to server API Endpoints for Database access, removing the dependence on frontend to
* Add Analytics Page to view Trace Analytics using new API endpoints for database access.
* Rewrote the Trace History page to use APIs for database access
* Add Trace Details Panel to `Trace History` and `Evaluation` pages
* Improved Evaluation Metrics
* Enhanced various dashboard components
* Improved error handling
* Add more Documentation
* Add integration examples for LangGraph, OpenAI Swarm

**Minor Improvements**

* Performance optimizations
* Better error messages
* Documentation updates
* Bug fixes

### Previous Releases

#### 1.1.2

**Release Date:** October 21, 2024

**Changes**

* Moved travel\_planner.ipynb to examples/travel\_planner.ipynb
* Various bug fixes and improvements

#### 1.1.1

**Release Date:** October 17, 2024

**Major Changes**

* Added evaluation metrics support
* Enhanced UI improvements
* Added new examples (CrewAI, Autogen, Digital Marketing)
* Improved tracing capabilities

**Minor Improvements**

* Added GPU and disk info collection
* Enhanced output formatting
* Added tool\_call and function\_call info in trace\_llm output
* Fixed tracer stop error in FinancialAnalysisSystem.ipynb
* Removed npm and nodejs dependencies
* Added wrapt dependency

#### 1.1.0

**Release Date:** October 17, 2024

**Features**

* Interactive dashboard
* SQLite storage backend
* Enhanced tracing capabilities
* Tool usage analytics

**Bug Fixes**

* Fixed memory leak in long-running traces
* Corrected timestamp handling
* Resolved concurrent tracing issues

#### 1.0.0

**Release Date:** September 28, 2024

**Initial Features**

* Basic tracing functionality
* LLM call monitoring
* Tool and agent tracing
* Simple metrics collection


---

# 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://agentneo.raga.ai/release-information/version-history.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.
