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

Changelog History
Page 5

  • v3.0.0 Changes

    January 02, 2021
    • Inroduce request and response interceptors.
    • ⚙ Run mitmproxy backend in a thread rather than subprocess.
    • ⬇️ Drop internal HTTP admin API.
    • ⬇️ Drop support for Python 3.4 and 3.5.
    • ➕ Add support for remote webdriver client.
    • ➕ Add support for duplicate request and response headers.
    • 🛠 Fixed issue where Proxy-Connection header was being propagated.
    • 🛠 Fixed issue where desired capabilities could not be reused outside of Selenium Wire due to addition of proxy config.
    • Deprecation of header_overrides, param_overrides, querystring_overrides, rewrite_urls, custom_response_handler
  • v2.1.2 Changes

    November 14, 2020
    • Prevent Chrome from bypassing Selenium Wire for localhost addresses.
  • v2.1.1 Changes

    August 10, 2020
    • Automatic port number selection for mitmproxy backend.
  • v2.1.0 Changes

    July 21, 2020
    • Support regular expressions in driver.wait_for_request().
  • v2.0.0 Changes

    July 14, 2020
    • Introduce the mitmproxy backend
    • 👌 Support for modifying response headers
    • 👌 Support for modifying request parameters and the query string
    • 💥 Breaking API changes:
      • the request.path attribute now returns the path rather than the full URL. To retrieve the URL, use request.url.
      • empty request and response bodies are now returned as empty bytes b'' rather than None.
  • v1.2.3 Changes

    June 19, 2020
    • 0️⃣ Disable connection persistence by default due to side effects in certain cases.
  • v1.2.2 Changes

    June 12, 2020
    • 💻 Close connection on error rather than send 502 response to permit browser retry.
  • v1.2.1 Changes

    June 09, 2020
    • 🔒 Use SHA256 digest when creating site certificates to fix Chrome HSTS security errors.
  • v1.2.0 Changes

    June 07, 2020
    • ➕ Add properties to allow easy retrieval of the query string and request parameters.
    • 0️⃣ Don't verify SSL by default.
    • 👍 Allow configurable number of request threads.
    • 🔧 Use connection persistance (keep-alive) by default. Make configurable.
  • v1.1.2 Changes

    May 27, 2020
    • 🛠 Fix bug where request thread would spin after websocket closure.