Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@dpowell dpowell released this 29 Jul 17:56
· 264 commits to master since this release
  • Performance, Page and Network assertions. The proxy now lets you "assert" over the REST API about the recent HTTP traffic. If you are familiar with HAR files, this lets you skip handling them directly for most use-cases. Some highlights (See the rest in: 889aeda):
    • assertMostRecentResponseTimeLessThanOrEqual
    • assertResponseTimeLessThanOrEqual
    • assertMostRecentResponseContentContains
    • assertMostRecentResponseContentMatches
    • assertAnyUrlContentLengthLessThanOrEquals
    • assertAnyUrlContentMatches
    • assertAnyUrlContentDoesNotContain
    • assertAnyUrlResponseHeaderContains
    • assertResponseStatusCode
    • assertMostRecentResponseContentLengthLessThanOrEqual
  • Fix compatibility with the HAR viewer by setting correct defaults per the HAR spec
  • Update Netty to the latest version
  • Merge in contribution from @jrgp to allow upstream proxy connections to utilize HTTPS.
  • Default to the har page name "Default" when requests come through and no page is set yet.