AGS 2026.5.0 Release NotesSupported
This is the latest AGS version. AccelByte actively maintains this version by providing regular updates, bug fixes, security patches, and comprehensive technical support. Please refer to the AGS Version Support Lifecycle document for more information.
Release date: September 4th, 2026
Versions
AccelByte Gaming Services (AGS) Game SDK
- Unreal Engine: [TBD]
- OSS: [TBD]
- Network-Utilities: [TBD]
- Unity: [TBD]
- P2P Unity: [TBD]
Extend SDK (previously known as Server SDK) latest version:
Please refer to the respective GitHub releases page:
- C#: https://github.com/AccelByte/accelbyte-csharp-sdk/releases
- Go: https://github.com/AccelByte/accelbyte-go-sdk/releases
- Java: https://github.com/AccelByte/accelbyte-java-sdk/releases
- Python: https://github.com/AccelByte/accelbyte-python-sdk/releases
- Codegen CLI : https://github.com/AccelByte/extend-codegen-cli/releases
Highlights
Device Ban for PC Platforms
Device bans are now supported on PC platforms. Previously, device bans could only be enforced on console platforms such as Xbox and PlayStation. With this release, you can also enforce device bans on PC platforms, currently supported for Steam and Epic Games, allowing you to prevent a banned device from accessing your game just as you can on consoles.
You can turn device tracking on or off per PC platform, and optionally require a device ID at sign-in. Device identification is handled automatically for games built on the AGS SDK, so no extra integration work is needed in most cases. Because a ban is applied at the device level, a banned device is blocked across every tracked PC platform for that game. PC devices appear with the "PC" device type, and a new "PC Platform" column in the banned device user list and the user's Devices tab shows which platform each device was used from.
To configure it from the Admin Portal, go to Foundations → Banned Devices → Settings, and manage the platforms under Device ID Tracking. For integration details, see the device ban documentation.
Support for Sony's New Sandbox Submission System
Sony is retiring the sp-int and prod-qa environments in favor of a new sandbox submission system. To support this change, AGS has updated its Sony platform integrations to work with the new sandbox submission system, ensuring that AGS customers are not impacted when Sony fully retires the sp-int and prod-qa environments.
The new sandbox integration has been implemented across all AGS services that utilize PSN-related APIs, including IAM authentication, E-Commerce IAP/DLC synchronization, and Session synchronization.
To enable your integration to use Sony's new Sandbox system, select the Environment option in the relevant configuration and set it to DEV or CERT:
- DEV replaces the sp-int environment.
- CERT replaces the prod-qa environment.
For example, in the Login Method configuration:
Permission Changes
This section applies to Private Cloud customers only.
In this release, we've added new permissions for default roles in the Private Cloud Admin Portal. New to Private Cloud default roles? Learn more here.
If you maintain your own custom roles, please ensure they are updated with the latest permissions.
- Configure Analytics Game Telemetry Settings
- Super Admin Role:
ADMIN:NAMESPACE:*:TELEMETRYAGGREGATOR(Action: 3 - Create Read)ADMIN:NAMESPACE:*:TELEMETRYCONFIG(Action: 6 - Read Update)
- Game Admin Role:
ADMIN:NAMESPACE:{namespace}:TELEMETRYAGGREGATOR(Action: 3 - Create Read)ADMIN:NAMESPACE:{namespace}:TELEMETRYCONFIG(Action: 6 - Read Update)
- View Admin Role:
ADMIN:NAMESPACE:*:TELEMETRYAGGREGATOR(Action: 2 - Read)ADMIN:NAMESPACE:*:TELEMETRYCONFIG(Action: 2 - Read)
- Super Admin Role:
Minor Changes
General
- Dynamic CORS feature: Allow publisher namespace CORS settings to be used as a global configuration.
IAM
- Adjusted the userinfo endpoint to follow OIDC practice: the account scope is no longer required, and email is only returned when the token carries the account or email scope.
Admin Portal
- Added the Statistics tab to the user detail page in the publisher namespace.
- Added search by SKU to the Store Items list and export item picker.
- The Analytics Exporter button is now hidden when the S3 Exporter feature switch is off.
- Added a dependency indicator on Challenge, Leaderboard, Achievement, and Reward lists and configurations when a linked stat code is deleted, or when its max value is lowered below a configured value.
- Added an Additional Data column to the player statistics table in Statistics Values and the user Statistics tab, with a read-only JSON view.
GDPR
- Enabled the GDPR APIs in Public Cloud. Admin Portal UI support is not included in this release.
Reporting
- Exposed the AutoResolve action as a supported action in the API documentation.
Bug Fixes
IAM
- Fixed a misleading validation error where a
uniqueDisplayNameviolation was reported as adisplayNameerror.
Admin Portal
- Fixed pagination on the Friends tab in the user profile and on the rate limit rules and allowlist tables.