Mechanize v2.7.5 Release Notes

Release Date: 2016-08-22 // over 7 years ago
    • ๐Ÿ†• New Features

      • All 4xx responses and RedirectLimitReachedError when fetching robots.txt are treated as full allow just like Googlebot does.
      • Enable support for mime-types > 3.
    • ๐Ÿ› Bug fix

      • Don't cause infinite loop when GET /robots.txt redirects. (#457)
      • Fix basic authentication for a realm that contains uppercase characters. (#458, #459)
      • Fix encoding error when uploading a file which name is non-ASCII. (#333)