Releases: yahoo/proxy-verifier
Releases · yahoo/proxy-verifier
Release of 1.11.2
This updates the part file to reference 1.11.2
Logging and doc tweaks
- Add README references to --client-cert, --server-cert, and --ca-certs.
- Fix a compiler warning about signed compare found only in unoptimized builds.
- resonse -> response
Verification directives: contains, prefix, and suffix
- This release adds new HTTP field verification directives: contains, prefix, and suffix
- To make the tests more stable, the test proxy also uses a pinned cryptography package.
- This also explicitly adds the use of -lpthread during linking.
Correctness testing improvements
This is a set of changes that make the correctness testing use case (a small number of tests to verify specific proxy functionality, rather than load testing) more convenient. Significantly, the server handles SIGINT better and returns with a non-zero exit code if there was a verification error or any other error.
Add Mac OS Support
This adds MacOS build and test functionality.
Initial release
v1.0.0 Adding --rate, --repeat, and --format docs.