Skip to content

Zserio v2.0.0-pre4

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikir mikir released this 24 Apr 13:22
· 1904 commits to master since this release

This is the fourth beta version of the zserio v2.0.0 which contains several fixes.

Main reason of this pre-release is to solve possible symbol clashing in generated code by introducing some identifier naming restrictions (issue #87). This might break backward compatibility of some schemas.

Fixes

#87 - Name clashing in generated code
#189 - BitStreamWriter.writeBitBuffer fails when internal buffer is used
#190 - Generated code contains reset method for optional fields when -wihoutWriterCode is specified