Release Notes 3.5
New Features and Improvements
- AWSS3Source does not support awsS3SpaceNamePrefix any more. Edit name spaces in the operations that use AWSS3Source source to add the prefix. (3.5.2023-02-24-0830)
- JSON.stringify is no longer applied to the result of JavaScript expression in Template Literals. This change will only affect your expression return non-atomic-typed value such as object or array. In this case, apply JSON.stringify() explicitly to the result of your expression. (3.5.2023-02-23-0830)
- Data loader, for example used in HTTPRequest and TransformJSON, now supports “file” format. In this case “data” is expected to be a string value that will be loaded into the target table. (3.5.2023-02-21-1530)
- Execution context parameters (e.g. scenario parameter) presented in JSON format does not throw an error anymore when the parameter value is null. Such parameters are ignored. (3.5.2023-02-21-1530)
- Localization. Support added for: Spanish, Latin America; French, Canada; French, France; Polish. (3.5.2023-01-31-1530)
Bug Fixes
- MatchOneSource operation: il_compare_words and il_compare_stand_words handle multiple spaces incorrectly. (3.5.2023-01-18-1530)
- Source’s console content lost after checking out (3.5.2022-12-30-1530)
Last updated on