Zserio v2.6.0
The main goal of this release is to publish debug string representation of Zserio objects using JSON format.
This release contains as well the following improvements in generated code:
- Adding of new method
choiceTag()
for choices in generated C++, Java and Python code - Adding of new interface
ZserioBitmask
for bitmasks in generated Java code - Adding of new real optional value indicator in generated Java and Python code
The release contains as well two bug fixes in Zserio expressions.
Fixes
#385 - Fix generated expressions with low precedence operators in comparison operator
#389 - Disable ternary operator in offset
New Features
#119 - Provide debug string representation
Improvements
#386 - Add choiceTag getter to generated choices
#390 - Introduce real optional value indicator in generated code
#393 - Introduce interface for zserio bitmasks in Java