Godot Daily: Security Overhaul and the Cost of Hidden Work

Godot's crypto stack got a major security-focused upgrade to mbedTLS 4.1, backed by new test coverage, while a cluster of smaller merges quietly fixed long-standing bugs in node handling, touch input, and editor caching.

Duration: PT2M33S

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-05T06:02:07Z
  • Audio duration: PT2M33S

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 July 5th, 2026, and this is Godot Daily.

The headline today is security infrastructure. Faless landed PR 120725, updating mbedTLS to version 4.1.0 and adopting the new PSA Crypto architecture. This matters because the current 3.6 branch loses support guarantees after March 2027, and 4.1 is the new long-term-support branch, backed until at least 2029. It's…

Second theme: quiet correctness fixes in core systems that have been broken for a while. StarryWorm's PR 120002 fixes stale updates in Control's parent maximum size cache — a subtle bug that only surfaced under specific update ordering. Syntaxerror247's PR 120864 fixes duplicated button press events on touch input,…

Also worth flagging: HolonProduction's PR 120938 works around a crash when creating new scenes, introduced by an earlier change to ancestor-checking logic — a good reminder that refactors around null handling deserve extra scrutiny.

What's next: watch how the mbedTLS migration lands across platforms once merged into master more broadly — Faless flagged it as "here be dragons" territory. And expect more editor polish PRs, like page-scrolling for ItemList and Tree, and new color settings for error and…

Th…

Nearby episodes from Godot Daily

  1. Rendering Validation Cleanup
  2. Rendering Crashes and Core Cleanup
  3. Weekly Recap - Threading Fixes & Asset Pipeline Improvements
  4. Physics Bug Fixes and Rendering Improvements
  5. Physics Fixes and Audio System Cleanup
  6. Threading Fixes and Performance Improvements
  7. Editor Polish and Platform Support Expansion
  8. Pathfinding and Navigation Upgrades