Skip to content

Releases: ni/grpc-labview

Version 0.4.7.1

06 Sep 13:13
a5d1d5f
Compare
Choose a tag to compare
Version 0.4.7.1 Pre-release
Pre-release

Reentrant VI fix to enable multiple servers to be started at once.

Version 0.4.7

27 Jan 20:17
Compare
Choose a tag to compare
Version 0.4.7 Pre-release
Pre-release

Bug fix with unpacking double fields.

Version 0.4.6

19 Jan 20:44
Compare
Choose a tag to compare
Version 0.4.6 Pre-release
Pre-release

"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

18 Dec 14:38
Compare
Choose a tag to compare
Version 0.4.5 Pre-release
Pre-release

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

10 Nov 02:00
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

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

24 Oct 15:44
Compare
Choose a tag to compare
Version 0.3.3 Pre-release
Pre-release

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

12 Oct 18:39
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release

Bug fixes

Version 0.3

06 Oct 16:31
Compare
Choose a tag to compare
Version 0.3 Pre-release
Pre-release

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

21 Jun 19:07
Compare
Choose a tag to compare
Version 0.2.6 Pre-release
Pre-release

Fixed issue with Int64, uInt64 data types.

Version 0.2.5

10 Jun 20:16
c90bb6f
Compare
Choose a tag to compare
Version 0.2.5 Pre-release
Pre-release

c90bb6f: BugFix with generating LV VIs for RPC Methods and Methods Registration