Pragma Engine 0.0.43

2021-11-02

Features #

  • Players can now invite others using Lobby Invite Codes.

Deprecations #

  • Removed insertAccountsOrIgnoreLegacy from UnsafeIdentityDaoNodeService. Use insertOrIgnoreAccounts as a replacement.
  • Types.DisplayName has been removed in favor of AccountCommon.DisplayName
  • Removed MatchLifecycleRpc.PlayerInfo in favor of MatchLifecycleRpc.PlayerInfoV2
    • (PlayerInfo.DisplayName string)/(DisplayNameV2 Types.DisplayName) is now reflected in (PlayerInfoV2.DisplayName AccountCommon.DisplayName)
  • Removed MatchLifecycleRpc.MatchData in favor of MatchLifecycleRpc.MatchDataV2
    • MatchData.PlayerInfo has been updated to MatchData.PlayerInfoV2
  • Removed MatchLifecycleService.MatchReadyV1 in favor of MatchLifecycleService.MatchReadyV2.
  • Removed MatchCapacityRpc.ReportCapacityV1Request/Response in favor of MatchCapacityRpc.ReportCapacityV2Request/Response.
  • Removed buildExtensionMatchFoundNotification.