> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PlayFab Services SDK 2024 版本发布说明

> PlayFab Services SDK 2024 年发布说明,包括当年的 SDK 版本、新增 API、功能新增、破坏性更改和 bug 修复。

<Note>
  有关服务发布和产品更新的发布说明,请参阅 [PlayFab 的公共 GitHub 仓库](https://github.com/PlayFab/PlayFab) 上的 [发布说明](https://github.com/PlayFab/PlayFab/releases) 部分
</Note>

## 240913

日期:2024 年 9 月 13 日

* 从 Progression API 中删除了 GetStatisticDefinitions。此调用本不应作为公共预览版的一部分包含在内。
* 向 Profile API 添加了 SetDisplayName。

## 240830

日期:2024 年 8 月 30 日

* 将 Leaderboards API 重命名为 Progression。它包含 Leaderboards 和 Statistics 调用。
* 从 Economy API 的兑换响应中删除了 OfferId。改为添加了新字段 MarketplaceAlternateId。调用方应迁移到新字段,同时服务将继续同时返回两个字段以保持向后兼容性。
* 添加了 Addon API。它用于管理游戏标题的附加组件。

## 240802

日期:2024 年 8 月 2 日

* 向 Leaderboards API 添加了新的 Leaderboards 和 Statistics 调用。在 PlayFab 服务后续更新之前,这些功能不会完全可用。
* 为新的服务错误添加了错误代码

## 240621

日期:2024 年 6 月 21 日

* 将 XboxMobileStore 添加到 LoginIdentityProvider 和 UserOrigination 枚举中
* 扩展了 Authentication API 中的 IdentifiedDeviceType 枚举,以包含更广泛的游戏平台集合
* 更新了 Economy API 中多个调用的已记录数值限制
* 为新的服务错误添加了错误代码

## 240514

日期:2024 年 5 月 14 日

* 扩展了 Multiplayer API 中的 AzureVmFamily 和 AzureVmSize,以包含新选项:
  * HBv3
  * Ddv5
  * Ddsv5
* 向 Multiplayer API 中的 CreateBuild 调用添加了 LinuxInstrumentationConfiguration
* 向 Server API 添加了 LoginWithPSN

## 240426

日期:2024 年 4 月 26 日

* 在 Admin 和 Server API 的 BanInfo 和 BanRequest 数据对象中,删除了 IncludeMicrosoftFamily,改用 UserFamilyType
* 向 CloudScript API 添加了两个新调用:
  * RegisterEventHubFunction
  * ListEventHubFunctions
* 向 Economy API 的 CatalogConfig 添加了 ReviewConfig
* 向 Multiplayer API 添加了三个新调用:
  * UploadSecret
  * ListSecretSummaries
  * DeleteSecret

## 240401

日期:2024 年 4 月 1 日

* 向 Economy API 添加了两个新调用:
  * Inventory/ExecuteTransferOperations
  * Inventory/GetInventoryOperationStatus

## 240315

日期:2024 年 3 月 15 日

* 向 Unity SDK 添加了对压缩服务响应的支持。
  * 要使用此功能,请在 **PlayFabApiSettings** 类中设置新的 **CompressResponses** 值。
* 修复了 C# **PlayFabAuthenticationInstanceApi** 类处理实例级实体令牌方式的 bug。
* 向 Admin 和 Server API 中的 BanInfo 和 BanRequest 数据对象添加了 IncludeMicrosoftFamily。
* 对 Economy API 进行了以下添加:
  * 向 GetTransactionHistoryRequest 添加了 OrderBy。
  * 向 StoreDetails 添加了 Permissions。
* 为新的服务错误添加了错误代码。

## 240301

日期:2024 年 3 月 1 日

* 向 C# SDK 添加了对压缩服务响应的支持
  * 要使用此功能,请在 **PlayFabApiSettings** 类中设置新的 **CompressResponses** 值。
* 从 Profiles/GetEntityProfileResponse 的 EntityProfileBody 属性中删除了 AttributeStatistics
* 为新的服务错误添加了错误代码。

## 240202

日期:2024 年 2 月 2 日

* 向 Client 和 Server API 添加了 GetPlayFabIDsFromPSNOnlineIDs 调用。

## 240119

日期:2024 年 1 月 19 日

* 向 Multiplayer API 的 ListQosServersForTitleRequest 添加了 RoutingPreference
* 对 Multiplayer API 中的 LobbyAsServer 预览功能进行了以下更改:
  * 向 Lobby API 调用返回的 Lobby 对象添加了 Server 属性
  * 将 UpdateLobbyAsServerRequest 中的 Server 属性重命名为 ServerEntity
  * 从 JoinLobbyAsServerResult 中删除了 ServerDataStatus
* 为新的服务错误添加了错误代码。

## 240105

日期:2024 年 1 月 5 日

* 为新的服务错误添加了错误代码。


## Related topics

- [PlayFab 2021 版本发布说明](/zh-CN/services/playfab/release-notes/2021.md)
- [PlayFab 2015 版本发布说明](/zh-CN/services/playfab/release-notes/2015.md)
- [PlayFab 2022 版本发布说明](/zh-CN/services/playfab/release-notes/2022.md)
- [PlayFab 2019 版本发布说明](/zh-CN/services/playfab/release-notes/2019.md)
- [PlayFab 2020 版本发布说明](/zh-CN/services/playfab/release-notes/2020.md)
