July 2024

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


Release DateJar FilesNew Features
July 26, 2024GenRocket jar (3.5.44.3)

Engine jar (3.5.44.4)

Generator jar (3.5.44.3)


Receiver jar (3.5.44.3)


GRepositoryClientJar(3.5.44.1)
The following new features were in this release: 
  • JapaneseNameMapGen- Maps first, last, female, or male names generated by the JapaneseNameGen from Kanji to Kana or Kana to Kanji. For example:
    • Attribute 1 - JapaneseNameGen generates a first name in Kanji.

    • Attribute 2 - JapaneseNameMapGen references Attribute 1 generated value and generates the equivalent Kana value. 

Enhancements
The following enhancements were in this release:
  • EDI Domain Attributes - Added ability to rearrange EDI Attributes at the Domain level. Previously a user could add an Attribute, which placed it at the bottom of the hierarchy. Since the Attribute could not be rearranged (moved) in the hierarchy, it could not be referenced by other Attributes in the Domain.

  • MultiWeightGen - The percentList parameter can now reference an Attribute or Linked Generator. This makes it possible to calculate the percentage using another Attribute or a linked Generator and then use that value as a percentage in the MultiWeightGen. For example, the percentage value could be provided dynamically by referencing the GMUS API or a calculated value provided by another Attribute or Generator.  

  • RESTDirectoryV2Receiver - Enhanced in order to support reading of dynamic headers. Example:

    <header name="Content-Type" type="constant">#{contentType}</header>

    The contentType value will be read from the Properties file. Click 
    here for more information. 

Bug Fixes
The following bug fixes were in this release:
  • MongoToMapGen & MongoFromMapGen - These Generators have been modified to allow other Generators to reference their value.

  • MultiWeightGen was not generating the correct percentage for a smaller amount of percentages.

  • ListJSONGen was not generating a flat List when using a heavily nested JSON file.