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

# Versioning policy

We aim to publish a feature release of Elimity Insights four times a year, typically on the second Thursday of the last month in each quarter. The two most recent feature releases also receive bug fixes and security updates in patches which do not follow a fixed schedule.

## Version numbering

Each feature release gets a semantic version number with a new 'minor' component (e.g. the next feature release after `v3.44.0` is `v3.45.0`). For patches we simply increment the 'patch' component (e.g. `v3.44.1` and `v3.44.2` would be the first two patch releases for `v3.44.0`).

### Upgrading

{% hint style="info" %}
The following section is only relevant for customers deploying Elimity Insights on-prem. For our SaaS customers we perform the necessary upgrade work behind the scenes.
{% endhint %}

Before upgrading to a new feature release it's very important to read through the release notes as they document all important changes and necessary preparation tasks. Typically you'll have to follow the steps below:

1. Shut down 'old' version of your Elimity Insights server
2. Perform database migrations
3. Start 'new' version of your Elimity Insights server

Upgrading to a patch release is typically much quicker. While you should of course still consult the release notes beforehand, in most cases you can just bump the image version and restart.

### Support

We provide official support for the latest patch versions of the two most recent feature releases. This means we process bug reports and security findings for those versions and patch them when needed. A similar policy applies for the other supporting components (e.g. LDAP gateway, LDAP proxy, SQL gateway, ...) we provide. More specifically we support those 'major' versions that were the most recent when we published a new feature release of Elimity Insights. These versions remain supported as long as they relate in this way to at least one feature release that is still supported.

You can easily check which images are officially supported by looking for the `stable` and `oldstable` tags.


---

# 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.elimity.com/versioning-policy.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.
