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

# Release Cadence & Support

> Discord Social SDK release cadence, supported version window, and end-of-life process.

export const PlayIcon = props => <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" d="M9.25 3.35C7.87 2.45 6 3.38 6 4.96v14.08c0 1.58 1.87 2.5 3.25 1.61l10.85-7.04a1.9 1.9 0 0 0 0-3.22L9.25 3.35Z" /></svg>;

export const BookCheckIcon = props => <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M15 2a3 3 0 0 1 3 3v12H5.5a1.5 1.5 0 0 0 0 3h14a.5.5 0 0 0 .5-.5V5h1a1 1 0 0 1 1 1v15a1 1 0 0 1-1 1H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h10Zm-.3 5.7a1 1 0 0 0-1.4-1.4L9 10.58l-2.3-2.3a1 1 0 0 0-1.4 1.42l3 3a1 1 0 0 0 1.4 0l5-5Z" clip-rule="evenodd" /></svg>;

export const UserPlatformIcon = props => <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="currentColor" fill-rule="evenodd" d="M16 6a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM2 20.53A9.53 9.53 0 0 1 11.53 11h.94c1.28 0 2.5.25 3.61.7.41.18.36.77-.05.96a7 7 0 0 0-3.65 8.6c.11.36-.13.74-.5.74H6.15a.5.5 0 0 1-.5-.55l.27-2.6c.02-.26-.27-.37-.41-.16-.48.74-1.03 1.8-1.32 2.9a.53.53 0 0 1-.5.41h-.22C2.66 22 2 21.34 2 20.53Z" clip-rule="evenodd" /><path fill="currentColor" d="M23.66 16.47c.13.57.34 1.69.34 3.23v2.23a1.4 1.4 0 0 1-2.66.63l-.8-1.6a.5.5 0 0 0-.56-.25c-.26.06-.62.12-.98.12s-.72-.06-.98-.12a.5.5 0 0 0-.56.25l-.8 1.6a1.4 1.4 0 0 1-2.66-.63V19.7c0-1.54.2-2.66.34-3.23.31-1.3 1.36-1.55 2.46-1.79.23-.05.46.03.62.18.16.16.35.33.58.32a19.25 19.25 0 0 1 2 0c.23 0 .42-.16.58-.32a.68.68 0 0 1 .62-.18c1.1.24 2.15.5 2.46 1.8Z" /></svg>;

<Info>
  This page describes which Discord Social SDK versions receive updates, our release cadence, and how end-of-life is handled. For platform support details, see [Platform Compatibility](/developers/discord-social-sdk/core-concepts/platform-compatibility).
</Info>

<Note>
  These changes take effect with the **1.10 release** of the Discord Social SDK, shipping in **July 2026**. Starting with 1.10:

  * The supported version window will cover versions **1.6 through 1.10**. Versions **1.5 and earlier** will be end-of-life.
  * New Xbox and PlayStation OS SDK support will ship in new Social SDK releases only — not as patches to older Social SDK versions. Each Social SDK release bundles roughly the last 18 months of console OS SDK versions.

  **Already-shipped Social SDK releases (1.6–1.9) are unchanged** — they keep the console OS SDK support they were originally built with. The new model applies from 1.10 forward.

  We're announcing this ahead of the 1.10 release so developers on older versions have time to upgrade.
</Note>

## Release Schedule

We ship **three minor releases of the Discord Social SDK each year**, in **April, July, and November**. This cadence aligns with the release windows for console OS SDKs so that each Discord Social SDK release can pick up the most recent supported console SDK versions.

Between minor releases, we publish patch releases as needed (see [What's Covered](#whats-covered) below).

## Supported Version Window

We provide **hotfix patches** — bug fixes and security fixes — for the **five most recent minor versions** of the Discord Social SDK. Older versions are End-of-Life (EOL) and will not receive further updates.

To receive a patch fix on an EOL version, upgrade to a supported release first.

For how console OS SDK updates work, see [Console OS SDK Support](#console-os-sdk-support) below.

### Supported Versions

Once the 1.10 release ships in July 2026, the supported version window will be:

| Version         | Status              |
| --------------- | ------------------- |
| 1.10            | Supported — current |
| 1.9             | Supported           |
| 1.8             | Supported           |
| 1.7             | Supported           |
| 1.6             | Supported           |
| 1.5 and earlier | End-of-Life         |

## Console OS SDK Support

New Xbox and PlayStation OS SDK support ships in **new minor Social SDK releases only** (the three minor releases per year). They are not backported to older Social SDK versions as patches.

Each Social SDK release bundles roughly the last **18 months** of console OS SDK versions — from whatever Xbox GDK or PlayStation OS was current \~18 months before the release, up through the latest available at release time. Console OS SDK versions older than that window are dropped at each new Social SDK release.

In practice, this means:

* If you need the latest Xbox or PlayStation platform SDK, upgrade to the latest Social SDK release.
* Already-shipped Social SDK releases continue to support the console OS SDK versions they were originally built with — we don't add or remove support for console OS SDKs from already-shipped versions.

The minimum supported Xbox and PlayStation platform SDK versions for the current Social SDK release are listed in [Platform Compatibility](/developers/discord-social-sdk/core-concepts/platform-compatibility).

## End-of-Life Process

When a new minor version of the Social SDK is released, the oldest version in the support window rolls off and reaches End-of-Life:

1. It is removed from the supported version table above
2. No new hotfix patch builds are produced for that version
3. Developers on that version should upgrade to the latest supported version

EOL transitions are announced in the [Change Log](/developers/change-log) entry for the corresponding minor release.

## What's Covered

Within the supported Social SDK version window, hotfix patches for a minor version may include:

* Bug-fix and stability hotfix patches
* Security hotfix patches

## What's Not Covered

The following are **not** provided for older minor versions of the Social SDK:

* New feature development
* Backports of features introduced in a newer minor version
* Backports of support for newer console OS SDK versions

***

## Next Steps

<CardGroup cols={3}>
  <Card title="Platform Compatibility" href="/developers/discord-social-sdk/core-concepts/platform-compatibility" icon={<UserPlatformIcon />}>
    See supported platforms and minimum supported versions.
  </Card>

  <Card title="Change Log" href="/developers/change-log" icon={<BookCheckIcon />}>
    Browse release notes and EOL announcements.
  </Card>

  <Card title="Getting Started" href="/developers/discord-social-sdk/getting-started" icon={<PlayIcon/>}>
    Download the latest supported SDK version.
  </Card>
</CardGroup>

***

## Change Log

| Date         | Changes         |
| ------------ | --------------- |
| May 26, 2026 | initial release |
