📜Talon 3.16.50

Release Date: Wednesday, July 24, 2024

Compatibility Notes

No issues have compatibility implications

Change Summary

Improvements

TALON-127

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

Bugs

TALON-126

Minor garbage generation in discovery

This release fixes a minor garbage generation in the X discovery implementation

Last updated