* Fix bug where automatic decoding of response body would break page loading when using response interceptors. * Fix bug where exclude_hosts had no effect when using undetected_chromedriver.v2. * Fix occasional unpickle error when stored requests are asked for before they have been fully flushed to disk.
4.5.1
------------------
* Fix attribute error preventing undetected chromedriver from starting.
4.5.0
------------------
* Allow upstream proxy to be changed on the fly.
4.4.1
------------------
* Fix async bug that breaks Django ORM.
4.4.0
------------------
* Introduce in-memory request storage. * Default request storage now uses system temp folder by default. * Remove mitmproxy backend. Selenium Wire uses mitmproxy by default so a separate mitmproxy backend is redundant.
4.3.3
------------------
* Fix proxy authorization failures when Selenium Wire is run in multiple threads.