Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 880 Bytes

CHANGES.rst

File metadata and controls

50 lines (29 loc) · 880 Bytes

Changes

  • Documentation updates
  • Add autologin/logged_in to scrapy stats that shows autologin status
  • Provide response from the autologin as request.mete['autologin_response']
  • Override AUTOLOGIN_USERNAME, AUTOLOGIN_PASSWORD, AUTOLOGIN_EXTRA_JS, AUTOLOGIN_LOGIN_URL and AUTOLOGIN_LOGOUT_URL via lower-case keys in request.meta.
  • AUTOLOGIN_CHECK_LOGOUT setting to disable logout detection.
  • An issue with erasing callbacks for retried requests was fixed.
  • Do not use proxy when calling autologin http api.

Initial release