Skip to content

v0.5.13

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 14:33
6b28f55

Changes:

  • use IsTerminal trait (Rust 1.70.0), removing (direct) dependency on atty crate. (#130)
  • Added example yaml files under /examples
  • Adds skipBody CLI argument - Skips Request and Response Body in Try Output (#140) (#169)

Bug fixes:

  • Updated dependencies and fixed deprecations (#143)
  • Fixed the HDR Histogram build for webpack (#119)
  • Use clap derive, fixing behavior of --include flag. (#121)
  • Fix yaml loggers (#129)
  • Fix try script hang broken in 0.5.8 (#177)