> ## 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.

# September 2025

> September 2025 release notes for Suki APIs and SDKs

This release adds event monitoring, offline handling improvements, and user feedback collection to the Web SDK.

## What's enhanced

<span id="event-monitoring-and-offline-handling" />

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

  <Badge icon="cube" size="sm" color="green">Web SDK v2.0.4</Badge>

  **Event monitoring**: We've added six new authentication events and five new ambient session lifecycle events to the `EmitterEvents` type for login, registration, token refresh, and session state changes.

  Learn more in [EmitterEvents](/web-sdk/api-reference/types/emitter-events).

  <Badge icon="cube" size="sm" color="green">Web SDK v2.0.4</Badge>

  **Offline handling**: We've added a 15-second buffer before transitioning to offline mode to handle temporary connection problems.

  <Badge icon="cube" size="sm" color="green">Web SDK v2.0.4</Badge>

  **User feedback**: We've added the ability to collect user feedback on AI-generated content directly through the SDK.

  **Why it matters**: More events let you build richer UI and analytics. The offline buffer reduces false offline transitions. User feedback supports model improvement and quality monitoring.
</Update>
