Browse Source

Version 0.1.0

Alexey Edelev 5 years ago
parent
commit
6742f1167b
1 changed files with 10 additions and 0 deletions
  1. 10 0
      CHANGES.txt

+ 10 - 0
CHANGES.txt

@@ -0,0 +1,10 @@
+2019-12-20 version 0.1.0 (generator/QtProtobuf/QtGrpc)
+
+    QtProtobuf
+    * Implement basic protobuf serialization and deserialization
+    * Add possibility to extend serializers list using Qt plugins mechnism
+    QtGrpc
+    * Implement gRPC channels and clients
+    * Implement scalable gRPC credentials
+    generator
+    * Generator for protobuf messages and gRPC clients