AGS 3.43.0 Release Notes
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:
- AccelByte Cloud C#: 0.29.0
- AccelByte Cloud Go: 0.39.0
- AccelByte Cloud Java: 0.31.0
- AccelByte Cloud Python: 0.35.0
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 asconsumable
- Changes on some variables in
AccelByteUserProfileModels
on theunreal-sdk-plugin
- Before:
TMap<FString, FJsonObjectWrapper> CustomAttributes{}
TMap<FString, FJsonObjectWrapper> PrivateCustomAttributes{}
- After:
FJsonObjectWrapper CustomAttributes{}
FJsonObjectWrapper PrivateCustomAttributes{}
- Before:
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