Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/change-log/2025-10-15-discord-social-sdk-1.6.12170.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ This small update to v1.6 adds some highly requested features from our partners.
- Fixed a crash when calling [`Client::GetUserGuilds`] on iOS devices

<!-- Autogenerated Reference Links -->

[`Client::GetUserGuilds`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#aac1ec02df6074ed9213ce230e6a42fe1

[`Client::UpdateRichPresence`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#af0a85e30f2b3d8a0b502fd23744ee58e
15 changes: 15 additions & 0 deletions docs/change-log/2025-10-16-discord-social-sdk-1.5.12211.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Discord Social SDK Release 1.5.12211"
date: "2025-10-16"
topics:
- "Discord Social SDK"
---

A new release of the Discord Social SDK is now available, with the following update:

## Bug Fix

- Fixed a crash when calling [`Client::GetUserGuilds`] on iOS devices. First occurrence of this crash introduced in 1.5.10839

<!-- Autogenerated Reference Links -->
[`Client::GetUserGuilds`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#aac1ec02df6074ed9213ce230e6a42fe1
10 changes: 10 additions & 0 deletions docs/change-log/2025-11-05-discord-social-sdk-1.6.12767.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Discord Social SDK Release 1.6.12767"
date: "2025-11-05"
topics:
- "Discord Social SDK"
---

A new release of the Discord Social SDK is now available, with the following update:

Implemented a fix for a crash on Playstation when creating the Discord client, destroying it, and creating another.
38 changes: 38 additions & 0 deletions docs/change-log/2025-11-12-discord-social-sdk-1.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: "Discord Social SDK Release 1.7"
date: "2025-11-12"
topics:
- "Discord Social SDK"
---

A new release of the Discord Social SDK is now available, with the following updates:

## Authentication

- Sign in with Apple and PlayStation Network are now supported as external identity providers.

## Linked Channels

- The results of [`Client::GetGuildChannels`] are now sorted in the order in which they appear in the Discord client.
Additional properties added to [`GuildChannel`] for type, position and parent category ID.

## PlayStation 5

- Added Low Energy Mode support. Explicit control of SDK thread affinity is provided by `cpuAffinityMask` property of [`ClientCreateOptions`].
- Fixed a crash when destroying and recreating [`Client`].

## Windows

- Fixed an issue which caused local crash dumps to be disabled in processes which load the Social SDK.

## Voice

- The Social SDK now uses our latest audio subsystem on Windows, bringing it more in line with the desktop client. Improves device compatibility and fixes some long-standing issues like Bluetooth devices changing profiles on startup.
- Desktop clients now use WebRTC m130 internally (upgraded from m116).
- Bug fixes and improvements to DAVE E2EE protocol implementation.

<!-- Autogenerated Reference Links -->
[`Client`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a91716140c699d8ef0bdf6bfd7ee0ae13
[`Client::GetGuildChannels`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#adba1e5a83c219a9c4f6dab1657778017
[`ClientCreateOptions`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientCreateOptions.html#ae655ad66ba64f443496c158307cc77b4
[`GuildChannel`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildChannel.html#ac83eedfa1d9434dfa245ae39bb3a0915
16 changes: 16 additions & 0 deletions docs/change-log/2025-11-20-discord-social-sdk-1.7.13024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Discord Social SDK Release 1.7.13024"
date: "2025-11-20"
topics:
- "Discord Social SDK"
---

A new release of the Discord Social SDK is now available, with the following updates:

## Windows

- Fixed default audio device selection to once again prefer the default system audio device instead of the default communications device.

## Xbox

- Added support for GDK 240605 to the build.