Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
ResoniteNews2026.7.30.1121 - Efficient SignalR protocol, Elements.Core 1.0.2, Linux fixes
Game update

2026.7.30.1121 - Efficient SignalR protocol, Elements.Core 1.0.2, Linux fixes

Resonite · published 30 Jul 2026, 19:14 UTC

All newsPlayers around this dateRead on Steam

Hello everyone!

This build was supposed to be released hours ago, but unfortunately GitHub has made a number of breaking changes that broke our CI/CD pipelines (with no changes on our end).

However thanks to J4's valiant efforts, it finally pushed through!

There's not huge changes unfortunately, however we got the first community contributions for Elements.Core in this one! Thank you everyone so far!

It also had a significant change to SignalR - we switched to a more compact serialization protocol, which should save bandwidth and improve latency and server costs on our end. It should function the same otherwise. If you run into any issues, please make a GitHub issue!

There's also some Linux bugfixes from @bluecyro!

Tweaks:


- Updated Elements.Core to 1.0.2 with first community contributions
-- Full list here: https://github.com/Yellow-Dog-Man/Elements.Core/releases/tag/1.0.2
- The file browser now orders entries by their name instead of relying on the order in which the OS decides to provide them (reported by @tobsssssssss, issue #5156, implemented by @bluecyro)

Optimizations:


- Use MessagePack with compression for SignalR instead of JSON
-- This will significantly cut down on network bandwidth for various status updates
-- This should improve responsivity of cloud updates
-- This will also likely save us a good chunk of cloud costs, depending on how much bandwidth is reduced

Fixes:


- The "Computer" directory now only shows root ("/") on Linux, as all other mounts can be found within it (based on report by TheJebForge, issue #5167, fixed by @bluecyro)
- Discord Rich Presence integration fully reworked to remove the older Game SDK (reported by Baplar in #5279, fixed by J4)
-- This has the side effect of also fixing Discord Rich Presence on Linux hosts.


- docs: fix typo firts -> first by @FlyingStitchman in #8
- Prune system assembly references. by @Earthmark in #12
- tweak(warnings): use append mode for nowarn by @ProbablePrime in #13
- Added a benchmark project by @Earthmark in #14
- Fixed RecyclableMemoryStream.WriteFrom corruption by @Earthmark in #20
- Add CI workflow for .NET projects by @Earthmark in #17
- Item-Group cleanups by @Earthmark in #21
- Prune extra build targets (seems like vs tailings) by @Earthmark in #22
- Upgraded language version from 11 to 14- #2 by @Earthmark in #23

More from Resonite

Other announcements

All news
Game update14 Sep 20262026.9.14.1239 - FABRIK bone stiffness, more holiday nodes, fixes & tweaksHello everyone! I've got another tidbit of StrikePose for you, our new in-house IK - FABRIK chain now supports bone stiffness! This is a new mechanism that allows to prevent weird kinks and bends when solving bones, making them look much nicer. This was implemented to make spine behave well for the Biped IK, I'll be integrating this soonish and continuing work the full body IK. There's a few ot…Community12 Sep 2026Resonite Beta Patch notes 2026.08Hello! We've had a ton of updates for the past month, and there's lots of content to go over. So - we made a short video to do just that! And if you are interested in seeing what we did over the past month, we've also uploaded our monthly Recap stream for August, which is where we take an hour to go over and showcase the highlights of August! This is also available on our YouTube channel, here:…Game update9 Sep 20262026.9.9.1136 - FFT improvements, Video Stream opt-out, asset cleanup optimizeHello everyone! Just a small update, addressing some issues with the FFT analyzer. There was some confusion with how the library we use handles real values, where they're not the real parts, but actually complex numbers interweaved. This address this, this update adds several new modes. The output by default now is magnitudes of the complex numbers, which should be easier to work with for visua…