Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

Release Notes - November 2025

November Release

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

Release Date

November 28, 2025

Jar Files

GenRocket Runtime (3.8.0)
 

Enhancements

The following enhancements were in this release:

  • Copying Project Presets - Presets can now be copied in an existing Project as a new Project Version along with the option to create as a New Project. This makes it easier for customers with multiple organizations to move an entire Project from one organization to another.
     
  • GMUS / GMUS and GRepo Queue History Response Details - Additional information is now provided in the GMUS API response, including the file names, elapsed time. An example is shown below for GMUS API Queue History:



    Note: The parameter keepFileName need to be sent in the request payload to get the file names in the response.
     
  • JSch (Java Secure Channel) Jar Upgrade (for SFTP Client Connection) - Upgraded to version jsch2.27.2. The previous JSch jar was unable to connect to an SFTP client because the algorithms were not compatible with the connection.
     
  • Apache POI Jar Upgrade - A vulnerability was identified during a scan for the current jar version, poi-4.1.02.jar.To ensure security compliance, this jar has been upgraded to version 5.4.0.
     
  • G-Repository and -apif command - The -apif command can now be used with Test Data Cases in G-Repository. This command is used to update the Scenario at runtime. just before execution from the user's system or server. Click here to learn more about the -apif command.
     
  • FileRowCountGen - Added a new refresh Parameter, which allows the count to be refreshed for dynamic file names. The default value for teh parameter is 'false'.
     
  • SQLBatchUpdateReceiver - This Receiver now supports stored procedures execution. Click here to learn more.
     
  • AWSRoleBasedS3Receiver - Extended the Receiver to provide support for SSL/TLS communication with AWS S3 buckets by adding an optional kmsKeyArn parameter. Click here to learn more.
     
  • QRCodeReceiver & BarcodeReceiver - Added two new Receivers to generate QR code and barcode.
     
  • EDIXMLSegmentMergeReceiver - Added new Receiver to generate EDI data in an XML format using segments.
     
  • My Organization Page - Added administrative information like maximum projects allowed, max project versions allowed, etc.
     
  • Added edit option for default value in G-Query Domain Attributes list.
Bug Fixes

The following bug fixes were in this release:
 

  • XMLFileMaskReceiver - An issue was experienced when the Engine API ReceiverParameterSet method was used to set the value of a Receiver parameter.
     
  • FixedFileSegmentMergeReceiver - Row count was not working appropriately for this Receiver. Click here to learn more.
     
  • SFQueryEachLoopGen - The Salesforce default value was not being picked up when using this Generator. This is set with the defaultValue parameter in the Generator configuration. Click here to learn more.
     
  • DelimitedFileMaskReceiver - The generated delimited file was not retaining the last empty line which was present in the source file.
     
  • GenericSQLInsertV2Receiver - The Receiver was unable to load data into Databricks.
     
  • GMUS Rest clearRepoQueueById Request - If an invalid Queue ID was passed as part of the request, the rest API would still return 'true'. Click here to learn more.
     
  • G-Query Excel Import - A user was unable to import an Excel file for a G-Query due to a file size limit. The size limit has been increased to support larger Excel files. Click here to learn more.