August 2024

A GenRocket Jar update is required for this release. Please see the following page for step-by-step instructions:


Release DateJar FilesNew Features
August 30, 2024GenRocket jar (3.5.44.4)

Engine jar (3.5.44.5)

Generator jar (3.5.44.4)

Receiver jar (3.5.44.4)

G-Repository jar (3.5.44.2)

G-Repository Client jar (3.5.44.2)

The following new features were in this release: 
  • FlexibleVINCSVGen- Loads column data from a CSV file and uses that data to generate a Vehicle Identification Number (VIN). The CSV file should contain the following three data columns: 
    • World Manufacturer Identifier (WMI) - 3 characters
    • Vehicle Description Section (VDS) - 5 characters
    • Year - 1 character

  • RealTimeTestV2Receiver - Similar to RealTimeTestReceiver; added two optional parameters:
    • responseSubDir  - defines a sub-directory within the response directory where the response file will be created.
    • configSubDir - define a sub-directory within the config directory where the config file is present
       

Enhancements
The following enhancements were in this release:
  • StoredProcedureCallReceiver - This Receiver can now accept a dynamic sub-directory when the ReceiverParameterSet API call is used to override the current value.

  • RestDirectoryV2Receiver - Added Windows NTLM Authentication support when making a REST API call. The user will need to add a ntlmAuth tag in the config file. Click here for more information. Tag example provided below:

    <configs>   
       <ntlmAuth>
                 <user>someUserName</user>
                  <password>somePassword</password>
                   <domain>someDomainName</domain>
       </ntlmAuth>
    <config tag="">
    ...
    ...
    </config>
    </configs>


     
  • CSVChildToMapGen and CSVChildFromMapGen - Added an optional namespace parameter to both of these Generators. This parameter uniquely defines the result of the query in memory, allowing for two or more query results to exist in memory at the same time. Also, added a bufferSize parameter in CSVChildToMapGen to control the size of data stored in memory. Click here for more information. 

Bug Fixes
The following bug fixes were in this release:
  • CSVResourceIndexGen - Values read from a CSV file to be passed to the RangeGen Generator as an index were incorrect.

  • Project Version Deletion - An error was received when attempting to delete a Project Version with G-Family references and the Project Version could not be removed.

  • GenericSQLInsertThreadReceiver - Date and time format data were not being handled correctly by the Receiver.

  • G-Repository Server - The Repository Server launch via Proxy was failing for some JDK versions