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

# Release Notes Overview

## Xenoraa Release Notes

> This page is auto-generated from the production deployment log. Last updated: 2026-07-09 17:52 UTC

Xenoraa ships updates continuously. Each release is tagged with a semantic version number, a date, and a category badge. You can browse releases by major version using the sidebar.

### Release Summary

| Version Series |   Releases  | Focus Area                                                   |
| -------------- | :---------: | ------------------------------------------------------------ |
| **v8.x**       |  5 releases | Xena AI, Infrastructure                                      |
| **v7.x**       |  6 releases | Xena AI, CRM, Accounts & Finance, Platform                   |
| **v6.x**       | 10 releases | Xena AI                                                      |
| **v5.x**       |  2 releases | Xena AI                                                      |
| **v4.x**       | 42 releases | Xena AI, Platform, CRM, POS & E-Commerce, Accounts & Finance |
| **v3.x**       |  3 releases | POS & E-Commerce, Platform                                   |

### Latest Release

**v8.4.0** — Phase 3 — OPcache + Cloudflare WAF + Slack Error Monitoring (2026-07-08)

* PHP OPcache: 256MB memory, 20000 max files, validate\_timestamps=0, JIT off (production-tuned)
* Cloudflare security: SSL=full, always\_use\_https=on, min\_tls=1.2, security\_level=medium
* Cloudflare performance: brotli=on, minify(css+html+js)=on, browser\_cache\_ttl=14400
* Cloudflare WAF (5 custom rules, ruleset: f3fd2dba282e4c22901c317f879cbc1f):
* 1. BLOCK: malicious scanners (sqlmap, nikto, masscan, zgrab, nmap, nuclei)


---

# 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.xenoraa.com/xenoraa-release-notes/release-notes-overview.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.
