# JavaScript SDKs

This describes the support phases for versions of JavaScript SDKs. The versions listed here are based on [Inrupt’s version maintenance and support policy](https://www.inrupt.com/maintenance-policy).

{% hint style="info" %}
Any versions not included in these tables are End of Life. New versions will be added to their respective sections when released.
{% endhint %}

## Solid Client

| Versions | Released   | Phase        | End of Phase | EOL Since  |
| -------- | ---------- | ------------ | ------------ | ---------- |
| 2.1.x    | 2024-08-27 | Full Support |              |            |
| 2.0.x    | 2023-12-19 | Deprecated   |              |            |
| 1.30.x   | 2023-09-27 | End of Life  |              | 2024-09-27 |

## Solid Client Authn

| Versions | Released   | Phase        | End of Phase | EOL Since  |
| -------- | ---------- | ------------ | ------------ | ---------- |
| 2.5.x    | 2025-05-09 | Full Support |              |            |
| 2.4.x    | 2025-04-15 | Full Support |              |            |
| 2.3.x    | 2024-11-14 | Deprecated   | 2025-11-14   |            |
| 2.2.x    | 2024-05-03 | End of Life  |              | 2025-05-03 |
| 2.1.x    | 2023-03-14 | End of Life  |              | 2025-03-14 |
| 2.0.x    | 2023-12-20 | End of Life  |              | 2024-12-20 |

## Solid Client Access Grants

| Versions | Released   | Phase        | End of Phase | EOL Since  |
| -------- | ---------- | ------------ | ------------ | ---------- |
| 3.3.x    | 2025-04-23 | Full Support |              |            |
| 3.2.x    | 2024-12-26 | Full Support | 2025-06-26   |            |
| 3.1.x    | 2024-09-17 | Deprecated   | 2025-09-17   |            |
| 3.0.x    | 2023-12-22 | End of Life  |              | 2024-12-26 |
| 2.6.x    | 2023-09-18 | End of Life  |              | 2024-09-18 |

## Solid Client Notifications

| Versions | Released   | Phase        | End of Phase | EOL Since  |
| -------- | ---------- | ------------ | ------------ | ---------- |
| 3.0.x    | 2024-09-16 | Full Support |              |            |
| 2.0.x    | 2023-12-20 | Deprecated   |              |            |
| 1.3.x    | 2023-05-19 | End of Life  |              | 2024-09-16 |

## Solid Client VC

| Versions | Released   | Phase        | End of Phase | EOL Since  |
| -------- | ---------- | ------------ | ------------ | ---------- |
| 1.2.x    | 2024-12-17 | Full Support |              |            |
| 1.1.x    | 2024-09-10 | Deprecated   |              |            |
| 1.0.x    | 2023-12-21 | End of Life  |              | 2024-12-21 |

## Solid Client Errors

| Versions | Released   | Phase        | End of Phase | EOL Since |
| -------- | ---------- | ------------ | ------------ | --------- |
| 0.0.x    | 2024-07-08 | Full Support |              |           |


---

# 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.inrupt.com/support/supported-versions/js.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.
