Skip to content

v0.14.0 - Critical Fixes & Stability

Choose a tag to compare

@s2x s2x released this 14 Apr 17:56
· 210 commits to master since this release
7f8d62b

Release 0.14.0 - Milestone 1 Complete

This release completes Milestone 1: Critical Fixes & Stability with all HIGH priority bug fixes, security improvements, and HTTP correctness fixes.

Deprecated

  • Request::withHeader() - use setHeader() instead (#38)

Added

  • ServerWorker SSL certificate validation for HTTPS/WSS servers (#18)

Fixed

  • Critical: Middleware Pipeline closure capturing wrong request (#21)
  • KernelFactory singleton kernel state reset between requests (#22)
  • RequestConverter missing nested file handling (#26)
  • ResponseConverter generic HTTP header normalization (#25)
  • Runner proper error handling for fork and cache warmup (#23)

Changed

  • BinaryFileResponseStrategy connection-aware temp file cleanup (#104)
  • RequestConverter multipart/form-data returns empty content (#68)
  • StreamedBinaryFileResponse simplified chunking logic (#27)

Full Changelog: v0.13.0...v0.14.0