Skip to content

Releases: ni/grpc-labview

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.

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.