BlocksBeyondTheStars Daily: The v2026.9.5 Release and Its Aftershocks
Version 2026.9.5 shipped September 10th bundling client fixes, a shared avatar editor overhaul, and a world-host memory fix, followed immediately by two same-day patches to keep the release's own test suite honest.
Duration: PT2M27S
Episode overview
This episode is a short developer briefing from BlocksBeyondTheStars Daily.
It explains recent repository work in plain language.
- Show: BlocksBeyondTheStars Daily
- Published: 2026-09-11T04:01:13Z
- Audio duration: PT2M27S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's September 11th, and this is BlocksBeyondTheStars Daily.
The headline: v2026.9.5 went out the door yesterday, and the codebase spent the rest of the day proving that shipping is when the real bugs show up.
Start with reliability. PR 1744 traced an arcade world that had been silently dying for two days — OOM-killed every 30 seconds, thousands of times, with no alert anywhere. The root cause wasn't a memory leak in the game; it was the JIT compiler itself needing over a gigabyte of transient memory to optimize one…
Second theme: shared components multiply impact, for better and worse. PR 1742 found that the avatar designer, the in-game appearance screen, and the block paint tool are one component wearing three faces. So a real undo stack, a "fill everything" tool, and wearable outfit history all landed in three places at once…
Third theme: test flakiness around world generation. The release gate itself failed on a timing test — generation three clocking 2688 milliseconds against an expected 144. PR 1736 diagnosed it as scheduler noise, not a regression, and fixed it by isolating the test from CPU contention and keeping the fastest of…
What to remember: PR 1751 rounds…