CHANGES.txt 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. 2020-05-23 version 0.2.1 (QtProtobuf)
  2. QtProtobuf
  3. * Fix packaging path issue
  4. * Fix ranges check in selfcheck iterator
  5. 2020-02-26 version 0.2.0 (generator/QtProtobuf)
  6. QtProtobuf
  7. * Rename generate_qtprotobuf to qtprotobuf_generate
  8. * Migrate to new types registration approach. All protobuf types including generated might be registred by calling 'QtProtobuf::qRegisterProtobufTypes()'
  9. * Add basic qmake build procedures support
  10. * Update well-known types registration. Migrate to common types registration
  11. * Add .deb package generation based on CPack
  12. * Add static build support
  13. * Migate to options-based parameters for qtprotobuf_generate
  14. * Migrate to whole-archive linking for generated code
  15. * Supress boringssl warning when compile for windows
  16. generator
  17. * Align cmake variable names to unified style
  18. * Add folder-based generation for multi and single file generators
  19. * Add code annotations generation
  20. * Fix headers for generated enums when QML enabled
  21. 2020-01-21 version 0.1.1 (generator/QtProtobuf/QtGrpc)
  22. QtProtobuf
  23. * Implement qml aliasing for transparent fields
  24. * Fix repeated field update signals
  25. * Add update signals for repeated fields when move semantics is used
  26. * Improve installation rules
  27. * Add handlers container protection for multithreading
  28. * Make return value of simple types getters constant
  29. generator
  30. * Fix warning of non-existing protoc includepath
  31. 2019-12-20 version 0.1.0 (generator/QtProtobuf/QtGrpc)
  32. QtProtobuf
  33. * Implement basic protobuf serialization and deserialization
  34. * Add possibility to extend serializers list using Qt plugins mechnism
  35. QtGrpc
  36. * Implement gRPC channels and clients
  37. * Implement scalable gRPC credentials
  38. generator
  39. * Generator for protobuf messages and gRPC clients