Changes.Watch

Python changelog digest

May 26 - Jun 1, 2025. Useful releases, risky migrations, and noisy updates from the Python channel.

No matching updates in this bucket.

Python updates in 2025-w22

Seer (beta) context now includes application logs

  • Seer (beta) now incorporates application logs into its AI debugging context
  • Improves root‑cause identification accuracy by referencing app logs

7.2.9

  • Patched CVE‑2025‑27151: resolved AOF check stack overflow that could lead to remote code execution.
  • Fixed bugs affecting CLUSTER SLOTS TLS port visibility (issue 13958) and stream lag calculations for XTRIM/XADD (issues 13966, 13932).

7.4.4

  • Patched CVE‑2025‑27151 preventing a stack overflow in Redis AOF check that could lead to RCE.
  • Fixed bugs: CLUSTER SLOTS TLS port not reflected, XTRIM/XADD lag miscalculation, and issues #13966, #13932.
  • Applied additional security hardening and minor bug corrections.

8.0.2

  • Security fix for CVE‑2025‑27151 addressing Redis AOF stack overflow and potential RCE
  • Fixed bug where cron‑based timers run twice as fast when active defragmentation is enabled
  • Updated LOLWUT command for Redis 8 and applied other general improvements