May 2024

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


Release DateJar FilesNew Features
May 31, 2024GenRocket Runtime (3.5.44)
The following new features were in this release:
  • RandomIncMultiPeakRowGen - Generate a random, finite set of increasing or decreasing numbers per row of data. Each row can contain multiple peaks. The total of the numbers generated per row will be the "targetsum."  

    Example: The targetsum is 40 for 5 draws with peaks at Draw 2 and Draw 4. 
    • Row 1 Output = 6,16, 2, 9, 7 
    • Row 2 Output = 8, 9, 7,14, 2

  • Import from CSV to generate Fixed File - A new Domain import feature has been added to generate a Fixed File by using a CSV of a defined format.

Enhancements
The following enhancements were in this release:
  • G-Migration+ Conditional Masking - Org Admins can provide read permissions for one or more sensitive data columns within the source table. When permission is given, GenRocket will automatically assign a GmigReferenceGen to any column marked as readable. Generators can then be linked to create a masking condition. The GmigReferenceGen will need to be referenced as part of the linked Generators for each Attribute. Click here for more information. 

  • MongoDBInsertReceiver - Support has been added for Kerberos.

  • EDIFileMaskReceiver - Added an ignoreWhenEmpty property key with a default value of 'false'. If set to 'true, the Receiver will ignore masking for that Attribute when empty. Click here for more information.

  • GMUS SSL Certificate - The SSL Certificate has been renewed. 

  • G-Repository Client - Secure Web Socket support added for client downloads.

  • Upgraded vulnerable dependencies in GenRocket Runtime

Bug Fixes
The following bug fixes were in this release:
  • GMUS - Customer received an access error when sending mail via GMUS

  • JSONFileReceiver - The receiver was converting NULL values to Boolean values.