A new version of the QtProtobuf library has been released.
QtProtobuf is a free library released under the MIT license. It allows you to easily use Google Protocol Buffers and gRPC in your Qt project.
Key changes:
- Support for nested types has been added.
- gRPC API for QML has been added.
- Static build for well-known types has been fixed.
- A basic usage example with a step-by-step guide has been added.
- Handling of 'invalid' fields in the JSON serializer has been added.
- Errors in the paths of binary packages generated by CPack have been fixed.
- Static linking for Quick (QML) plugins has been added.
Minor changes:
- The generator has been redesigned.
- The CMake macro qtprotobuf_link_archive has been replaced with qtprotobuf_link_target.
Source: linux.org.ru
