Zserio v2.7.0
The main goal of this release is to publish reading of debug string representation of Zserio objects using JSON format.
This release contains one improvement which generates new optional value reset method in Java and Python code.
The release contains as well two bug fixes in Zserio expression operators.
Fixes
#322 - Dynamic bitfield type do not compile using modulo operator
#401 - Any operator of uint64 type using known values generates uncompilable Java code
New Features
#278 - Implement reading of debug string representation
Improvements
#392 - Introduce optional value resetter in Java and Python