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

# Community Server Release Notes

This section contains release notes for MariaDB Server releases divided into the major MariaDB series. The latest long-term stable series is [MariaDB 12.3](/docs/release-notes/community-server/12.3/mariadb-12.3-changes-and-improvements.md) (maintained for three years), the current rolling release is [MariaDB 13.0](/docs/release-notes/community-server/13.0/mariadb-13.0-changes-and-improvements.md), and the current development release is MariaDB 13.1.

## About

* [Release Criteria](/docs/release-notes/community-server/about/release-criteria.md)
* [Release Model](/docs/release-notes/community-server/about/release-model.md)
* [Compatibility & Differences](/docs/release-notes/community-server/about/compatibility-and-differences.md)
* [Platform Deprecation Policy](/docs/release-notes/community-server/about/platform-deprecation-policy.md)
* [Feature Deprecation Policy](/docs/release-notes/community-server/about/feature-deprecation-policy.md)
* [Maintenance Policy](/docs/release-notes/community-server/about/maintenance-policy.md)
* [Security Vulnerabilities (CVE) Fixed in MariaDB Community Server](/docs/server/security/cve/community-server.md)

## Current Releases

* [MariaDB 13.1 Series](/docs/release-notes/community-server/13.1.md)
* [MariaDB 13.0 Series](/docs/release-notes/community-server/13.0.md)
* [MariaDB 12.3 Series](/docs/release-notes/community-server/12.3.md)
* [MariaDB 11.8 Series](/docs/release-notes/community-server/11.8.md)
* [MariaDB 11.4 Series](/docs/release-notes/community-server/11.4.md)
* [MariaDB 10.11 Series](/docs/release-notes/community-server/11.4.md)
* [MariaDB 10.6 Series](/docs/release-notes/community-server/10.6.md)

## Old Releases

* [Old MariaDB Community Server Releases](/docs/release-notes/community-server/old-releases.md)

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formid="4316" formId="4316" %}


---

# 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://mariadb.com/docs/release-notes/community-server.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.
