August 2025

The August 29th release requires an update to the GenRocket Runtime. Please see the following page for step-by-step instructions: 


Release DateJar FilesEnhancements
August 29, 2025GenRocket Jar (3.7.0.1)

Engine Jar (3.7.0.1)

Generator Jar (3.7.0.1)

Receiver Jar (3.7.0.1)

GRepositoryClient Jar (3.7.0.1)
The following enhancements were in this release:
  • New GMUS API - Added an API to launch G-Migration+ when using GMUS with G-Repository Client.

    URL - http://<ip>:port/rest/repoMigrate
    Payload
    {

      "clientAppId" : "<APP ID>",

      "clientUserId": "<USER ID>",

      "configName": "<CONFIG FILE NAME>",
    "repoName": "<REPOSITORY NAME>"
    }


  • Better Error Messaging - Improved the error messaging in Generators & Receivers to identify the exact Domain Attribute and the corresponding Generator/Receiver causing an error.

  • Spark SQL DDL Import Enhancement - Added capability to handle complex data structures like Map or Struct while performing DDL Import for Spark SQL.

  • JSON Schema Import Enhancement - Added capability to support composite keywords - allOf, oneOf, anyOf, and not.

Bug Fixes
The following bug fixes were in this release:
  • G-Migration+ 
    • Table Schema Import - The originally imported XTS file contained a table with no primary keys. An updated schema containing this information was imported; however, it was not reflected in the G-Migration+ configuration. Changes were made to account for additional table properties when importing a new XTS.

    • JSON Columns - Added support to handle a column containing JSON data during the migration.

    • NextLine Character - Added support to handle data containing next line characters during the migration.

  • GMUS G-Migration+ API - Address the issue related to GMUS failing to execute G-Migration+.

  • ListFixedFileGen - If the ignoreBound parameter was set to 'true', the last few characters were not being read and should be.

  • FlexibleVINCSVGen with GMapGetGen- FlexibleVINCSVGen Generator was not working when being referenced by GMapGenGen Generator's default value.

  • GenericSQLInsertV2Receiver - Addressed the issue related to the Receiver silently failing while loading the data to a table.

  • GMUS
    • Crashing for larger error messages being saved in H2.
    • Slowness while running a large EDI ScenarioChainSet along with G-Cases

Release DateJar FilesNew Features
August 10, 2025No new Jar files or Runtime for this release. Updates are not required. The following new feature was released: 
  • Data Column Profiling (G-Migration+) - Automatically identify sensitive data columns for tables in a selected G-Migration+ configuration. Matches are made based on GenRocket-defined and/or Organization-defined column name keyword values (e.g., email, ssn). The user selects columns from the provided matches, and G-Migration+ performs Synthetic Data Replacement (SDR) on the selected columns to replace sensitive data values with realistic, synthetic data values. To see step-by-step instructions in G-Migration+, click here