# Changelog

### \[1.2.0] - 2025-12-11

#### Current Release

This release focuses on stability, reliability, and clearer guidance when working with compliance data.

**Highlights:**

* Resolved issues that could cause query errors or incomplete results.
* Improved handling of empty, missing, or inconsistent data so the assistant can still provide useful recommendations.
* Added safeguards to prevent overly large data sets from impacting performance.
* Made time range and other input parameters more consistent and resilient.
* Aligned the assistant with the latest compliance data schemas across key data sources.

***

### \[1.1.0] - 2025-09-22

#### Previous Release

Latest version of Compliance Assistant with enhanced framework analysis and improved roadmap generation.

**What's included:**

* Automated compliance assessment for Data Protection Baseline (DPB) and GDPR
* Technical gap analysis using KQL queries to verify actual vs expected state
* Support for additional compliance frameworks via text input or Microsoft Learn URLs
* Prioritized roadmap with three time horizons (quick wins, important steps, strategic thoughts)
* Transparent evidence with sources and KQL queries shown
* Improvement recommendations for enhancing compliance posture
* Integration with Microsoft Learn documentation
* Compliance trend tracking over multiple assessment runs
* Works directly in Security Copilot with natural language prompts

### \[1.0.1] - 2025-11-03

Updated the Agent Output.

### \[1.0.0] - 2025-09-30

#### Initial Release

**What's included:**

* Automated compliance assessment for Data Protection Baseline (DPB) and GDPR
* Technical gap analysis using KQL queries to verify actual vs expected state
* Support for additional compliance frameworks via text input or Microsoft Learn URLs
* Prioritized roadmap with three time horizons (quick wins, important steps, strategic thoughts)
* Transparent evidence with sources and KQL queries shown
* Improvement recommendations for enhancing compliance posture
* Integration with Microsoft Learn documentation
* Compliance trend tracking over multiple assessment runs
* Works directly in Security Copilot with natural language prompts


---

# 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://agents.glueckkanja.com/agents/compliance-assistant/changelog.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.
