Godot Daily: Stabilizing 4.7 and Chasing Down Regressions

A large 4.7.2 cherry-pick batch and a wave of regression fixes dominate today's activity, with security hardening around mbedTLS entropy sourced across four branches. The common thread is stability work catching up with recent feature and refactor churn.

Duration: PT2M44S

Episode overview

This episode is a short developer briefing from Godot Daily.

It explains recent repository work in plain language.

  • Show: Godot Daily
  • Published: 2026-07-31T06:02:31Z
  • Audio duration: PT2M44S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good evening, it's July 31st, and this is Godot Daily.

Today's biggest signal isn't a new feature—it's cleanup. A large chunk of activity is dedicated to fixing regressions introduced by recent changes, and to hardening security across every supported branch.

Start with security: PR 121759 forces Godot to always use its own OS entropy source for mbedTLS, closing a gap where the bundled library's internal randomness could be unreliable on some platforms. That fix was important enough to get backported three separate times—PRs 121942, 121943, and 121944—covering the 4.4,…

Regressions are the second theme. PR 121917 reverts a core fix that had broken the Android editor. PR 121908 repairs the Signals Dock tree, broken by an earlier connections dialog change. And the big one, PR 121947, bundles twenty linked issues into a second wave of cherry-picks for the upcoming 4.7.2…

Rendering also got real performance and correctness attention. PR 121775 fixes directional shadow culling for orthogonal cameras, a visible regression from tighter per-cascade culling logic. And PR 121835 turned a linear scan into a constant-time lookup in SPIR-V reflection, cutting reflection time…

A few smaller but…

Nearby episodes from Godot Daily

  1. Core Cleanup and Mobile Editor Fixes
  2. Editor Polish and Long-Standing Bug Fixes
  3. Sanitizer Sweep and the Return of Web Export
  4. Weekly Recap - Editor Refactors and Security Housekeeping
  5. Sanitizer Sweep and the Great Doc Cleanup
  6. Randomness, Rendering, and a Wave of Cherry-Picks
  7. Old Branches, Old Bugs, and a Physics Overhaul
  8. Editor Inspector Gets a Facelift