# Supported Versions

Saloon currently have **four** major versions, with the newest release being v4, which was a security only release. We have officially marked v2 as "End of Life" and we will still provide non-breaking security updates to v3 until **17th March 2027**.

<table><thead><tr><th width="220.17578125">Version</th><th>Status</th><th>Support</th><th>Until</th></tr></thead><tbody><tr><td>4.x</td><td>Active Support</td><td>Features, bug fixes, security updates, improvements</td><td>v5 Release (TBC)</td></tr><tr><td>3.x</td><td>Security Fixes Only</td><td>Security updates, improvements</td><td>17th March 2027</td></tr><tr><td>2.x</td><td>End of Life</td><td>No longer maintained</td><td>17th March 2026</td></tr><tr><td>1.x</td><td>End of Life</td><td>No longer maintained</td><td>17th March 2026</td></tr></tbody></table>


---

# 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://docs.saloon.dev/upgrade/supported-versions.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.
