Skip to content

Zserio v2.16.0

Latest
Compare
Choose a tag to compare
@mikir mikir released this 05 Dec 13:48
· 2 commits to master since this release

Zserio Core 2.16.0

C++ Extension 1.2.0

  • Implemented left shift operator using multiplication for signed values
  • Fixed type info expressions which contain strings
  • Fixed choice tag name clashing in packed unions and choices

Java Extension 1.1.3

  • Fixed choice tag name clashing in packed unions and choices

Doc Extension 1.0.4


Fixes

#667 - Choice tag name clashing in ZserioPackingContext
#668 - Doc Strings Missing for 'extend' Fields in HTML Documentation
#675 - Some type info expressions are not correctly generated when the expression contains strings

New Features

#670 - Extend lengthof operator to work with strings

Improvements

#671 - Consider to implement left shift operator by multiplication in C++