> For the complete documentation index, see [llms.txt](https://docs.ilert.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ilert.com/changelog/2026/readme.md).

# July 2026

{% hint style="success" %}
**Please note** that the release notes usually receive updates in the second week of the following month (*e.g. August gets published in mid September*), hence this document is not yet showing all released features and improvements.
{% endhint %}

### New features and improvements

* 🎉 We launched **Service topology** (closed beta) — a live, connected view of your services and the dependencies between them. Instead of maintaining a static architecture diagram, ilert reconstructs the dependency graph automatically and gives you an interactive **Service Health map** to explore blast radius and likely root cause during an incident. The topology also gives **AI SRE** richer context for alert triage and root cause analysis
* Powering the topology, we introduced **telemetry sources** (closed beta) — OpenTelemetry (OTLP) ingestion endpoints your OTel collectors or services push traces to. ilert derives the service-to-service dependencies from those traces, auto-creates unknown services in your service catalog and keeps the graph up to date. We are planning on opening more interface here soon.
* We introduced **labels for services**, our first step towards labels on all team owned entities
* We significantly expanded the internal ilert MCP server behind **AI SRE**, giving your agents far richer access to ilert — most notably around the new incident management
* We added **conference bridges to incidents**, including automatic provisioning of e.g. a **Microsoft Teams meeting** with the acting user as organizer, so responders can jump straight into a call from the incident
* We added "Compass" **incident guides** to keep track of the steps your team should follow during a major incident
* You can now **link root cause investigations to incidents**, connecting your RCA work directly to the incident it belongs to
* **Postmortems** can now act as standalone entities and received a brand-new live editor + browse list view
* We added an **hourly rotation length** to recurring on-call schedules, next to the existing daily and weekly rotations, and made the preview timeline noticeably faster for dense schedules
* We extended the **alert list and alert count API** with filters for services and severities
* We heard you and disabled user mentions by default on alert message updates in Slack ChatOps notifications, we still annotate if the message is sent in a channel created by the bot
* Call flows: the **AI voice agent node** is now available for EU customers, the **IVR menu node** can disable voice detection, and route-call agents are now greeted in their own locale

### Integration updates

* We have introduced new inbound integrations: **OpenObserve**, **OpenSearch Dashboards**, **openITCOCKPIT**, **OpenNMS** and **Odoo**
* The **SignalFx** integration has been rebranded to **Splunk Observability Cloud**
* The **Zammad** converter now supports more ticket states

### Future outlook (coming soon)

* Dark mode 🌙 for the web UI is coming, we have almost achieved a 100% port of the web app to our new frontend stack in the last 2 years, finally making Dark mode possible
* Service Health Dashboard (topology GA) is coming, we are not planning on leaving this in a long closed beta, you will have access to your own service graphs soon
* `ilert-cli` is coming, we have been fine-tuning this for a while now and it's a power-house combined with your favorite coding agent, we will also open up 99% of our API for it allowing you to automate about literally anything you see in the UI

{% embed url="<https://ezmln.share-eu1.hsforms.com/2VE16AWcVQiuyiEZ3MCgBiQ>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ilert.com/changelog/2026/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
