# Release Notes

***

## Version 2.3.0 <a href="#version-2.3.0" id="version-2.3.0"></a>

*2025-03-18*

**Android, iOS**

* Support of v5 WAAP
* Compatibility with v2 WAAP
* Improved tagging of Mobile requests
* Support mobile tags for requests: `mobile-app:*`
  * mobile-app:no-mobile-application-group
  * mobile-app:signature-mismatch
  * mobile-app:timeout-exceeded
  * mobile-app:token-mismatch
  * mobile-app:emulator

## Version 2.2.9 <a href="#version-2.2.9" id="version-2.2.9"></a>

*2024-08-21*

**Android**

* Add support for Android 15
* Support 16 KB page sizes for Android SDK

## Version 2.2.8 <a href="#version-2.2.8" id="version-2.2.8"></a>

*2024-08-15*

**iOS**

* Fix WebView requests loading

## Version 2.2.7 <a href="#version-2.2.7" id="version-2.2.7"></a>

*2024-06-26*

**iOS**

* Fix Cocoapods integration

## Version 2.2.6 <a href="#version-2.2.6" id="version-2.2.6"></a>

*2024-06-06*

**iOS**

* Improved Podfile, SPM

## Version 2.2.5 <a href="#version-2.2.5" id="version-2.2.5"></a>

*2024-05-28*

**iOS**

* Signed executables for device and simulator
* Improve bot detection on iOS

**Android**

* Improve bot detection on Android

## Version 2.2.4 <a href="#version-2.2.4" id="version-2.2.4"></a>

*2024-03-25*

**iOS**

* Improve bot detection on iOS

## Version 2.2.3 <a href="#version-2.2.3" id="version-2.2.3"></a>

*2024-03-25*

**Android and iOS**

* Fix false positive bot detection

## Version 2.2.1 <a href="#version-2.2.1" id="version-2.2.1"></a>

*2024-03-22*

**Android and iOS**

* Simulator detection improvements

## Version 2.0 <a href="#version-2.0" id="version-2.0"></a>

*2021-08-22*

**Android and iOS**

* Obfuscated SDK binaries.
* Accumulate and publish the event counters in C++.
* Changed encryption salt (breaking compatibility with older backend version).
* Send timestamp with ms accuracy.
* Add timesliced event reporting.

**iOS**

* Support **autoSign**.

***

## Version 2α (not distributed) <a href="#version-2a-not-distributed" id="version-2a-not-distributed"></a>

*2021-06-24*

**Android and iOS**

Full rewrite of the SDK, requires backend version 2.16 or higher.&#x20;


---

# 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://waap.docs.link11.com/mobile-sdk-v2.3.0/release-notes.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.
