Skip to content

Zserio v2.0.0-pre1

Pre-release
Pre-release

Choose a tag to compare

@mikir mikir released this 25 Feb 16:42
· 2087 commits to master since this release

This is the first beta version of the zserio v2.0.0 which contains

New generated service interface is completely independent on used communication library and it is up to the application to implement the corresponding service backend.

There are available three sample service backend implementations:

Please note that this pre-release does not contain old C++98 generator anymore. The last version supporting old C++98 generator is the zserio v1.4.0.

The pre-release contains several fixes as well.

Fixes

#142 - Parameter used as an offset doesn't work
#162 - Ambiguous instantiate error in case of circular imports
#167 - Generated C++ code introduces resource leak in case of SQLite DB opening failure
#171 - Zserio Java generated code clashes with java standard types

New Features

#129 - Add bitmasks into zserio language
#169 - Redesign generated service interface

Improvements

#46 - Optimize AnyHolder inplace creation
#153 - Improve static analysis of Java code
#154 - Improve static analysis of C++ code
#155 - Improve static analysis of Python code
#172 - Remove generated annotation from Java generated code