Releases: ni/grpc-labview
Releases · ni/grpc-labview
Version 0.5.1.2
25 Oct 03:15
Compare
Sorry, something went wrong.
No results found
Adds support for include paths for imported .proto files
Generated Client API naming improvements (#172 )
Fix for dll location when built into a PPL (#75 )
Statically link MSVC for grpc-labview (#159 )
Fixes issue with the incorrect location of grpc-labview binaries reported in release 0.5.0.2 (#168 )
Version 0.5.0.2
06 Oct 05:41
Compare
Sorry, something went wrong.
No results found
Bug fix for crash when submitting multiple simultaneous calls to the same client (Issue #161 )
Version 0.5.0.1
16 Sep 10:23
Compare
Sorry, something went wrong.
No results found
Support for the following types in gRPC
sint32, sint64,fixed32, fixed64, sfixed32 and sfixed64
Fix for crashes when we close gRPC VIs which may cause the LV gRPC Dll to unload (Issue #140 )
Fix for a crash when we try to read from a closed streaming call on the client side
Fix for an occasional hang in RequestStreaming RouteGuide example
Added an option to either Finish or Cancel the call when we complete a streaming call
Fixed the order in which errors are handled in Stop Server.vi (Issue #110 )
Version 0.4.9.1
05 Sep 13:44
Compare
Sorry, something went wrong.
No results found
Fix for a memory leak on running the gRPC LV client in a tight loop (#124 )
Fix for crashes when passing stale handles to the grpc-labview layer (#120 )
Fix for errors on running server generated with proto file containing "Empty" messages (#129 )
Version 0.4.8.4
30 Aug 08:12
Compare
Sorry, something went wrong.
No results found
Fix for issues with byte alignment on 64 bit version of grpc-labview (#119 )
Fix for issue with Wait On Occurence.vi (#126 )
Version 0.4.8.3
23 Aug 11:35
Compare
Sorry, something went wrong.
No results found
Fix for error generating LV code from proto file #113
Fix for crash running grpc-labview on Linux RT #115
Version 0.4.8.2
10 Aug 12:18
Compare
Sorry, something went wrong.
No results found
Fixed re-entrancy in VIs under gRPC LV Support which fixes issues with hangs when multiple gRPC calls are made in parallel
Fixed a couple of typo issues (#95 and #89 )
Version 0.4.8.1
02 Aug 11:21
Compare
Sorry, something went wrong.
No results found
added support for client side timeouts
fixes to shutdown gRPC connections on abort
fixes to broken LabVIEW src.
Version 0.4.7.1
06 Sep 13:13
Compare
Sorry, something went wrong.
No results found
Reentrant VI fix to enable multiple servers to be started at once.
Version 0.4.7
27 Jan 20:17
Compare
Sorry, something went wrong.
No results found
Bug fix with unpacking double fields.