2021-10-12
Features #
- Added new
coAssertThrowsExtError
andassertThrowsExtError
methods for testing convenience. Seeplatform/2-pragma/core/src/test/kotlin/pragma/utils/TestUtils.kt
Integration Notes #
AccountRpc.DisplayName
is nowAccountCommon.DisplayName
LobbyRpc.proto/LobbyPlayer.display_name
andLobbyRpc.LobbyPlayer.ext
fields have been removed. UseLobbyRpc.proto/LobbyPlayer.player_info.display_name
andLobbyRpc.LobbyPlayer.player_info.ext
instead.MatchCapacityRpc.StartMatchV1Request
,MatchLifecycleRpc.CreateMatchV1Request
,MatchmakingRpc.EnterMatchmakingForPartyV1Request
have been updated to usePlayerInfoV2
PlayerSession
has been updated to usepragma.account.DisplayName
- Removed
GetContentSha256ChecksumsV1Request
/Response
that was not used pragma.PragmaCoreTestFactory.playerInfo
moved topragma.MatchmakingTestFactory.playerInfo
and will need to be reimported if used in tests
Deprecation #
ReportCapacityV1Request
/Response
deprecated in favor ofReportCapacityV2Request
/Response
MatchReadyV1Request
/Response
deprecated in favor ofMatchReadyV2Request
/Response
types.proto/DisplayName
deprecated in favor ofaccountCommon.proto/DisplayName
matchLifecycleRpc.proto/PlayerInfo
deprecated in favor ofmatchLifecycleRpc.proto/PlayerInfoV2
matchLifecycleRpc.proto/MatchData
deprecated in favor ofmatchLifecycleRpc.proto/MatchDataV2