rack-test 2.2.0 Released #350
jeremyevans
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
rack-test 2.2.0 has been released!
Bug fixes:
Rack::Test::Cookie
now parses cookie parameters using acase-insensitive approach (Guillaume Malette fix: cookie-av allows arbitrary casing #349)
Minor enhancements:
correctly when processing responses. (Martin Emde Fix array of cookies in response containing a blank cookie #343)
Rack::Test::UploadedFile
no longer uses a finalizer for namedpaths to close and unlink the created Tempfile. Tempfile itself
uses a finalizer to close and unlink itself, so there is no
reason for
Rack::Test::UploadedFile
to do so (Jeremy Evans Accessing Tempfile after GC of UploadedFile will cause IOError #338)Thanks,
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions