Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

65 lines (37 loc) · 1.93 KB

Changelog

1.7.1 - 2024-08-21

  • Fix step autocompletion for custom executors
  • Add skip key to the schema of all the steps

1.7.0 - 2023-12-01

1.6.0 - 2023-10-22

1.5.0 - 2023-07-28

  • Add query_parameters property to http step in the JSON schema (thanks @ivan-velasco)

1.4.0 - 2022-11-30

  • Activate the Venom extension when the workspace contains a .venomrc file, or when the venom.jsonToAssertions command is used
  • Add mongo step to the JSON schema

1.3.1 - 2022-10-22

  • Fix crash when .venomrc is configured with a verbosity > 0 (thanks @YoannAtOVH)

1.3.0 - 2022-09-06

  • Compatibility with Venom 1.1.0-beta.5

1.2.0 - 2022-09-05

  • Add ovhapi step to the JSON schema (thanks @YoannAtOVH)

1.1.0 - 2022-08-21

  • Add grpc step to the JSON schema
  • Add rabbitmq (subscriber and publisher) step to the JSON schema
  • Add changelog

1.0.0 - 2022-08-21

  • Display Venom tests in a tree structure, following their filesystem location
  • Add sudo and sudopassword properties to ssh step in the JSON schema
  • Fix kafka step in the JSON schema, now consumer and producer are handled properly

0.0.4 - 2022-03-12

  • Add JSON schema for .venomrc files

0.0.3 - 2022-03-09

  • Handle test suites in error status, additionally to failure status

0.0.2 - 2022-03-08

  • Fix issue regarding current working directory when executing tests

0.0.1 - 2022-03-07

  • First public release