Take a sneak peak of our new documentation Read More
Last Updated: 6/7/2023, 6:55:19 AM

# AGS Release Notes 3.50.0

# Release Date: June 5th, 2023

Client-side SDK latest version:

Server-side SDK latest version:

DSuploader latest version:

Here’s a look at what’s new in AccelByte Gaming Services 3.50.0:

# Highlights

  • Introducing the Statistic Visibility option in the Admin Portal. Previously, all attributes were accessible to other players, Now, you can configure the attributes that are accessible to other players.

# Quality of Life Changes

  • The ‘IAM Clients’ menu & Legal menus ('Legal Documents' and ‘Agreement Records’) have been moved from the ‘Platform Configurations’ dashboard to the sidebar of the Admin Portal.
    • The aforementioned menus will now only show data that belongs to the currently selected namespace.(i.e., If the selected namespace is a game namespace “Game A”, only IAM Clients/Legal documents that belong to namespace “Game A” will be displayed.)
    • The location of the aforementioned menus is detailed below:
      • ‘IAM Clients’ is now under ‘Authorizations’ on the side bar.
      • ‘Legal Documents’ & ‘Agreement Records’ are now under ‘Legal Management’ on the side bar.
  • The ‘Schedule’ tab on the store details page has been moved into the ‘Displays’ tab, which can then be accessed by pressing the ‘Calendar View’ button.
  • ‘Use Count’ counter is now shown in the entitlement’s ‘More Details' modal for Option Box & Loot Box item types.

# Breaking Changes

  • [Unity] Changed Attributes field type from Dictionary<string, string> to Dictionary<string, object> in SessionV2 PartySession, PartySessionCreateRequest, PartySessionUpdateRequest, PartySessionUpdatedNotification, GameSession, GameSessionCreateRequest, GameSessionUpdateRequest and GameSessionUpdatedNotification.

# Bug Fixes and Minor Changes

  • [Unity] Set Unity Android device id persistent in every session.
  • [Unity] Fixed build errors with the console platforms.
  • [Player Portal] Fixed the Password input validation in the Upgrade Headless Account section
  • [Player Portal] Fixed the 3rd Party Account Unlinking error message only displayed for a moment before being replaced by Twitch drop notification
  • [Login] Fixed Username, Display Name, and Password requirement tooltip follows the screen while scrolled
  • [Login] Fixed "Account linked" message is truncated after successfully linking a 3rd-party account
  • [Launcher][Login] Fixed canceled account deletion success pop-up is truncated
  • [Player Portal] Fixed Payment Successful modal needs to be scrolled to see ‘Close & See My Keys’ button while buying Product Keys
  • [Player Portal][Launcher] Removed logic that writes linked 3rd-party account info to the player’s basic profile
  • [Session] Fixed bug where kicked notifications wouldn’t send
  • [Lobby] Fixed bug where max players in Lobby didn’t work as expected
  • [AP] Fix display issues in the session template where the deployment field still displayed after changing the session type to NONE or P2P
  • [Session] Fixed bug where a player was still listed in the teams after patch the game session and the player had already left
  • [Chatv2] Fixed chat configuration where user can set the wrong gRPC setting without clicking save
  • [Revamp][Session History v1] Revamp the session history to not always query all the sessions. This led to slow query on AP
  • [Chatv2] Fixed bug where user banned from chat in group still can use chat after logging in again
  • [MPv2] Implement new parameters for region expansion configuration
  • [Deployment] Implement new flag in deployment for extendable session
  • [Image Server Detail] Ability to download manifest for user to verify their upload
  • [OSS] Fixed performance issues in the OSS Analytics Interface due to use of Async Tasks. The interface now uses the low level APIs directly
  • [Storage] Fixed the missing Write Permission field and Edit area when the admin deletes all values in the JSON Configuration field on the Player and Game record.
  • [Engagement] Fixed the failed UGC update by adding a validation fix to the error shareCode already used.
  • [Engagement] Fixed the error import failed for Achievement import JSON configuration on Admin Portal.