Zserio v2.6.1
The main goal of this release is to publish the following fixes in debug string representation of Zserio objects:
- Fix of debug string representation for optional enums and bitmask in generated Python code
- Fix of const correctness in debug string representation functions in generated C++ code
- Improvement of compilation error message in debug string representation if C++ reflections are not present
From this release, documentation of Zserio runtime libraries is available online:
Fixes
#397 - Debug string output can fail in Python in case of optional enum or bitmask
#398 - MSVC: Generated C++ code can't be compiled with C++ 17
Improvements
#394 - Implement const alternative of C++ reflections
#395 - Public zserio runtime documentation to GitHub pages
#396 - Improve C++ compilation error message for debug string if reflections are not present