Skip to content

Files

Latest commit

May 10, 2025
4ae402a · May 10, 2025

History

History
15 lines (9 loc) · 409 Bytes

releases.md

File metadata and controls

15 lines (9 loc) · 409 Bytes

Releases

v0.13.0

  • 100% test and documentation coverage.
  • {Protocol::Rack::Input#rewind} now works when the entire input is already read.
  • {Protocol::Rack::Adapter::Rack2} has stricter validation of the application response.

v0.12.0

  • Ignore (and close) response bodies for status codes that don't allow them.

v0.11.2

  • Stop setting env["SERVER_PORT"] to nil if not present.