# 1.0.0 (2026-03-26)

### 🚀 Features

- add pre-recorded to sdk

## 0.6.1 (2025-11-28)

### 🩹 Fixes

- **sdk-js:** Use a safe integer as max timeout for iso-fetch

## 0.6.0 (2025-10-28)

### 🚀 Features

- Update OpenAPI interfaces

## 0.5.3 (2025-10-24)

### 🩹 Fixes

- Version wasn't updated on release

### 📖 Documentation

- **sdk-js:** Improve doc

## 0.5.2 (2025-10-08)

### 📖 Documentation

- **all:** Add type "docs" to release process

## 0.5.1 (2025-09-30)

### 🩹 Fixes

- **sdk-js:** Dispatch ack messages if no config provided
- **sdk-js:** Handle nullable properties

## 0.5.0 (2025-09-25)

### 🚀 Features

- **sdk-js:** Implement x-gladia-version

### 🩹 Fixes

- **sdk-js:** Remove chaining capability

## 0.4.3 (2025-09-23)

### 🩹 Fixes

- **sdk-js:** Go to source wasn't working

## 0.4.2 (2025-09-19)

### 🩹 Fixes

- **sdk-js:** Include maxDelay into delay directly
- **sdk-js:** Improve client options and fix baseUrl for ws

## 0.4.1 (2025-09-16)

### 🩹 Fixes

- **sdk-js:** Fix SharedArrayBuffer test on browser

## 0.4.0 (2025-09-16)

### 🚀 Features

- **sdk-js:** Rework events and status

### 🩹 Fixes

- **sdk-js:** Remove duplicated default
- **sdk-js:** Add e2e tests to js sdk and fix a few things
- **sdk-js:** Typecheck failing and refactor helpers

## 0.3.1 (2025-09-10)

### 🩹 Fixes

- **sdk-js:** Remove console.log

## 0.3.0 (2025-09-10)

### 🚀 Features

- **sdk-js:** Add 'message' event

### 🩹 Fixes

- **sdk-js:** Minify iife build

## 0.2.1 (2025-09-10)

### 🩹 Fixes

- **sdk-js:** Add Buffer and ArrayLike<number> to allowed audio chunk parameter

## 0.2.0 (2025-09-10)

### 🚀 Features

- **sdk-js:** Add the region option
- **sdk-js:** Add a WebSocket client with retry and timeout support

## 0.1.2 (2025-09-09)

### 🩹 Fixes

- **sdk-js:** iso-ws wasn't working on browser

## 0.1.1 (2025-09-09)

### 🩹 Fixes

- **sdk-js:** Make the JS SDK public and update its readme

## 0.1.0 (2025-09-09)

### 🚀 Features

- **sdk-js:** Initial JavaScript/TypeScript implementation of Gladia SDK
