Download Latest Version agonessdk-1.51.0-linux-arch_64.tar (2.6 MB)
Email in envelope

Get an email when there's a new version of Agones

Home / v1.51.0
Name Modified Size InfoDownloads / Week
Parent folder
agonessdk-server-1.51.0.zip 2025-07-31 158.9 MB
agonessdk-1.51.0-linux-arch_64.tar 2025-07-31 2.6 MB
agones-install-1.51.0.zip 2025-07-31 372.2 kB
README.md 2025-07-31 6.5 kB
v1.51.0 source code.tar.gz 2025-07-31 29.8 MB
v1.51.0 source code.zip 2025-07-31 35.9 MB
Totals: 6 Items   227.6 MB 0

This is the 1.51.0 release of Agones.

In this release, the ScheduledAutoscaler feature has been promoted to Beta, enhancing autoscaling with scheduled policy support. Several bug fixes improve system stability, including retry logic in addMoreGameServers and better handling of succeeded Pods. The Unreal SDK now supports list data structures, offering greater flexibility for game developers. Sidecar rate limiting has been updated to a constant interval for more predictable behavior. Monitoring and debugging have also been improved through Prometheus metrics tests and enhanced logging in upgrade workflows.

  • Promote ScheduledAutoscaler to Beta: The ScheduledAutoscaler feature has been promoted to Beta and is now enabled by default. It allows scheduled scaling of fleets, making auto scaling behavior more predictable and flexible.

  • Unreal SDK List Support: This release adds support for list data types in the Unreal SDK. It improves data handling and provides developers with more tools to manage game state.

  • New Controller for Pods in Succeeded State: A new controller detects when sidecar-enabled Pods exit cleanly (exit(0)) and enter a Succeeded state. This ensures the associated GameServer transitions to Shutdown, preventing stuck resources and improving cleanup logic.

  • Consistent Rate Limiting for Sidecar Requests: Sidecar now uses a constant 500ms rate limiter instead of exponential backoff, reducing PATCH failures and improving update speed.

  • Monitoring and Debugging Improvements: Added tests for Prometheus metrics and improved logging in upgrade tests, enhancing visibility and reliability in monitoring and CI workflows.

What's Changed

Implemented enhancements

Fixed bugs

Other

New Contributors

Full Changelog: https://github.com/googleforgames/agones/compare/v1.50.0...v1.51.0

See CHANGELOG for more details on changes.

Images available with this release:

Helm chart available with this release:

Make sure to add our stable helm repository using helm repo add agones https://agones.dev/chart/stable

Source: README.md, updated 2025-07-31