All Versions
75
Latest Version
Avg Release Cycle
24 days
Latest Release
942 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v1.1.1 Changes
May 25, 2020- ๐ Handle errors occuring on websocket connections.
-
v1.1.0 Changes
May 23, 2020- ๐ Allow the request storage base directory to be configurable.
- ๐ Support proxying websocket connections.
- ๐ Fix bug where attempting to filter out non-existent headers would raise an error.
- ๐ Handle possibility of zero byte captured request/response files.
-
v1.0.12 Changes
May 16, 2020- ๐ Support for SOCKS proxies.
-
v1.0.11 Changes
December 31, 2019- ๐ Fix duplication of content-length header when altering body content.
-
v1.0.10 Changes
September 22, 2019- Scope request capture.
- Apply header filtering on a per-URL basis.
-
v1.0.9 Changes
August 25, 2019- โ Add ability to provide a custom response handler method.
-
v1.0.8 Changes
August 01, 2019- โ Remove signal handler from AdminClient to allow running in multi-threaded environment.
- ๐ง Make connection timeout configurable.
-
v1.0.7 Changes
July 30, 2019- ๐ Fix bug where temporary storage cleanup would sometimes fail when running in a multi-threaded environment.
- ๐ฆ Don't rely on signal handlers for temporary storage cleanup. Signal handlers are not compatible with multiple threads. Use driver.quit() for explicit cleanup.
-
v1.0.6 Changes
July 14, 2019- ๐ Support for disabling SSL verification when using self-signed certificates.
-
v1.0.5 Changes
June 15, 2019- ๐ Improve performance on Windows by explicitly closing the response output stream.
- Capture stderr leaking from openssl to the console.
- Ensure subjectAltName is added to self signed certificates.
- ๐จ Refactor certificate generation code.
- More robust handling of socket errors.
- Decode response bodies at the point a client asks for them, not at the point a response is captured.