Changes.Watch

FastAPI changelog digest

Mar 17 - Mar 23, 2025. Useful releases, risky migrations, and noisy updates from the FastAPI channel.

No matching updates in this bucket.

FastAPI updates in 2025-w12

8.0-M04

  • Added three new hash commands (HGETDEL, HGETEX, HSETEX) and replication offset to AOF for more reliable recovery.
  • Introduced a shared secret mechanism for internal node communication and several module API enhancements (defragmentation support, context flags, config loading).
  • Fixed bugs (idle‑time overflow, WAITAOF premature return, HEXPIRE flag removal, XREAD+ stream issue) and improved performance (defrag CPU usage, command latency, parsing and dictionary lookups).

Autofix (Beta) updates for mid-March 2025

  • Automatic Autofix runs are now available as a limited preview
  • Autofix can be used without GitHub integration
  • Updated models and additional fixes improve stability