Skip to content

Releases: envoyproxy/nighthawk

0.5.0

07 Jun 15:40
7290824
Compare
Choose a tag to compare

Another breaking change to dynamic-delay and time-tracking test server filters:

  • DynamicDelayConfiguration and TimeTrackingConfiguration further extricated from nighthawk.server.ResponseOptions.
    • experimental_response_options removed from DynamicDelayConfiguration and TimeTrackingConfiguration.
    • oneof_delay_options now on DynamicDelayConfiguration top-level
    • emit_previous_request_delta_in_response_header now on TimeTrackingConfiguration top-level

0.4.0

06 Jun 17:39
30e52a3
Compare
Choose a tag to compare

Breaking change to dynamic-delay and time-tracking test server filters:

  • Proto configuration type moved off of nighthawk.server.ResponseOptions to nighthawk.server.DynamicDelayConfiguration and nighthawk.server.TimeTrackingConfiguration respectively, which wraps ResponseOptions

Nighthawk v0.2

19 Jul 04:07
Compare
Choose a tag to compare
  • Nighthawk as a service: (#22)
  • Add option to control how request pacing is maintained (#80)
  • Add python orchestration for integration testing: #50
  • Benchmark client configuration options:
    • Connection-pool configuration #45
    • Allow control of TLS ciphers and settings #32
    • Measure time spend waiting on a full connection queue: #97

Nighthawk v0.1

06 May 20:11
Compare
Choose a tag to compare
Update README.md & tagline consistency update (#79)

Signed-off-by: Otto van der Schaaf <oschaaf@we-amp.com>