You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[C++] Fix composite encode generation to use formatted property names, i.e. escape keywords.
[C++] Fix property name usage in display code generator.
[C++] Add getter for schema id on the IrDecoder. (#1077)
[Java] Fix var data and composite code generation to use property name instead of plain name. Also use property name for access order check methods. (#1081)
[Java] Handle null values when encoding enums, i.e. use Enum.NULL_VAL if the value was not assigned.
[Java] Handle primitive arrays correctly in the generated DTO code.
[Go] Handle _ and String as keywords and use property name when generating variable data section.
[C#] Replaced empty array creation by Array.Empty, issue (#1079). (#1080)