Changelog

Changelog

[0.5.0] - 2026-01-01

Major Features

  • FastAPI Compatibility Layer: Support for Header, Cookie, Form, File, UploadFile, and BackgroundTasks.
  • Core Context Improvements: Functional g and current_app proxies with proper isolation.
  • API Completeness: Improved Request object compatibility (files, cookies).

[0.4.0] - 2025-12-11

Major Features

  • Dependency Injection System: Full Depends() support with recursive resolution.
  • Body Validation: Body() helper for JSON validation.

Performance

  • Benchmark Results: 19,969 RPS (Rust-powered dispatch).
  • Optimized Dispatch: Keyword argument filtering prevents pollution.

Added

  • Query Parameter Validation: Query() helper with constraints (min_length, regex, etc.).

Performance

  • Cookie Parsing: 10-100x improvement by moving parsing to Rust.

[0.3.0] - 2025-12-10

  • Codebase Refactoring: Modular sub-packages.
  • Security: Rust-based Rate Limiter.
  • UX: Hot reloading and standard ASGI/WSGI support.

[0.2.0] - 2025-12-05

  • Migrated to Actix-web: Massive performance gain.

[0.1.0] - 2025-10-05

  • Initial Release.