Skip to content

v2.39.0

Choose a tag to compare

@rangav rangav released this 08 Feb 13:30
· 10 commits to main since this release
092b1bd

New Features

  • Request body now use an array format to improve git diffs and merges.
  • Performance improvements, including a smaller extension size.
  • Freeze the field "modified" in the database JSON files #1728
  • [2.39.3]: Request docs property changed to array format to improve git diffs and merges.

New functions for Scripts

// get query parameter
tc.request.url.getParam("name");

// set query parameter
tc.request.url.setParam("name", "value");

Bug Fixes

  • Fix: TC CLI ignored the --iterations option when running a folder #1734.