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.