Stack news
Release notes and updates from the frameworks we build on. Filed straight from the wire, curated continuously.
FastAPI 0.140.5: Core Performance Fix for Body Field Dependencies
FastAPI 0.140.5 eliminates unnecessary dependency flattening for body fields, improving request parsing efficiency and reducing overhead.
FastAPI 0.140.7: Less OpenAPI Noise, Better Benchmarking
FastAPI 0.140.7 refactored dependency flattening in OpenAPI schemas for cleaner output and added OpenAPI dependency benchmarks.
FastAPI 0.140.6 Improves OpenAPI by Avoiding Dependency Flattening for Request Parameters
FastAPI 0.140.6 refactors dependency resolution to prevent flattening of dependencies used for request parameters, resulting in cleaner OpenAPI schemas.
Cloudflare Open Sources Privacy Proxy CLI for Easier OHTTP Testing
Cloudflare has open-sourced pvcli, a curl-like command-line tool for testing and debugging Oblivious HTTP (OHTTP) and other privacy protocols.
FastAPI 0.140.3: Optimized OpenAPI Generation by Avoiding Repeated Dependency Flattening
FastAPI 0.140.3 refactors OpenAPI generation to skip repeated flattening of dependencies, improving performance for applications with many shared dependencies.
FastAPI 0.140.4: Performance Optimization in Dependency Resolution
FastAPI v0.140.4 ships a key refactor that eliminates unnecessary bookkeeping for unused dependencies, improving request handling efficiency.
FastAPI 0.140.2 Released: Flat Dependency Trees Dropped, New Memory Benchmark Added
FastAPI v0.140.2 removes the retention of flat dependency trees for cleaner internals, and adds a new memory benchmark to help monitor performance.
Nuxt v4.5.1 Emergency Security Release: Patch Critical Server-Side RCE and DoS Vulnerabilities
Nuxt v4.5.1 fixes multiple severe security issues including server-side RCE, authorization bypass, and DoS; all users should upgrade immediately.
Nuxt v3.21.10 Security Release: Critical Patches for RCE, Authorization Bypass, and More
Nuxt v3.21.10 addresses multiple high-severity security vulnerabilities, including server-side RCE and unauthorized component instantiation, along with several important bug fixes.
FastAPI 0.140.1: Updated Dependency LRU Cache for Large Apps
FastAPI 0.140.1 bumps the LRU cache limit for dependency results to better support large-scale applications.
Cloudflare Reveals Widespread BGP ORIGIN Manipulation and Calls for Deprecation
Cloudflare's in-depth testing shows nearly 70% of BGP paths have their ORIGIN attribute rewritten by transit providers, undermining network security and performance.
FastAPI 0.140.0: Memory Optimization, Revamped Docs, and CI Benchmarks
FastAPI 0.140.0 reduces dependency memory usage, fixes documentation links, introduces a Library Skills page, and adds CI memory benchmarks.