Skip to content

Latest commit

 

History

History
77 lines (40 loc) · 4.65 KB

CHANGELOG.md

File metadata and controls

77 lines (40 loc) · 4.65 KB

4.0.2 (2023-02-25)

Bug Fixes

4.0.1 (2023-02-25)

4.0.0 (2023-02-25)

Breaking Changes

This introduces new fields that are more granular and flexible than before. When upgrading to 4.0.0, you will need to click on each "Save Variable" header tag and review the information that the plugin supplies in the Live Preview. This will explain what to enter in the new fields to migrate the tag to the new version.

Bug Fixes

  • accurate upgrade instructions (67354c3)
  • disable extractors for static/header sources (5d46f98)
  • extractor args were not visible (e66faa7)

Features

  • add INFO logs for troubleshooting (442a766)
  • add support for JMESPath (3191219)
  • save variables from request body values (008c853)
  • save variables from request header values (7d4e655)
  • save variables from response status codes (70ff10c)
  • use centralized logger (3bee5f8)

3.3.0 (2023-01-02)

Features

  • ability to save static values per request (66e691b)
  • extract values from xml (89f34c9)

Reverts

3.2.2 (2022-10-25)

Bug Fixes

  • remove comment copied from another file (e1bbae6)

3.2.1 (2022-10-25)

Bug Fixes

  • fix script not executable on *nix (85e204f)
  • patch-package causes installation failure (d457025)

3.2.0 (2022-10-22)

Bug Fixes

  • patch-package doesn't need to run every build (e7fb2b1), closes #10

Features

  • add release tooling (b2bdcf8), closes #10
  • automatic dependency upgrades (2bbe279), closes #10
  • automatic pipeline through github actions (350d39c), closes #10