Pragma Engine 0.0.39
2021-10-12
Features #
- Added new
coAssertThrowsExtErrorandassertThrowsExtErrormethods for testing convenience. Seeplatform/2-pragma/core/src/test/kotlin/pragma/utils/TestUtils.kt
Integration Notes #
AccountRpc.DisplayNameis nowAccountCommon.DisplayNameLobbyRpc.proto/LobbyPlayer.display_nameandLobbyRpc.LobbyPlayer.extfields have been removed. UseLobbyRpc.proto/LobbyPlayer.player_info.display_nameandLobbyRpc.LobbyPlayer.player_info.extinstead.MatchCapacityRpc.StartMatchV1Request,MatchLifecycleRpc.CreateMatchV1Request,MatchmakingRpc.EnterMatchmakingForPartyV1Requesthave been updated to usePlayerInfoV2PlayerSessionhas been updated to usepragma.account.DisplayName- Removed
GetContentSha256ChecksumsV1Request/Responsethat was not used pragma.PragmaCoreTestFactory.playerInfomoved topragma.MatchmakingTestFactory.playerInfoand will need to be reimported if used in tests
Deprecation #
ReportCapacityV1Request/Responsedeprecated in favor ofReportCapacityV2Request/ResponseMatchReadyV1Request/Responsedeprecated in favor ofMatchReadyV2Request/Responsetypes.proto/DisplayNamedeprecated in favor ofaccountCommon.proto/DisplayNamematchLifecycleRpc.proto/PlayerInfodeprecated in favor ofmatchLifecycleRpc.proto/PlayerInfoV2matchLifecycleRpc.proto/MatchDatadeprecated in favor ofmatchLifecycleRpc.proto/MatchDataV2