Skip to content

Releases: ni/grpc-labview

Version 0.5.1.4

11 Nov 05:20
8ea7118
Compare
Choose a tag to compare
Version 0.5.1.4 Pre-release
Pre-release
  • Fixes for a potential hang in SetReponseData() and a crash in CompleteClientUnaryCall() (#180 )
  • Fixed the server error code for calls cancelled by the client (#173 )
  • Fixed the error cluster format for error arising out of grpc-labview (#183 )

Version 0.5.1.3

02 Nov 02:31
67e2269
Compare
Choose a tag to compare
Version 0.5.1.3 Pre-release
Pre-release
  • Fix for crash when the server doesn't implement the client method (#176 )
  • Added support to specify a "Prototype library" which will be used as the prototype for the scripted library.
    We currently only get the icon from the prototype library and apply it to the library and all scripted VIs.
  • Changes to set unlimited max message size for client channels

Version 0.5.1.2

25 Oct 03:15
35fe50a
Compare
Choose a tag to compare
Version 0.5.1.2 Pre-release
Pre-release
  • 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
590b31f
Compare
Choose a tag to compare
Version 0.5.0.2 Pre-release
Pre-release
  • Bug fix for crash when submitting multiple simultaneous calls to the same client (Issue #161)

Version 0.5.0.1

16 Sep 10:23
b7418fb
Compare
Choose a tag to compare
Version 0.5.0.1 Pre-release
Pre-release
  • 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
44e2b0a
Compare
Choose a tag to compare
Version 0.4.9.1 Pre-release
Pre-release
  • 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
de6d457
Compare
Choose a tag to compare
Version 0.4.8.4 Pre-release
Pre-release
  • 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
68c66fe
Compare
Choose a tag to compare
Version 0.4.8.3 Pre-release
Pre-release
  • 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
52b7fba
Compare
Choose a tag to compare
Version 0.4.8.2 Pre-release
Pre-release
  • 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
7e21426
Compare
Choose a tag to compare
Version 0.4.8.1 Pre-release
Pre-release
  • added support for client side timeouts
  • fixes to shutdown gRPC connections on abort
  • fixes to broken LabVIEW src.