March 2025

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


Release DateJar FilesNew Features
March 28, 2025Virtual Private Cloud:
Generator Jar (3.5.46.1)
Receiver Jar (3.5.46.1)


Dedicated Private Cloud:
Generator Jar (3.5.46.3)
Receiver Jar (3.5.46.3)

The following new features were in this release:
  • Single Sign-On (SSO) - IDs other than email addresses can now be used for SSO login. Click here to learn more.

  • XMLFileMaskReceiver - This receiver masks sensitive data values in a source XML file (flat or nested) with synthetic data values in a new XML file. This receiver requires a configuration file defining the data values it should mask. Click here to learn more.

Enhancements
The following enhancements were in this release:
  • ListFixedFileGen - Added startIndex parameter to the generator. This parameter defines the index in the list of where to start from. The default value is '0.'

  • RestDirectoryV2Receiver Config File - Added the ability to encrypt configuration files for this receiver for increased security. Complete the following to use an encrypted file: 
    1. Create the Config File for this Receiver
    2. Encrypt the file using the following command:
      genrocket -ef <RestConfigFile> 
    3. Use the name of the encrypted file in the RestDirectoryV2Receiver

Bug Fixes
The following bug fixes were in this release:
  • JSON Import - The JSON file contained similar field names where only the case differed. Due to this, GenRocket could not create different versions of Domains, causing the whole process to fail.

  • FeatureFileV3Gen and PadGen - Unable to reference PadGen in FeatureFileV3Gen. A user received the "Cannot invoke method padLeft() on null object" error. This was due to the value not getting initialized during initialization.

  • FixedFileSegmentMergeReceiver - While only one segment was generated in the segment file, the receiver entered an infinite loop, generating endless values in the fixed file.

  • DelimitedSegmentMergeReceiver - Data was being generated in reverse order for this receiver. 

  • ListExcelGen - Sort ascending/descending was not working correctly for this generator.

  • JSONFileMaskReceiver - Decimal numbers were being converted to Scientific notation.

Release DateJar FilesBug Fixes
March 3, 2025Generator Jar (3.5.45.4)
The following bug fixes were in this release: 
  • QueryToMapGen and QueryFromMapGen - A change made to QueryToMapGen introduced an issue with QueryFromMapGen. Due to this, QueryFromMapGen was not generating data and threw an error.