Skip to content

Latest commit

 

History

History
131 lines (71 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

131 lines (71 loc) · 3.69 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

v0.7.5 (2024-06-27)

Changed

  • Display the original error message when a request fails (#14, f087a63)

v0.7.5 (2023-12-20)

Fixed

  • Fix Docker image publication (ff6db49)

v0.7.4 (2023-12-20)

Fixed

  • Fix Docker image publication (152d849)

v0.7.3 (2023-12-20)

Changed

  • Add support for ARM architecture (acf5569)

v0.7.2 (2023-10-27)

Fixed

v0.7.1 (2023-10-27)

Fixed

v0.7.0 (2023-10-27)

Added

  • Add support for executing sh in the Docker container (#6)

Fixed

  • Fix Docker image build (#6)

Changed

  • ⚠️ Drop CJS support (#6)

v0.6.1 (2023-10-27)

Fixed

  • Fix Docker image name in GitHub Action (79416e0)

v0.6.0 (2023-10-27)

Added

  • Add a Docker image for advanced usage with host mocking (#3)
  • Add --replace-(from|to)-host flags (d738fc1)

Changed

  • Improve logging (3bbbc1e)
  • ⚠️ Bump Node version to >=20 (#3)

Deleted

  • ⚠️ Remove the --password parameter in favor of a single --user user:pass parameter (#3)

Fixed

v0.5.0 (2022-03-25)

Added

  • Add support for basic auth (786a53e)
  • Add support for host replacement from CSV file (d78ab82)
  • Add support for CSV input file (549f568)

Changed

v0.4.0 (2021-07-27)

Added

  • Add support for custom method (GET, POST, etc.) when testing a redirection

v0.3.0 (2021-07-27)

Added

  • Add support for ignoring query parameters
    • Globally with the --ignore-query-parameters CLI parameter
    • Per test with the ignoreQueryParameters property

Changed

  • Improve CLI documentation

v0.2.0 (2021-07-27)

Added

  • Add --delay CLI parameter
  • Add --concurrency CLI parameter

Fixed

  • Set minimum Node compatibility to 12

Changed

  • Switch from CJS to ESM
  • Improve logging