#social-sdk-announcements

1 messages ยท Page 1 of 1 (latest)

twin spoke
#

๐Ÿ“ข Docs Update โ€” Account Linking Failure Modes

We've expanded the Social SDK guides to cover what happens when a Discord-to-game account link is severed โ€” whether by a ban, an unmerge, or an OAuth2 token revocation.

What's new:

๐Ÿ”จ Ban-Driven Unmerge โ€” Documents the full lifecycle when a user's Discord account is banned: tokens are deleted immediately, a new cross-platform-restricted provisional account is created carrying the original external identity, and merge attempts return error 530017 until the ban lifts (or indefinitely for permanent bans).
https://docs.discord.com/developers/discord-social-sdk/development-guides/using-provisional-accounts#ban-driven-unmerge

๐Ÿ”Œ Out-of-Band Revocation โ€” Covers the auth-side signals (APPLICATION_DEAUTHORIZED webhook + invalid_grant on refresh) when a user removes your app from Discord or gets their account banned.
https://docs.discord.com/developers/discord-social-sdk/development-guides/account-linking-with-discord#out-of-band-revocation

๐Ÿ”„ When Refresh Fails โ€” Documents the /oauth2/token response when the underlying token has been deleted, and recommends treating invalid_grant as equivalent to receiving the webhook.
https://docs.discord.com/developers/discord-social-sdk/development-guides/account-linking-with-discord#when-refresh-fails

๐Ÿ“– Check out the updated docs in the Social SDK development guides!

twin spoke
#

๐Ÿš€ Discord Social SDK Release Cadence & Support

<@&1384293237673427124>

We've published a new Release Cadence & Support page for the Discord Social SDK. It documents:

  • ๐Ÿ“… Our new three-per-year minor release cadence (April, July, November)
  • ๐Ÿ›ก๏ธ A new support window covering the five most recent minor versions, with hotfix patches (bug fixes and security fixes) for older supported minor releases
  • ๐ŸŽฎ How new Xbox and PlayStation OS SDK supports ship in new Social SDK releases only โ€” each release bundles roughly the last 18 months of console OS SDKs
  • ๐Ÿ”š The new end-of-life process for older minor releases

โœ… What this means for you

  • โณ Over a year and a half of support per minor release. Three minor releases of the Social SDK per year combined with a 5-version support window means every minor release you ship with gets more than 18 months of patch coverage.
  • ๐Ÿ—“๏ธ A predictable release calendar. Releases land in April, July, and November, so you can plan Social SDK upgrades and console certification windows well in advance.
  • โšก More bandwidth for new features and stability. A defined support window lets us focus engineering effort where it matters most, which means more capacity to build new features in current minor releases and keep the versions in the support window robust and reliable.

๐Ÿ†• What changes with 1.10

These changes take effect with the 1.10 release, shipping in July 2026:

  • ๐ŸชŸ The supported version window will cover versions 1.6 through 1.10. Versions 1.5 and earlier will be end-of-life and no longer eligible for patch updates.
  • ๐ŸŽฎ 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 will bundle 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 sharing this ahead of the 1.10 release so developers on older versions have plenty of time to upgrade.