Skip to content

Latest commit

 

History

History
67 lines (30 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

67 lines (30 loc) · 3.23 KB

4.0.4 (2024-03-19)

Bug Fixes

  • Fixed content-type check in default_verifier (fb154dc)

4.0.3 (2024-03-15)

4.0.2 (2024-03-14)

Bug Fixes

  • Fixed update_scenarios_on_fail handling of content-type (38641ea)

4.0.1 (2024-03-14)

Bug Fixes

  • Proper parser handling of json modifiers with missing request/response (64191a9)

4.0.0 (2024-03-14)

Breaking Changes

  • Changed how update_scenarios_on_fail writes placeholder text (59703f9)

3.0.0 (2024-01-08)

Breaking Changes

  • Added ability to add a description for each test case. Now allowing a list of test_data_modifiers. Added response_header_modifiers and request_header_modifiers params. Made update_scenarios_on_fail a proper instance var of TestCase. Simplified package imports. Fixed test_data_modifier param description. Fixed excluded_response_paths bug where excluded response fields were not being properly applied to expected response. Added update_scenarios_on_fail_options param. (8841538)

2.0.4 (2023-09-22)

Bug Fixes

  • Fixed handling and formatting of empty requests and responses (4e08d22)

2.0.3 (2023-09-20)

Bug Fixes

  • Fixed issue with update_scenarios_on_fail initialization (a56af95)
  • Fixed the behavior of update_scenarios_on_fail when handling JSON responses (dc357c0)

2.0.2 (2023-09-20)

Bug Fixes

  • Fixed package build error (79e5d5f)

2.0.1 (2023-09-12)

Bug Fixes

  • Removed requests from requirements.txt (ed697bc)

2.0.0 (2023-09-12)