2021-08-04
Features #
- Authentication will now return information about error conditions specific to Discord auth failures.
LobbyService
correctly setsExtPlayerInfo
onrespondToLobbyInvite
andcreateAndJoinLobby
calls using theLobbyStrategy.setExtPlayerInfo
2021-08-03
Features #
- UnitySDK: Fixed an issue where
Connection.Connect()
would fail after disconnection due to error.
Integration Notes #
ExtEnterMatchmakingV1Request
no longer has aplayer_info
in it. Instead usePlayerInfo
inmatchLifecycleRpc.proto
.StoreEntry
has replacedrequirements
andcatalog_ids_required_in_inventory
with a newPurchaseRequirements
that includes a newstore.ExtPurchaseRequirements
field.- This will be a breaking change to store content if entries reference the old fields
InventoryCommon.ItemUpdateV2
andInventoryCommon.ItemGrantV2
has been changed so internalinstanced
andstackable
fields is aoneof
Deprecation #
- Removed
player_info
fromExtEnterMatchmakingV1Request
inmatchmakingExt.proto
.
Removed #
InventoryRpc.UpdateItemV2
- Use
InventoryRpc.UpdateItemV3
- If using UE4 SDK, please use
PragmaInventoryService.UpdateItemV3
- Use