Skip to content

Commit 2496339

Browse files
committed
docs: add Discord Social SDK changelog entries
Added changelog entries for recent Discord Social SDK releases (1.5.12211, 1.6.12767, 1.7, and 1.7.13009).
1 parent d42695f commit 2496339

5 files changed

+79
-2
lines changed

docs/change-log/2025-10-15-discord-social-sdk-1.6.12170.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,5 @@ This small update to v1.6 adds some highly requested features from our partners.
2424
- Fixed a crash when calling [`Client::GetUserGuilds`] on iOS devices
2525

2626
<!-- Autogenerated Reference Links -->
27-
2827
[`Client::GetUserGuilds`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#aac1ec02df6074ed9213ce230e6a42fe1
29-
3028
[`Client::UpdateRichPresence`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#af0a85e30f2b3d8a0b502fd23744ee58e
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Discord Social SDK Release 1.5.12211"
3+
date: "2025-10-16"
4+
topics:
5+
- "Discord Social SDK"
6+
---
7+
8+
A new release of the Discord Social SDK is now available, with the following update:
9+
10+
## Bug Fix
11+
12+
- Fixed a crash when calling [`Client::GetUserGuilds`] on iOS devices. First occurrence of this crash introduced in 1.5.10839
13+
14+
<!-- Autogenerated Reference Links -->
15+
[`Client::GetUserGuilds`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#aac1ec02df6074ed9213ce230e6a42fe1
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Discord Social SDK Release 1.6.12767"
3+
date: "2025-11-05"
4+
topics:
5+
- "Discord Social SDK"
6+
---
7+
8+
A new release of the Discord Social SDK is now available, with the following update:
9+
10+
Implemented a fix for a crash on Playstation when creating the Discord client, destroying it, and creating another.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "Discord Social SDK Release 1.7"
3+
date: "2025-11-12"
4+
topics:
5+
- "Discord Social SDK"
6+
---
7+
8+
A new release of the Discord Social SDK is now available, with the following updates:
9+
10+
## Authentication
11+
12+
- Sign in with Apple and PlayStation Network are now supported as external identity providers.
13+
14+
## Linked Channels
15+
16+
- The results of [`Client::GetGuildChannels`] are now sorted in the order in which they appear in the Discord client.
17+
Additional properties added to [`GuildChannel`] for type, position and parent category ID.
18+
19+
## PlayStation 5
20+
21+
- Added Low Energy Mode support. Explicit control of SDK thread affinity is provided by `cpuAffinityMask` property of [`ClientCreateOptions`].
22+
- Fixed a crash when destroying and recreating [`Client`].
23+
24+
## Windows
25+
26+
- Fixed an issue which caused local crash dumps to be disabled in processes which load the Social SDK.
27+
28+
## Voice
29+
30+
- 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.
31+
- Desktop clients now use WebRTC m130 internally (upgraded from m116).
32+
- Bug fixes and improvements to DAVE E2EE protocol implementation.
33+
34+
<!-- Autogenerated Reference Links -->
35+
[`Client`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#a91716140c699d8ef0bdf6bfd7ee0ae13
36+
[`Client::GetGuildChannels`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#adba1e5a83c219a9c4f6dab1657778017
37+
[`ClientCreateOptions`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1ClientCreateOptions.html#ae655ad66ba64f443496c158307cc77b4
38+
[`GuildChannel`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1GuildChannel.html#ac83eedfa1d9434dfa245ae39bb3a0915
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Discord Social SDK Release 1.7.13024"
3+
date: "2025-11-20"
4+
topics:
5+
- "Discord Social SDK"
6+
---
7+
8+
A new release of the Discord Social SDK is now available, with the following updates:
9+
10+
## Windows
11+
12+
- Fixed default audio device selection to once again prefer the default system audio device instead of the default communications device.
13+
14+
## Xbox
15+
16+
- Added support for GDK 240605 to the build.

0 commit comments

Comments
 (0)