Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#230320
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Mar 24, 2023
2 parents 998bd24 + 14dafa7 commit a2c40d8
Show file tree
Hide file tree
Showing 39 changed files with 717 additions and 281 deletions.
3 changes: 3 additions & 0 deletions PlayFabSDK/source/PlayFabAdminAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,7 @@ public static async Task<PlayFabResult<GetDataReportResult>> GetDataReportAsync(
/// <summary>
/// Retrieves the details for a specific completed session, including links to standard out and standard error logs
/// </summary>
[Obsolete("Use 'MultiplayerServer/GetMultiplayerSessionLogsBySessionId' instead", false)]
public static async Task<PlayFabResult<GetMatchmakerGameInfoResult>> GetMatchmakerGameInfoAsync(GetMatchmakerGameInfoRequest request, object customData = null, Dictionary<string, string> extraHeaders = null)
{
await new PlayFabUtil.SynchronizationContextRemover();
Expand Down Expand Up @@ -1066,6 +1067,7 @@ public static async Task<PlayFabResult<GetMatchmakerGameInfoResult>> GetMatchmak
/// <summary>
/// Retrieves the details of defined game modes for the specified game server executable
/// </summary>
[Obsolete("No longer available", false)]
public static async Task<PlayFabResult<GetMatchmakerGameModesResult>> GetMatchmakerGameModesAsync(GetMatchmakerGameModesRequest request, object customData = null, Dictionary<string, string> extraHeaders = null)
{
await new PlayFabUtil.SynchronizationContextRemover();
Expand Down Expand Up @@ -1992,6 +1994,7 @@ public static async Task<PlayFabResult<ListVirtualCurrencyTypesResult>> ListVirt
/// <summary>
/// Updates the build details for the specified game server executable
/// </summary>
[Obsolete("No longer available", false)]
public static async Task<PlayFabResult<ModifyServerBuildResult>> ModifyServerBuildAsync(ModifyServerBuildRequest request, object customData = null, Dictionary<string, string> extraHeaders = null)
{
await new PlayFabUtil.SynchronizationContextRemover();
Expand Down
3 changes: 3 additions & 0 deletions PlayFabSDK/source/PlayFabAdminInstanceAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,7 @@ public async Task<PlayFabResult<GetDataReportResult>> GetDataReportAsync(GetData
/// <summary>
/// Retrieves the details for a specific completed session, including links to standard out and standard error logs
/// </summary>
[Obsolete("Use 'MultiplayerServer/GetMultiplayerSessionLogsBySessionId' instead", false)]
public async Task<PlayFabResult<GetMatchmakerGameInfoResult>> GetMatchmakerGameInfoAsync(GetMatchmakerGameInfoRequest request, object customData = null, Dictionary<string, string> extraHeaders = null)
{
await new PlayFabUtil.SynchronizationContextRemover();
Expand All @@ -1049,6 +1050,7 @@ public async Task<PlayFabResult<GetMatchmakerGameInfoResult>> GetMatchmakerGameI
/// <summary>
/// Retrieves the details of defined game modes for the specified game server executable
/// </summary>
[Obsolete("No longer available", false)]
public async Task<PlayFabResult<GetMatchmakerGameModesResult>> GetMatchmakerGameModesAsync(GetMatchmakerGameModesRequest request, object customData = null, Dictionary<string, string> extraHeaders = null)
{
await new PlayFabUtil.SynchronizationContextRemover();
Expand Down Expand Up @@ -1941,6 +1943,7 @@ public async Task<PlayFabResult<ListVirtualCurrencyTypesResult>> ListVirtualCurr
/// <summary>
/// Updates the build details for the specified game server executable
/// </summary>
[Obsolete("No longer available", false)]
public async Task<PlayFabResult<ModifyServerBuildResult>> ModifyServerBuildAsync(ModifyServerBuildRequest request, object customData = null, Dictionary<string, string> extraHeaders = null)
{
await new PlayFabUtil.SynchronizationContextRemover();
Expand Down
8 changes: 8 additions & 0 deletions PlayFabSDK/source/PlayFabAdminModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1985,6 +1985,7 @@ public enum GameBuildStatus
FailedToProcess
}

[Obsolete("No longer available", false)]
public class GameModeInfo
{
/// <summary>
Expand Down Expand Up @@ -2711,6 +2712,7 @@ public enum GenericErrorCodes
TelemetryKeyAlreadyExists,
TelemetryKeyInvalid,
TelemetryKeyCountOverLimit,
TelemetryKeyDeactivated,
EventSinkConnectionInvalid,
EventSinkConnectionUnauthorized,
EventSinkRegionInvalid,
Expand Down Expand Up @@ -2939,6 +2941,7 @@ public class GetDataReportResult : PlayFabResultCommon

}

[Obsolete("No longer available", false)]
public class GetMatchmakerGameInfoRequest : PlayFabRequestCommon
{
/// <summary>
Expand All @@ -2948,6 +2951,7 @@ public class GetMatchmakerGameInfoRequest : PlayFabRequestCommon

}

[Obsolete("No longer available", false)]
public class GetMatchmakerGameInfoResult : PlayFabResultCommon
{
/// <summary>
Expand Down Expand Up @@ -3018,6 +3022,7 @@ public class GetMatchmakerGameInfoResult : PlayFabResultCommon
/// additional users, and by the PlayFab game server management service to determine when a new Game Server Host should be
/// created in order to prevent excess load on existing Hosts.
/// </summary>
[Obsolete("No longer available", false)]
public class GetMatchmakerGameModesRequest : PlayFabRequestCommon
{
/// <summary>
Expand All @@ -3027,6 +3032,7 @@ public class GetMatchmakerGameModesRequest : PlayFabRequestCommon

}

[Obsolete("No longer available", false)]
public class GetMatchmakerGameModesResult : PlayFabResultCommon
{
/// <summary>
Expand Down Expand Up @@ -4389,6 +4395,7 @@ public class MembershipModel

}

[Obsolete("No longer available", false)]
public class ModifyServerBuildRequest : PlayFabRequestCommon
{
/// <summary>
Expand Down Expand Up @@ -4439,6 +4446,7 @@ public class ModifyServerBuildRequest : PlayFabRequestCommon

}

[Obsolete("No longer available", false)]
public class ModifyServerBuildResult : PlayFabResultCommon
{
/// <summary>
Expand Down
3 changes: 3 additions & 0 deletions PlayFabSDK/source/PlayFabClientAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ public static async Task<PlayFabResult<GetContentDownloadUrlResult>> GetContentD
/// <summary>
/// Get details about all current running game servers matching the given parameters.
/// </summary>
[Obsolete("Use 'MultiplayerServer/ListMultiplayerServers' instead", false)]
public static async Task<PlayFabResult<CurrentGamesResult>> GetCurrentGamesAsync(CurrentGamesRequest request, object customData = null, Dictionary<string, string> extraHeaders = null)
{
await new PlayFabUtil.SynchronizationContextRemover();
Expand Down Expand Up @@ -928,6 +929,7 @@ public static async Task<PlayFabResult<GetFriendsListResult>> GetFriendsListAsyn
/// <summary>
/// Get details about the regions hosting game servers matching the given parameters.
/// </summary>
[Obsolete("Use 'MultiplayerServer/ListMultiplayerServers' instead", false)]
public static async Task<PlayFabResult<GameServerRegionsResult>> GetGameServerRegionsAsync(GameServerRegionsRequest request, object customData = null, Dictionary<string, string> extraHeaders = null)
{
await new PlayFabUtil.SynchronizationContextRemover();
Expand Down Expand Up @@ -3141,6 +3143,7 @@ public static async Task<PlayFabResult<LoginResult>> LoginWithXboxAsync(LoginWit
/// availabe set. In that case, the information on the game session will be returned, otherwise the Status returned will be
/// GameNotFound.
/// </summary>
[Obsolete("Use 'Match/CreateMatchmakingTicket' instead", false)]
public static async Task<PlayFabResult<MatchmakeResult>> MatchmakeAsync(MatchmakeRequest request, object customData = null, Dictionary<string, string> extraHeaders = null)
{
await new PlayFabUtil.SynchronizationContextRemover();
Expand Down
3 changes: 3 additions & 0 deletions PlayFabSDK/source/PlayFabClientInstanceAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ public async Task<PlayFabResult<GetContentDownloadUrlResult>> GetContentDownload
/// <summary>
/// Get details about all current running game servers matching the given parameters.
/// </summary>
[Obsolete("Use 'MultiplayerServer/ListMultiplayerServers' instead", false)]
public async Task<PlayFabResult<CurrentGamesResult>> GetCurrentGamesAsync(CurrentGamesRequest request, object customData = null, Dictionary<string, string> extraHeaders = null)
{
await new PlayFabUtil.SynchronizationContextRemover();
Expand Down Expand Up @@ -921,6 +922,7 @@ public async Task<PlayFabResult<GetFriendsListResult>> GetFriendsListAsync(GetFr
/// <summary>
/// Get details about the regions hosting game servers matching the given parameters.
/// </summary>
[Obsolete("Use 'MultiplayerServer/ListMultiplayerServers' instead", false)]
public async Task<PlayFabResult<GameServerRegionsResult>> GetGameServerRegionsAsync(GameServerRegionsRequest request, object customData = null, Dictionary<string, string> extraHeaders = null)
{
await new PlayFabUtil.SynchronizationContextRemover();
Expand Down Expand Up @@ -3056,6 +3058,7 @@ public async Task<PlayFabResult<LoginResult>> LoginWithXboxAsync(LoginWithXboxRe
/// availabe set. In that case, the information on the game session will be returned, otherwise the Status returned will be
/// GameNotFound.
/// </summary>
[Obsolete("Use 'Match/CreateMatchmakingTicket' instead", false)]
public async Task<PlayFabResult<MatchmakeResult>> MatchmakeAsync(MatchmakeRequest request, object customData = null, Dictionary<string, string> extraHeaders = null)
{
await new PlayFabUtil.SynchronizationContextRemover();
Expand Down
10 changes: 10 additions & 0 deletions PlayFabSDK/source/PlayFabClientModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ public enum CloudScriptRevisionOption
/// set defined by Includes rules and then remove collections that matches the Excludes rules. A collection is considered
/// matching a rule if the rule describes a subset of the collection.
/// </summary>
[Obsolete("No longer available", false)]
public class CollectionFilter
{
/// <summary>
Expand Down Expand Up @@ -927,6 +928,7 @@ public class ContactEmailInfoModel
/// <summary>
/// A data container
/// </summary>
[Obsolete("No longer available", false)]
public class Container_Dictionary_String_String
{
/// <summary>
Expand Down Expand Up @@ -1388,6 +1390,7 @@ public enum Currency
ZWD
}

[Obsolete("No longer available", false)]
public class CurrentGamesRequest : PlayFabRequestCommon
{
/// <summary>
Expand Down Expand Up @@ -1417,6 +1420,7 @@ public class CurrentGamesRequest : PlayFabRequestCommon

}

[Obsolete("No longer available", false)]
public class CurrentGamesResult : PlayFabResultCommon
{
/// <summary>
Expand Down Expand Up @@ -1705,6 +1709,7 @@ public class GameCenterPlayFabIdPair

}

[Obsolete("No longer available", false)]
public class GameInfo
{
/// <summary>
Expand Down Expand Up @@ -1795,6 +1800,7 @@ public enum GameInstanceState
Closed
}

[Obsolete("No longer available", false)]
public class GameServerRegionsRequest : PlayFabRequestCommon
{
/// <summary>
Expand All @@ -1810,6 +1816,7 @@ public class GameServerRegionsRequest : PlayFabRequestCommon

}

[Obsolete("No longer available", false)]
public class GameServerRegionsResult : PlayFabResultCommon
{
/// <summary>
Expand Down Expand Up @@ -5345,6 +5352,7 @@ public class LogStatement

}

[Obsolete("No longer available", false)]
public class MatchmakeRequest : PlayFabRequestCommon
{
/// <summary>
Expand Down Expand Up @@ -5394,6 +5402,7 @@ public class MatchmakeRequest : PlayFabRequestCommon

}

[Obsolete("No longer available", false)]
public class MatchmakeResult : PlayFabResultCommon
{
/// <summary>
Expand Down Expand Up @@ -6175,6 +6184,7 @@ public enum Region
Australia
}

[Obsolete("No longer available", false)]
public class RegionInfo
{
/// <summary>
Expand Down
Loading

0 comments on commit a2c40d8

Please sign in to comment.