Take a sneak peak of our new documentation Read More
Last Updated: 3/2/2023, 8:32:12 AM

# AccelByte Cloud 3.43.0

# Release Date: February 28th, 2023

Client-Side SDK Latest Version:

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