All Versions
75
Latest Version
Avg Release Cycle
24 days
Latest Release
575 days ago

Changelog History
Page 7

  • v1.0.4 Changes

    April 04, 2019
    • Clean up cached request directory tree on driver.quit().
    • 0๏ธโƒฃ Suppress connection related errors by default.
  • v1.0.3 Changes

    April 01, 2019
    • Responses are no longer sent chunk by chunk where they are missing a Content-Type header.
    • Ensure delayed responses don't cause errors when server is not explicitly shutdown.
  • v1.0.2 Changes

    March 10, 2019
    • ๐Ÿ‘Œ Support for authentication when using http based proxies.
    • ๐Ÿ›  Fix bug where JSON response bodies were being decoded rather than being sent through as bytes.
  • v1.0.1 Changes

    February 07, 2019
    • ๐Ÿ‘Œ Support PATCH requests
  • v1.0.0 Changes

    December 31, 2018
    • โœ… Ensure stored response body is always retrieved as bytes when asked for by the test.
    • โšก๏ธ Updates to README.
    • ๐Ÿ‘‰ Use reverse chronological ordering of HISTORY.
  • v0.10.0 Changes

    October 30, 2018
    • ๐Ÿ›  Fix issue where ignoring OPTIONS requests would trigger AttributeError.
    • ๐Ÿ‘ Allow proxy settings to be explicitly set to None.
  • v0.9.0 Changes

    October 28, 2018
    • Ignore OPTIONS requests by default, and allow list of methods to be configurable via the ignore_http_methods option.
    • ๐Ÿšš Move default Selenium Wire request storage from system temp to user home to prevent permission collisions.
  • v0.8.0 Changes

    September 20, 2018
    • ๐Ÿ›  Fix issue where new headers were not being added to the request when using driver.header_overrides.
  • v0.7.0 Changes

    August 29, 2018
    • โšก๏ธ README and doc updates.
  • v0.6.0 Changes

    August 21, 2018
    • ๐Ÿ Bundle openssl.cnf for Windows.