メインコンテンツまでスキップ

AGS 3.38.0 リリースノート

Last updated on May 30, 2024

Release Date: December 19th, 2022

Client-Side SDK Latest Version:

  • AccelByte Cloud SDK Unreal Engine: 20.2.0
  • AccelByte Cloud SDK Unity: 15.7.0
  • AccelByte Cloud Network-Utilities: 2.8.0
  • AccelByte P2P Unity: 0.2.2
  • AccelByte Cloud OSS: 0.8.0

Server-Side SDK Latest Version:

Here's a look at what's new in AccelByte Cloud 3.38.0:

Highlights

Account Linking with One Time Code

Players can now link their third-party headless account to their full account in your web platform using a one time code.

Related Endpoints
  • POST [/iam/v3/link/code/request](https://demo.accelbyte.io/iam/apidocs/#/OAuth2.0%20-%20Extension/RequestOneTimeLinkingCodeV3)
  • POST [/iam/v3/link/code/validate](https://demo.accelbyte.io/iam/apidocs/#/OAuth2.0%20-%20Extension/ValidateOneTimeLinkingCodeV3)
  • POST [/iam/v3/link/token/exchange](https://demo.accelbyte.io/iam/apidocs/#/OAuth2.0%20-%20Extension/RequestTokenByOneTimeLinkCodeResponseV3)
  • GET [/iam/v3/public/users/me/headless/link/conflict](https://demo.accelbyte.io/iam/apidocs/#/Users/PublicGetLinkHeadlessAccountToMyAccountConflictV3)
  • POST [/iam/v3/public/users/me/headless/linkWithProgression](https://demo.accelbyte.io/iam/apidocs/#/Users/LinkHeadlessAccountToMyAccountV3)

Quality of Life Changes

Create and Edit Player Records in the Admin Portal

You can now create and player records in the Admin Portal. This can be used for testing or for fixing a player record that is missing or incomplete. Previously, you could only create a player record using the API.

Related Endpoint

PUT [/cloudsave/v1/admin/namespaces/{namespace}/users/{userId}/records/{key}](https://demo.accelbyte.io/cloudsave/apidocs/#/AdminPlayerRecord/adminPutPlayerRecordHandlerV1)

Breaking Changes

Tags Renamed in OpenAPI for Java, Golang, and C# SDKs

Several tags in OpenAPI have been renamed, resulting in breaking changes for the Java, Golang, and C# SDKs. For more information, see the migration guides below:

  • [Java](https://github.com/AccelByte/accelbyte-java-sdk/blob/main/docs/migration-guides/migration-guide-v0.25-to-v0.26.md)
  • [Golang](https://github.com/AccelByte/accelbyte-go-sdk/blob/main/docs/migration-guides/migration-guide-v0.33-to-v0.34.md)
  • [C#](https://github.com/AccelByte/accelbyte-csharp-sdk/blob/main/docs/migration-guides/migration-guide-v0.23-to-v0.24.md)

Bug Fixes and Minor Changes

  • Fixed functional issues in the Analytics, Dedicated Server Management Controller, E-Commerce, Launcher, Matchmaking, and Multiplayer V2.
  • Patched some security issues in the Docker base image used by the Login and Legal websites, and the Player Portal.
  • Resolved a security issue with User Generated Content.