Releases: ni/grpc-labview
Version 0.4.7.1
Reentrant VI fix to enable multiple servers to be started at once.
Version 0.4.7
Bug fix with unpacking double fields.
Version 0.4.6
"Updated"
Bug fixing
Improved gRPC error reporting in the clients. Added new error reporting API to enable services to report specific gRPC errors.
Version 0.4.5
New an improved server template which allows multiple servers to run together
Complete client support for all RPC types
Bug Fixes
Version 0.4.0
Switched to packages for install
You can now launch the code generator from the Tools Menu in LabVIEW
Initial client support for non streaming calls
More work on raw proto message serialization
Bug fixing
Switched to unlimited message sizes by default
Added Support for gRPC Generic Event in Server Template
VI Cleanup - Remove compiled code from all VIs
Version 0.3.3
low level client support for non streaming calls
Added support for the server to auto select a free port
cleanup of the names used in the generated server
Version 0.3.1
Bug fixes
Version 0.3
Fixed a hang when creating many servers on Windows.
Added support for bytes in messages.
Added support for the Any well know type.
Added support to pack and unpack protobuf messages directly to and from an byte array.
Version 0.2.6
Fixed issue with Int64, uInt64 data types.
Version 0.2.5
c90bb6f: BugFix with generating LV VIs for RPC Methods and Methods Registration