Skip to content

Releases: yahoo/proxy-verifier

Release of 1.11.2

30 Sep 22:40
Compare
Choose a tag to compare

This updates the part file to reference 1.11.2

Logging and doc tweaks

30 Sep 22:38
Compare
Choose a tag to compare
  • 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

30 Sep 21:37
Compare
Choose a tag to compare
  • 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

21 Sep 22:37
Compare
Choose a tag to compare

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

15 Sep 22:55
Compare
Choose a tag to compare

This adds MacOS build and test functionality.

Initial release

11 Sep 20:32
Compare
Choose a tag to compare
v1.0.0

Adding --rate, --repeat, and --format docs.