June 2025


DateJar FilesNew Features
June 27, 2025GenRocket Runtime (3.6.0)
The following new features were in this release:
  • BrazilCPFNumberGen - Generates a valid Brazilian CPF number. CPF is a number assigned by the Brazilian Federal Revenue Service to both Brazilian citizens and foreign residents.

  • ListXMLGen - Loads a list of values from a node/attribute in an XML file

  • MongoUpdateReceiver - Connects to a Mongo database and performs update operations. Useful for data replacement of values within a Mongo collection to guarantee data security

  • AWSRoleBasedS3Receiver - Uploads files to Amazon S3. It uses IAM role-based authentication instead of hard-coded credentials to securely access and interact with the S3 service.

Enhancements
The following enhancements were in this release:
  • MexicoMaritalStatusGen - Added a new parameter, seed, which allows deterministic data generation, ensuring same set of random data is produced on each execution with the same seed value

  • XMLSegmentMergeV4Receiver - Added a new parameter, deleteSegmentDir, which gives the flexibility to delete segments directory. Default value is True.

  • DelimitedFileMaskReceiver - Added a capability to recognize newline characters when the value is enclosed within double quotes.

  • JSONFileMaskReceiver - Added a capability to recognize array/list of literals while masking and accordingly replace it with a proper list of synthetic values.

  • ParquetSegmentMergeV2Receiver - Reduced the content of logs displayed while generating Parquet files using this Receiver.

Bug Fixes
The following bug fixes were in this release:
  • G-Rule encoding values - The ampersand character (&) was getting encoded on the download of a G-Rule which caused error when the rule applied had ampersand or any other special characters in it.

  • Attribute deletion fail due to a G-Case - The Domain Attribute deletion was failing if there was a corresponding Attribute present at the G-Case level.

  • G-Migration+ for MS SQL database fails when table column name is same as MS SQL keyword