November 2024
A GenRocket Jar update is required for this release. Please see the following page for step-by-step instructions:
Release Date | Jar Files | Enhancements |
November 29, 2024 | GenRocket Jar (3.5.45.1) Engine Jar (3.5.45.1) Generator Jar (3.5.45.1) Receiver Jar (3.5.45.1)
| The following enhancements were in this release:- GMUS API downLoadFile - When making a downloadFile REST request to GMUS with G-Repository, the REST endpoint requested a license check. Users can now make a downloadFile REST Request when using GMUS with G-Repository without requesting a license check. Click here to learn more.
- DelimitedFileSegmentMergeReceiver - Added an ignoreLineSeperator parameter to the XML configuration file. This parameter will automatically be present and disabled (set to "false") in the configuration file. When "true," values will be generated on the same line in the output file. Click here to learn more.
- CSVChildFromMapGen - Previously, an empty string was "null" when using this generator. An empty string will have an " empty " value and appear that way in the output.
- G-Stories & G-Epics- Added Support to provide APIs in the command line when running G-Stories and G-Epics. For example:
- genrocket -r <StorySuite> -p <StoryName> -api "{'api': [{'methodName': 'domainSetLoopCount', 'parameters': { 'domainName': 'User', 'loopCount': '10000' }}]}"
|
Bug Fixes |
The following bug fixes were in this release:- EDI with G-Cases - Runtime only generated one loop even though the loopCount had been changed to a different value within a G-Case.
- ParquetSegmentMergeV2Receiver
- After Disabling a Segment in ParquetSegmentMergeV2Receiver, the Receiver was throwing an exception. The expected behavior was for it to not appear at all in the output.
- Reference in Dynamic File Configuration was not working and not replacing the referenced name.
- EvalCaseActionGen & EvalCaseGen - An Attribute that generates Long numbers and empty values when referenced in EvalCaseActionGen and EvalCaseGen generators was throwing an exception.
- RandomDecimalGen - Generator was not working correctly when the startRange and endRange values were both '0'.
|