Sourced from rack-test's changelog.
2.2.0 / 2024-12-23
Bug fixes:
Rack::Test::Cookie
now parses cookie parameters using a case-insensitive approach (Guillaume Malette #349)Minor enhancements:
- Arrays of cookies containing a blank cookie are now handled correctly when processing responses. (Martin Emde #343)
Rack::Test::UploadedFile
no longer uses a finalizer for named paths to close and unlink the created Tempfile. Tempfile itself uses a finalizer to close and unlink itself, so there is no reason forRack::Test::UploadedFile
to do so (Jeremy Evans #338)
8c0cfba
Bump version to 2.2.03a87147
Update History for missed commit6ba3d04
Remove unnecessary check for starting period in domain inside
#valid?f392125
Use -W:strict_unused_block when running tests on Ruby 3.4+64cd524
Fix spurious warnings in tests when using Rack 3.1e5e9d89
Update History.md16a3c5c
fix: cookie-av allows arbitrary casing8e5a77b
Fix a couple spec failures on Ruby 3.4.0-preview235b7310
Fix array of cookies in response containing a blank cookiec69b465
Add Ruby 3.3 to CI and bump actions/checkout to v4