2021-11-02
Features #
- Players can now invite others using Lobby Invite Codes.
Deprecations #
- Removed
insertAccountsOrIgnoreLegacy
fromUnsafeIdentityDaoNodeService
. UseinsertOrIgnoreAccounts
as a replacement. Types.DisplayName
has been removed in favor ofAccountCommon.DisplayName
- Removed
MatchLifecycleRpc.PlayerInfo
in favor ofMatchLifecycleRpc.PlayerInfoV2
(PlayerInfo.DisplayName string)/(DisplayNameV2 Types.DisplayName)
is now reflected in(PlayerInfoV2.DisplayName AccountCommon.DisplayName)
- Removed
MatchLifecycleRpc.MatchData
in favor ofMatchLifecycleRpc.MatchDataV2
MatchData.PlayerInfo
has been updated toMatchData.PlayerInfoV2
- Removed
MatchLifecycleService.MatchReadyV1
in favor ofMatchLifecycleService.MatchReadyV2
. - Removed
MatchCapacityRpc.ReportCapacityV1Request/Response
in favor ofMatchCapacityRpc.ReportCapacityV2Request/Response
. - Removed
buildExtensionMatchFoundNotification
.