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 the 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 the segments directory. The 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 an 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 an error when the rule applied had ampersand or any other special characters in it.
Attribute deletion failed 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 failed when the table column name was the same as the MS SQL keyword.