February 2026 Releases


Release Date - February 27, 2026

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


Jar FilesNew Features
GenRocket Jar (v3.10.0.2)

Engine Jar (v3.10.0.2)

Generator Jar (v3.10.0.2)

Receiver Jar (v3.10.0.2)

GRepository Jar (v3.10.0.1)

InPlaceMasking Jar (v3.10.0.1)
The following new features were in this release:
  • FullNamePartitionGen - This Generator is designed to be used with the Partition Engine and can be used to generate large volumes of full names. It can generate 40,000,000 unique full names using 4,000 first names and 10,000 last names.

  • MedicalCenterNameGen - Able to generate fictional Medical Center names. Examples: 
    • Evergreen Clinic
    • Mercy Care Clinic
    • Northeast Primary Care Medical Center.

  • PractitionerNameGen- Able to generate fictional Practitioner names. Examples:
    • Dr. Gracia Rubenstein, Internal Medicine
    • Cathy Vernon, PA - Geriatric Medicine
    • Dr. Jacquelyn Ormsby, Pulmonology

Enhancements
The following enhancements were in this release:
  • ListXMLGen and ListJSONGen Generators - Added a defaultValue parameter, which is used when the file doesn't contain the configured element hierarchy. To learn more about these Generators, see:
  • REST API Curl Command for In-Place Masking Jar - Users can now download the gr-inplace-masking jar via a Rest API call. Click here to view all the curl commands.

    To do so, use the following curl command:

    curl https://app.genrocket.com/rest/download/inPlaceMasking/<ORGANIZATION_ID> --output gr-inplace-masking-3.10.0.0.jar

    Note: Remember to change the version number to match the runtime version you are using.

  • Team Permissions for New Project Versions - When a new Project Version is created, the existing team members are automatically granted all the permissions for this Project Version. Team Manager or Organization Admin can further configure the restrictions. Click here to learn more about team permissions.

  • InPlace Masking - Enhanced the In-Place Masking engine to:
    • properly close open SFTP connections during putMap/getMap export and import operations
    • terminate the progress monitoring thread after the clean-up step
    • validate the availability of encryption key details and display an appropriate error message if missing


  • CopybookFixedFileGen - Enhanced Generator to not trim the values read from the Copybook file.

  • FixedFileSegmentMergeReceiver - Enhanced Receiver to not trim values while generating the fixed format output.files. Click here to learn more about this Receiver. 

Bug Fixes
The following bug fixes were in this release:
  • XMLSegmentMergeV4Reciever - The Receiver generated an incorrect XML body element when the element name matched the enclosing XML element name.

  • Queue History - Inserting a record into the GMUS Queue History table failed if the exception message length exceeded the message column size limit.


Release Date - February 13, 2026

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


Jar FilesNew Features
Engine Jar (v3.10.0.1)

Generator Jar (v3.10.0.1)

Receiver Jar (v3.10.0.1)
The following new features were in this release:
  • CopybookFixedFileGen - Introduced a new Generator that reads data from a Copybook fixed-length file (EBCDIC, COMP, or COMP-3 formats) and converts it into an ASCII string for further processing and manipulation.

Enhancements
The following enhancements were in this release:
  • FixedFileSegmentMergeReceiver - Added an option to generate output data in EBCDIC, COMP, and COMP-3 formats, in addition to ASCII. Click here to learn more about this Receiver. 


Bug Fixes
The following bug fixes were in this release:
  • G-Query – We fixed an issue that prevented a G-Query from being saved when an SQL parser error occurred. Now, users can save a G-Query even if the parser fails for any reason. Click here to learn more about G-Queries.