Talo logoDocsChangelogGitHub
Back to blog

Changelog: Leaderboard + stat resetting and player deletion tools

3 min read
Changelog: Leaderboard + stat resetting and player deletion tools

TL;DR

  • You can now reset leaderboards and game stats from the dashboard.
  • Individual players can now be deleted from the dashboard.
  • You can now fetch multiple storage props in a single request with the new list storage props API.

September 2025 overview

This month we focused on giving you more control over your game data with new management tools. The highlight additions are leaderboard resetting and game stat resetting, allowing you to easily reset data for fresh starts or testing purposes. We've also made it easier to manage players with the new player deletion feature.

On the performance side, we introduced the list storage props API, which allows you to fetch multiple storage props in a single request - a much-needed improvement for games that rely on the current values of multiple props at any given time.

Finally, we've improved the developer experience with a new Godot export plugin and the new comprehensive offline mode documentation.

Frontend updates

  • Leaderboard date filtering: you can now filter leaderboard entries by start and end dates to view entries from specific time periods.

  • Leaderboard resetting: you can now reset leaderboards from the dashboard, with options to reset all players, live players only, or dev players only. This also works seamlessly with Talo's Steamworks integration.

  • Game stat resetting: a new modal allows you to reset game stats with options to reset all players, live players only, or dev players only. If you're using Talo's Steamworks integration, player stats will be reset to the default value (there is currently no API for deleting a player stat).

  • Player deleting: you can now delete individual players from the dashboard via the player profile page.

Platform updates

  • List storage props API: the new listStorage endpoint allows you to fetch multiple storage props in a single batch request.
  • Live config prop length increase: these props can now have values of up to 4,096 characters.
  • [Socket token API]: the new socket token API that allows you to retrieve a fresh token for a player attempting to connect to the Talo socket.
  • [Performance improvements]: several APIs including game stats and game channels will now respond much quicker.

Godot plugin updates

You can get the latest version of the Godot plugin on GitHub. Please make sure to give us a star ⭐️ if you've enjoyed using the plugin!

Unity package updates

The latest version of the Unity package is available on GitHub. We'd love it if you could give us a star ⭐️ if you've found the package useful!

Coming up next

The upcoming player subscriptions feature will now once again be the main focus. This will allow you to easily listen for and handle player events. Stay tuned!

Join the community

Join us on Discord to keep up to date with all the latest additions and improvements!


TudorWritten by Tudor

Build your game faster with Talo

Don't reinvent the wheel. Integrate leaderboards, stats, event tracking and more in minutes.

Using Talo, you can view and manage your players directly from the dashboard. It's free!

Get started

More from the Talo Blog

Changelog: Player search, improved filtering and offline player cache
3 min read

Changelog: Player search, improved filtering and offline player cache

This month we've added new ways to search and filter for players based on specific criteria.

Changelog: Performance, feedback props and purge settings
6 min read

Changelog: Performance, feedback props and purge settings

We've significantly boosted Talo's performance and added a way to get extra context from player feedback.

Changelog: channel storage, analytics updates and self-hosted improvements
4 min read

Changelog: channel storage, analytics updates and self-hosted improvements

Channel storage is here! A new way to store data that can be accessed by all players using channels. Plus improvements for self-hosted instances.

Changelog: advanced filtering for channels & leaderboards
3 min read

Changelog: advanced filtering for channels & leaderboards

New features for May 2025: Filter game channels and leaderboards by props, automatic player purging, and temporary channel memberships for Unity and Godot games.