diff --git a/docs/change-log/2025-10-15-discord-social-sdk-1.6.12170.md b/docs/change-log/2025-10-15-discord-social-sdk-1.6.12170.md index 5d9042c2ab..4914b2883e 100644 --- a/docs/change-log/2025-10-15-discord-social-sdk-1.6.12170.md +++ b/docs/change-log/2025-10-15-discord-social-sdk-1.6.12170.md @@ -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 - [`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 \ No newline at end of file diff --git a/docs/change-log/2025-10-16-discord-social-sdk-1.5.12211.md b/docs/change-log/2025-10-16-discord-social-sdk-1.5.12211.md new file mode 100644 index 0000000000..0628bc54b6 --- /dev/null +++ b/docs/change-log/2025-10-16-discord-social-sdk-1.5.12211.md @@ -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 + + +[`Client::GetUserGuilds`]: https://discord.com/developers/docs/social-sdk/classdiscordpp_1_1Client.html#aac1ec02df6074ed9213ce230e6a42fe1 \ No newline at end of file diff --git a/docs/change-log/2025-11-05-discord-social-sdk-1.6.12767.md b/docs/change-log/2025-11-05-discord-social-sdk-1.6.12767.md new file mode 100644 index 0000000000..554eb1ecaa --- /dev/null +++ b/docs/change-log/2025-11-05-discord-social-sdk-1.6.12767.md @@ -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. diff --git a/docs/change-log/2025-11-12-discord-social-sdk-1.7.md b/docs/change-log/2025-11-12-discord-social-sdk-1.7.md new file mode 100644 index 0000000000..a508d680d3 --- /dev/null +++ b/docs/change-log/2025-11-12-discord-social-sdk-1.7.md @@ -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. + + +[`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 \ No newline at end of file diff --git a/docs/change-log/2025-11-20-discord-social-sdk-1.7.13024.md b/docs/change-log/2025-11-20-discord-social-sdk-1.7.13024.md new file mode 100644 index 0000000000..1d1dcf1b2c --- /dev/null +++ b/docs/change-log/2025-11-20-discord-social-sdk-1.7.13024.md @@ -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.