Skip to content

Latest commit

 

History

History
53 lines (27 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

53 lines (27 loc) · 1.21 KB

v1.4.0

Date: 2024/05/22

New features

  • Add a way to read outputs (that will be written back to the CSV) from the response's headers, status code and request time, in addition to the response body as JSON (#13)

v1.3.0

Date: 2024/01/20

New features

  • Add the ability to send requests in parallel, with configurable parallelism (#11)

v1.2.0

Date: 2023/03/21

New features

  • Add a configuration option to set default delay for all requests (#7)

v1.1.1

Date: 2023/03/21

Bugfixes

  • Fix plugin freezing after sending the first request when response isn't valid JSON (#4)

v1.1.0

Date: 2023/03/18

New features

  • Added a configuration option to set a delay between consecutive requests (#1)

v1.0.1

Date: 2023/02/19

Initial version

v1.0.0

Date: 2023/02/18

Initial version

Pulled from NPM because of missing main file.