Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Announcements
  4. QtProtobuf 0.6 Release
Qt 6.11 is out! See what's new in the release blog

QtProtobuf 0.6 Release

Scheduled Pinned Locked Moved Unsolved Announcements
1 Posts 1 Posters 892 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • semlanikS Offline
    semlanikS Offline
    semlanik
    wrote on last edited by semlanik
    #1

    QtProtobuf – is an open-source library distributed under the MIT license. With QtProtobuf you easily may use Google Protocol Buffers and gRPC in your Qt project.

    Key changes:

    • The generator and the QtProtobuf library are split into two modules.
    • Change installation paths of .pri files and QML modules.
    • Initial cross-compiling support.
    • Fixed support of nested types with cycling dependencies.
    • Fixed a read buffer issue in gRPC subscriptions.
    • Added a gRPC call with the return value as a parameter.
    • Added gRPC channel based on a native C++ gRPC channel implementation.
    • Added extra gPRC subscription methods to process errors and channel timeouts.
    • Added generating of an extra namespace for the protobuf messages.
    • Added the explicit protobuf message field reflection to improve JSON serializing.
    • Changed the naming of QML properties. QML aliases of protobuf properties have the original protobuf field name.
    • Added the field enum generating. The enum contains a list of the protobuf message fields.

    Minor changes:

    • Added support of standalone tests.
    • Changed the lookup mechanism of 3rdparty dependencies.
    • microjson is linked statically and not a dependency anymore.
    • Added Windows binary packages.

    Details

    1 Reply Last reply
    2

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved