AGS 2026.3.0 Release Notesサポート対象
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: May 19th, 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
Dynamic Scope for Pre-Defined Platform Authentication
The IAM service now supports dynamic scope configuration for pre-defined platform authentication. Platform clients can configure custom OAuth scopes per platform type, enabling more granular control over access tokens issued during platform-specific login flows.
Password-Protected Game Sessions and Parties
The Session service introduces password protection for game sessions and parties via a new PASSWORD_PROTECTED joinability type. Administrators and clients can set and retrieve session passwords through new GET/PUT endpoints, with password enforcement applied on join and update operations.
Extend App UI
Extend App UI lets you build custom web interfaces for your Extend apps and embed them directly into the AccelByte Gaming Services (AGS) Admin Portal. To get started, visit the Extend App UI documentation page.
Extend SQL Database
Extend SQL Database allows Extend Apps to store data in Amazon Aurora PostgreSQL database. It provides a managed, scalable database solution that eliminates the complexity of setting up and maintaining your own database infrastructure. This feature is currently available as part of the Alpha Release program. To join the Early Access, please submit a request through the Admin Portal. Navigate to Extend >> Extend Databases menu, and select SQL.
Extend Key Value Store
Extend Key Value Store allows Extend Apps to store data in a Redis-compatible key-value database backed by AWS ElastiCache Valkey Serverless. It provides a fully managed, scalable, low-latency data store that eliminates the complexity of setting up and maintaining your own cache or key-value infrastructure. This feature is currently available as part of the Alpha Release program. To join the Early Access, please submit a request through the Admin Portal. Navigate to Extend >> Extend Databases menu, and select Key Value Store.
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.
- Used to query the Athena Facade API (for the upcoming Analytics AI feature)
- Super Admin Role:
ADMIN:NAMESPACE:*:ANALYTICS:QUERY(Action: 2 - Read)
- Game Admin Role:
ADMIN:NAMESPACE:{namespace}:ANALYTICS:QUERY(Action: 2 - Read)
- View Admin Role:
ADMIN:NAMESPACE:*:ANALYTICS:QUERY(Action: 2 - Read)
- Super Admin Role:
Minor Changes
Challenges
- Automatically delete a challenge's schedule when all of its goals are deleted, preventing orphaned schedule entries.
Fullfillment
- Fulfillment history now retains fulfilled item details instead of clearing them, ensuring complete audit records for reward fulfillments.
Platform
- Added admin endpoint for syncing Twitch drop entitlements, allowing administrators to trigger Twitch drop fulfillment on behalf of user.
Fleet Commander
- Added support for variadic gRPC dial options when constructing the Fleet Commander artifact client, enabling callers to configure keepalive and retry policies.
Bug Fixes
Admin Portal
- Fixed permission issues around namespace list in Shared Cloud.
- Fixed custom match function names not being properly URL-encoded in delete and update operations, causing 404 errors.
- Fixed subscription plan status display on the homepage for Shared Cloud to correctly reflect failed payment states.
- Fixed scope field UX and bugs for Epic Games and OIDC login platform methods.
- Fixed various minor UI issues such as anchor links, translations, and permissions.
Challenges
- Fixed an issue where deleting an admin-tied challenge could fail or leave inconsistent state.
- Fixed incorrect appending of user schedule IDs, which caused custom challenge progression to behave unexpectedly.
Profanity
- Fixed improper handling of multi-byte UTF-8 characters when aggregating words in the
GET /dictionary/groupsAPI
GDPR
- Fixed incorrect Steam response body when retrieving the list of deleted Steam users during the 3rd platform account closure process.
IAM
- Fixed an issue where the IsActive field of third-party platform config and SSO config was always set to false during updates when not explicitly provided in the request body.
- Fixed an issue in Shared Cloud where Studio Admins were unable to add, edit, or delete custom permissions in Role Override when non-custom permissions were already present.
Social
- Fixed a null pointer exception in the stat config migration service that could cause migration failures.