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

# October 2025

> October 2025 release notes for Suki APIs and SDKs

This release introduces info endpoints, enhanced ambient session context, iOS SDK improvements, and documentation updates. It also removes SNOMED and paused state support.

## What's new

<span id="info-endpoints-and-context" />

<Update label="October 2025 - New" description="Info endpoints and context" tags={["New Features"]}>
  ### New features

  <Badge icon="code" size="sm" color="blue">API v1.0.0</Badge>

  **Info endpoints and context**: We've introduced three info endpoints for supported enum values (encounter types, visit types, provider roles) and updated ambient session context to support `VisitContext` (e.g. chief complaint, visit type) and enhanced provider context (e.g. provider\_role).

  Learn more in [Info endpoints](/api-reference/info/encounter-types) and [Ambient session context](/api-reference/ambient-sessions/context).

  <Badge icon="mobile" size="sm" color="purple">iOS SDK v2.4.0</Badge>

  **User feedback and audio buffer**: We've added `submitFeedback(_:for:onCompletion:)` for feedback on AI-generated content and the `audioBufferFilled(withPercentage:)` delegate for connection status in the UI.

  **Why it matters**: Info endpoints let you validate and display supported values. Visit and provider context improve note accuracy. User feedback and audio buffer improve UX and connection visibility.
</Update>

## What's enhanced

<span id="documentation-and-offline-handling" />

<Update label="October 2025 - Enhanced" description="Documentation and offline handling" tags={["Enhancements"]}>
  ### Enhancements

  <Badge icon="code" size="sm" color="blue">API v1.0.0</Badge>

  **Documentation**: We've added [API reference guidelines](/api-reference/api-guidelines), restructured and enhanced API documentation, rewritten the Problem-Based Charting guide, and added detailed authentication guidance for the Audio streaming API.

  Learn more in the [API changelog](/api-reference/product-updates/changelog).

  <Badge icon="mobile" size="sm" color="purple">iOS SDK v2.4.0</Badge>

  **Offline handling**: We've added a 15-second buffer before transitioning to offline mode to handle temporary connection problems and allow connection status notifications in the UI.

  <Badge icon="mobile" size="sm" color="purple">iOS SDK v2.4.0</Badge>

  **Getting started guide**: We've improved the getting started guide with a workflow diagram to help you understand the process of using the Suki Mobile SDK.

  **Why it matters**: Better documentation speeds up integration. The offline buffer reduces false offline transitions during brief network hiccups.
</Update>

## What's removed

<span id="snomed-and-paused-state-removed" />

<Update label="October 2025 - Removed" description="SNOMED and paused state" tags={["Removed"]}>
  ### Removed

  <Badge icon="code" size="sm" color="blue">API v1.0.0</Badge>

  **SNOMED and paused state**: We've removed support for SNOMED codes in the diagnosis context.

  We've also removed support for the paused state for ambient sessions.

  **Why it matters**: If you use SNOMED in diagnosis context or the paused state, update your integration before upgrading.

  Learn more in the [Ambient session context](/api-reference/ambient-sessions/context) API reference.
</Update>
