* Fix concurrency issue in RequestStorage that allowed partially stored requests to be retrieved.
4.2.1
------------------
* Make SSL certificate metadata available via request.cert * Suppress connection aborted error by default. * Log error on proxy authentication failure.
4.2.0
------------------
* Add support for HAR format. * Add disable_capture option. * Add driver.iter_requests(). * Fix bug where no_proxy was being ignored in proxy configuration.
4.1.1
------------------
* Integration with undetected-chromedriver.
4.1.0
------------------
* Implement websocket message capture. * Fix bug where closure of event loop externally would trigger exception on shutdown. * Fix bug preventing use of an empty password for an upstream proxy.
4.0.5
------------------
* Downgrade "The client may not trust Selenium Wire's certificate" to debug. * Introduce auto_config option.