> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bota.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Latest updates and changes to the Bota platform

Stay up to date with the latest improvements, new features, and bug fixes across the Bota platform.

<Info>
  Bookmark this page to stay updated on the latest changes.
</Info>

***

## July 2026

### 2026-07-15

**Project-Scoped Device Lookup**

* `GET /v1/devices` now accepts an exact `serial_number` filter and returns zero or one device in the standard collection response.
* Serial-number lookup is scoped to the authenticated project. Empty results do not reveal whether a device exists in another project.
* `POST /v1/devices` remains create-only and returns `409 Conflict` for duplicate serial numbers.

***

## March 2026

### 2026-03-11

**Auto-Processing & Hierarchical Configuration**

* **Auto-Transcription** — Automatically transcribe recordings when upload completes. Configurable ASR provider per organization, project, end user, or device.
* **Auto-Summary** — Automatically generate summaries when transcription completes. Configurable LLM provider and template (general notes, sales call, clinical SOAP, legal memo).
* **Hierarchical Configuration** — New `processing` config section joins `connection` and `upload`. Set defaults at the organization level and override at project, end user, or device level with deep-merge inheritance.
* **Config API Endpoints** — `GET/PUT/DELETE` config endpoints available for all entity levels (organizations, projects, end users, devices).

See the [Auto-Processing Guide](/guides/auto-processing) and [Hierarchical Configuration Guide](/guides/hierarchical-config) for details.

***

## January 2025

### 2025-01-15

**API v1 General Availability**

We're excited to announce the general availability of the Bota API v1. This release includes:

* **End User Management** — Create, list, and manage EndUsers with external\_id mapping
* **Device Management** — Register devices, bind to EndUsers, and track fleet status
* **Recording Pipeline** — Create recordings, upload audio via pre-signed URLs, and track processing status
* **Transcription** — Async transcription with speaker diarization and timestamps
* **Summarization** — AI-powered summary generation from transcripts
* **Webhooks** — Real-time notifications for all processing events

### 2025-01-10

**Documentation Site Launch**

* Launched docs.bota.dev with comprehensive API reference
* Added quickstart guide for rapid integration
* Published hardware guides for Bota Pin and Bota Note

***

## Versioning Policy

The Bota API uses date-based versioning. The current version is `2025-01-15`.

When we make breaking changes, we:

1. Release a new API version
2. Provide a migration guide
3. Support the previous version for at least 12 months
4. Send deprecation notices via email and webhooks

See [API Versioning](/api-reference/versioning) for details on version headers and migration strategies.

***

## Deprecations

No deprecations at this time.

***

## SDK Releases

| SDK     | Latest Version | Release Date |
| ------- | -------------- | ------------ |
| Node.js | Coming soon    | —            |
| Python  | Coming soon    | —            |
| iOS     | Coming soon    | —            |
| Android | Coming soon    | —            |

***

## Stay Updated

<CardGroup cols={2}>
  <Card title="API Status" icon="signal" href="https://api.bota.dev/health">
    Subscribe to incident and maintenance notifications
  </Card>

  <Card title="Support" icon="headset" href="/support">
    Contact us for questions or feedback
  </Card>
</CardGroup>
