---
icon: tag
label: Release Notes
order: 100
---

# Web SDK Release Notes

## Version History

### Version 1.4.0

**Release Date:** 2026-08-07

#### Improvements

- **Refusal reasons are shown**: when the service refuses a session, the SDK shows the sentence the service sent rather than a generic failure message. Previously only the first step of the flow did this; the capture and verify steps replaced it.
- **No Retry where retrying cannot work**: a `4xx` describes the session rather than a passing fault, so Retry is hidden on those screens. A `5xx` or a lost request still offers it, and a `429` is retried for you.

### Version 1.3.0

**Release Date:** 2026-08-05

#### Improvements

- **Richer diagnostic and reporting information**

### Version 1.2.0

**Release Date:** 2026-07-23

#### Features

- **Localization**: Added support for translating the SDK's built-in UI text. Use the new `lang` prop on `VerifyVerifier` (or the `reLang` redirect parameter) to select from 31 shipped languages, and `langOverrides` to replace individual strings. See [Localization](/verifeye-sdks/web-sdk/#localization).

### Version 1.1.2

**Release Date:** 2026-07-07

#### Features

- **External MediaStream Support**: Added support for passing an external `MediaStream` to the `VerifyVerifier` component for headless verification. This allows developers to provide their own video stream for verification instead of using the default camera access.

### Version 1.0.1

**Release Date:** 2026-06-23

#### Features

- **Initial Release**: First public release of the VerifEye Web SDK (`@realeyes/verifeye-sdk`), providing the `VerifyVerifier` React component for embedding the VerifEye verification flow into web applications.

---

*For the latest updates, visit the [VerifEye Developer Console](https://verifeye-console.realeyes.ai/)*
