Skip to content

Releases: PlayFab/PlayFabMultiplayer

PlayFab Multiplayer C++ v1.9.0

31 Mar 20:49
abfd2a4

Choose a tag to compare

Bug Fixes

  • Fixed an issue where a disconnected state change was not automatically generated after a connection was lost and could not be reestablished.

Full Release Notes

PlayFab Multiplayer C++ v1.8.8 for Linux

23 Mar 20:52
abfd2a4

Choose a tag to compare

  • Fixed undefined reference to DeriveWorkQueue on Linux.
  • Improved Linux linker hardening for PlayFab Multiplayer.

Full Release Notes

PlayFab Multiplayer C++ v1.8.7

26 Feb 19:05
abfd2a4

Choose a tag to compare

  • Fixed an issue where the library may crash after losing a WebSocket connection while paused in a debugger.

Full Release Notes

PlayFab Multiplayer C++ v1.8.6

13 Feb 23:51
abfd2a4

Choose a tag to compare

  • Fixed an issue where 24 hours after the first lobby or matchmaking attempt, if the library has not been cleaned up, it may fail to create subsequent lobbies, join subsequent lobbies, subscribe to lobby invitations, or create subsequent matchmaking tickets.
  • Fixed an issue where Lobby service failures could cause the PlayFabMultiplayer library to be unable to create new lobbies until it after PFMultiplayerUninitialize was called and the library was reinitialized with PFMultiplayerInitialize
  • Fixed an issue on non-GDK platforms where the library would hold onto internal process task queue memory even beyond the call to PFMultiplayerUninitialize
  • Fixed an issue where several PubSub service errors were being collapsed to the same generic HTTP 4XX error message. Now different service errors get unique error codes which makes them easier to diagnose and troubleshoot.

PlayFab Multiplayer C++ v1.8.5 for iOS

21 Jan 20:18
abfd2a4

Choose a tag to compare

  • Hide symbols in iOS platform to prevent symbol clashing.

Full Release Notes

PlayFab Multiplayer C++ v1.8.4 for Android

05 Nov 16:51
abfd2a4

Choose a tag to compare

Fixed an issue where exposed U symbols crashes at runtime on Android. All symbols except from the ones provided by us were hidden. This is an Android-only release.

PlayFab Multiplayer C++ v1.8.3 for Android

10 Oct 22:52
abfd2a4

Choose a tag to compare

  • Fixed an issue where exposed libHttpClient symbols caused symbol clashes on Android. Added an extra package option that allows games that require a specific version of libHttpClient to supply their own dynamic libHttpClient and use the .dynLHC package to avoid symbol conflicts. The .hideLHC from v1.8.2 is replaced by .dynLHC drop. This is an Android-only release.

PlayFab Multiplayer C++ v1.8.2 for Android

05 Sep 23:28
abfd2a4

Choose a tag to compare

  • Fixed an issue where exposed libHttpClient symbols caused symbol clashes on Android. Added an extra package option that allows games that require a specific version of libHttpClient to supply their own dynamic libHttpClient and use the .hideLHC package to avoid symbol conflicts. This is an Android-only release.
  • Added support for 16 KB page sizes to satisfy the new Android page size requirements.

PlayFab Multiplayer C++ v1.8.0

11 Jun 21:27
abfd2a4

Choose a tag to compare

Full Release Notes

PlayFab Multiplayer C++ v1.8.0 for Linux - Unreal 4.27 - Clang 11

15 Aug 18:48
abfd2a4

Choose a tag to compare

This Linux Binary is made to be compatible with Unreal Engine 4.27. We have not tested it on other Unreal versions.
This Binary is compiled using Clang-11, libc, and libc++11 ABI. For our general Playfab Multiplayer Linux 1.8.0 please go here.