# Web SDK Releases

## Version 3.0 (3 Feb 2026)&#x20;

* [Remote configuration](/integration/integration-of-sdk-v2/remote-configuration/rc-integration.md), simplified A/B testing integration&#x20;
* [Session recording](/reports-and-functionality/project-related-reports-and-fuctionality/users/session-replays.md)&#x20;
* Updated method calls (See [Setting up Events](/integration/integration-of-sdk-v2/setting-up-events.md))

## Version 2.2 (28 Mar 2025)

* [Added A/B test functionality](/integration/integration-of-sdk-v2/a-b-testing.md) (Beta).

## Version 2.1 (06 Dec 2024)

* [Reserved user properties](/integration/integration-of-sdk-v2/setting-up-events/user-profile.md#reserved-user-properties), which carry information about the user's personal data, are excluded from the SDK.


---

# 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.devtodev.com/integration/integration-of-sdk-v2/sdk-integration/web/web-sdk-releases.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.
