Talon 3.16.50
Last updated
Last updated
Release Date: Wednesday, July 24, 2024
No issues have compatibility implications
Enhance serializeToJson() to not serialize absent primitive fields
Prior to this release, the generated serializeToJson() method would serialize primitive fields regardless of whether the field was present or not. To ensure that the field presence status of primitive fields is preserved across serializeToJson() and deserializeFromJson(), the code generated in prior releases would serialize field presence in a special bitmask field. This release removes the json bitmask field and enhances serializeToJson() to not serialize primitive fields if the field is absent in the source message
Minor garbage generation in discovery
This release fixes a minor garbage generation in the X discovery implementation