Mechanize v2.5.2 Release Notes

    • ๐Ÿ†• New Features

      • Mechanize::CookieJar#save_as takes a keyword option "session" to say that session cookies should be saved. Based on #230 by Jim Jones.
    • Minor enhancements

      • Added Mechanize#follow_redirect= as an alias to redirect_ok=.
    • ๐Ÿ› Bug fix

      • Fixed casing of the Mac Firefox user-agent alias to match Linux Firefox. In mechanize 3 the old "Mac FireFox" user-agent alias will be removed. Pull request #231 by Gavin Miller.
      • Mechanize now authenticates using the raw challenge, not a reconstructed one, to avoid dealing with quoting rules of RFC 2617. Fixes failures in #231 due to net-http-digest_auth 1.2.1
      • Fixed Content-Disposition parameter parser to be case insensitive. #233
      • Fixed redirection counting in following meta refresh. #240