Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 12:10
· 4 commits to main since this release

New

  • req rerun - re-execute the last executed request
  • req save-response <path> - save the last response body to a file
  • req rename / req remove - rename and delete saved requests
  • Graceful connection errors - clear messages for connection refused,
    DNS resolution failures and timeouts
  • New Linux ARM64 binaries - Raspberry Pi 64-bit, Graviton, etc.

Platform support

Binaries for macOS (Intel & Apple Silicon), Linux (x86_64 & ARM64)
and Windows (x86_64).

Under the hood

  • Reorganized internals: AST-based lexer/parser, dedicated executor
    and session modules
  • CI now tests on Linux, macOS and Windows