Mechanize v2.7.0 Release Notes

Release Date: 2013-05-21 // almost 11 years ago
    • ๐Ÿ†• New Features

      • Mechanize::Agent#response_read will now raise a Mechanize::ResponseReadError instead of an EOFError and avoid losing requested content. #296.
      • Depend on http-cookie, add backwards compatible deprecations. #257 Akinori MUSHA.
      • Added Download#save! for overwriting existing files. #300 Sean Kim.
    • ๐Ÿ› Bug fix

      • Ensure page URLs with whitespace in them are escaped #313 @pacop.
      • Added a workaround for a bug of URI#+ that led to failure in resolving a relative path containing double slash like "/../http://.../". #304