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

# Changelog

> Version history for each Kontext SDK.

Each SDK is versioned and released independently. Use the links below to find release notes, breaking-change notices, and the full version history for the SDK you are integrating.

## Mobile SDKs

The mobile SDKs are open source. Release notes live in the GitHub repositories alongside the source code.

<CardGroup cols={2}>
  <Card title="Swift SDK (iOS)" icon="swift" href="https://github.com/kontextso/sdk-swift/blob/main/CHANGELOG.md">
    CHANGELOG.md on GitHub. Distributed via Swift Package Manager and CocoaPods.
  </Card>

  <Card title="Kotlin SDK (Android)" icon="android" href="https://github.com/kontextso/sdk-kotlin/blob/main/CHANGELOG.md">
    CHANGELOG.md on GitHub. Artifacts published to [Maven Central](https://repo1.maven.org/maven2/so/kontext/ads/).
  </Card>

  <Card title="Flutter SDK" icon="flutter" href="https://github.com/kontextso/sdk-flutter/blob/main/CHANGELOG.md">
    CHANGELOG.md on GitHub. Package published to [pub.dev](https://pub.dev/packages/kontext_flutter_sdk).
  </Card>
</CardGroup>

## Web and React Native SDKs

These packages are published as private npm packages. The links below open the npm Versions tab, which lists every release with its publish date.

<CardGroup cols={2}>
  <Card title="React SDK" icon="react" href="https://www.npmjs.com/package/@kontextso/sdk-react?activeTab=versions">
    Version history for `@kontextso/sdk-react` on npm.
  </Card>

  <Card title="Vue SDK" icon="vuejs" href="https://www.npmjs.com/package/@kontextso/sdk-vue?activeTab=versions">
    Version history for `@kontextso/sdk-vue` on npm.
  </Card>

  <Card title="React Native SDK" icon="react" href="https://www.npmjs.com/package/@kontextso/sdk-react-native?activeTab=versions">
    Version history for `@kontextso/sdk-react-native` on npm.
  </Card>

  <Card title="JavaScript SDK" icon="js" href="https://www.npmjs.com/package/@kontextso/sdk-js?activeTab=versions">
    Version history for `@kontextso/sdk-js` on npm.
  </Card>
</CardGroup>

## Versioning policy

All Kontext SDKs follow [Semantic Versioning](https://semver.org). Breaking changes are released in major versions and called out in the corresponding release notes.
