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

Changelog History
Page 4

  • v4.0.3 Changes

    February 04, 2021
    • ๐Ÿ›  Fix bug where IPv6 addresses were not being enclosed in square brackets, breaking the local proxy URL.
  • v4.0.2 Changes

    February 01, 2021
    • ๐Ÿ›  Fix additional problems caused by IPv6 socket binding.
  • v4.0.1 Changes

    February 01, 2021
    • ๐Ÿ›  Fix bug where binding to IPv6 socket would prevent Selenium Wire from starting.
  • v4.0.0 Changes

    January 31, 2021
    • 0๏ธโƒฃ Rework the default backend to:
      • improve performance when connecting to upstream proxies
      • remove the need for starting an openssl subprocess for certificate generation
      • fix issue where duplicate headers could not be proxied to the upstream server
      • fix issue where the response status code was being overridden by the CONNECT status
      • lay the groundwork for supporting websocket message capture
      • lay the groundwork for supporting SSL pass-through
  • v3.0.6 Changes

    January 30, 2021
    • ๐Ÿ›  Fix bug preventing mitmproxy backend from using custom confdir.
  • v3.0.5 Changes

    January 18, 2021
    • ๐Ÿ”ง Suppress upstream connection errors based on configuration.
  • v3.0.4 Changes

    January 07, 2021
    • โช Revert change to capture OPTIONS requests by default.
  • v3.0.3 Changes

    January 07, 2021
    • Decode response body on load.
  • v3.0.2 Changes

    January 05, 2021
    • ๐Ÿ›  Fix issue where remote web driver client was being imported from incorrect package.
  • v3.0.1 Changes

    January 03, 2021
    • Create a new event loop if current event loop is closed.