Skip to main content

AGS 3.43.0 Release Notes

caution

This is an unsupported AGS version. AccelByte no longer provides any updates, bug fixes, security patches, or technical support for these versions. Please refer to the AGS Version Support Lifecycle document for more information.

Last updated on October 24, 2024

Release Date: February 28th, 2023

Client-Side SDK Latest Version:

  • AccelByte Cloud SDK Unreal Engine: 21.0.1
  • AccelByte Cloud SDK Unity: 15.11.1
  • AccelByte Cloud Network-Utilities: 2.9.0
  • AccelByte P2P Unity: 0.2.3
  • AccelByte Cloud OSS: 0.8.11

Server-Side SDK Latest Version:

DSuploader latest version: 1.4.3

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

Highlights

  • Improved Admin Portal's sidebar & header UX
  • Virtual Currency Revocation Configuration
    • You can now configure revocations of virtual currencies through the Admin Portal.
  • Added support for Authenticating OIDC Login Method using UserInfo Endpoint
  • Added new type in achievement which is global achievements and that's can be unlocked with global statistics

Quality of Life Changes

  • DoB (Date of Birth) on the User Details page in the Admin Portal
    • The DoB field is brought back to the User Details page in the Admin Portal.
  • Admin Portal page for Chat Reporting and Moderation
  • Group service publish event for analytics based on user actions related to the group

Breaking Changes

  • E-Commerce Service - Media Item type will no longer be able to be set as consumable
  • Changes on some variables in AccelByteUserProfileModels on the unreal-sdk-plugin
    • Before:
      • TMap<FString, FJsonObjectWrapper> CustomAttributes{}
      • TMap<FString, FJsonObjectWrapper> PrivateCustomAttributes{}
    • After:
      • FJsonObjectWrapper CustomAttributes{}
      • FJsonObjectWrapper PrivateCustomAttributes{}

Bug Fixes and Minor Changes

  • Fixed functional issues in the Admin Portal, App Editor & Login website
  • Fix missing validation for group max member when user join OPEN group