Skip to content

Releases: ni/grpc-labview

Version 0.2.4

26 May 19:50
9c23266
Compare
Choose a tag to compare
Version 0.2.4 Pre-release
Pre-release

Added a generic event that can be used to handle all gRPC method calls. this can be used for custom dispatching the RPC methods.
Fixed an issue where we did not generate the RPC methods correctly if two difference services had methods with the same name.

Version 0.2.3

12 Apr 22:27
Compare
Choose a tag to compare
Version 0.2.3 Pre-release
Pre-release

Changed the release to be a single .zip with support for all platforms (Win32, Win64, Linux, LinuxRT). This also makes the generated projects work on all platforms and simplifies RT deployments.

Version 0.2.2

10 Apr 02:52
Compare
Choose a tag to compare
Version 0.2.2 Pre-release
Pre-release

Fixed issue with calling block diagram cleanup during server code generation
Fixed issues when a message contained more than 16 fields

Version 0.2.1

04 Apr 18:23
Compare
Choose a tag to compare
Version 0.2.1 Pre-release
Pre-release

Minor bug fix to version 0.2.0, fix issue with RCP method names when the server is not declared in a package.

Version 0.2.0

04 Apr 17:11
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Initial version with a scripting tool that parsers a .proto file and gernerates LabVIEW Server stub.

Version 0.1.3

28 Jan 15:41
Compare
Choose a tag to compare
Version 0.1.3 Pre-release
Pre-release

Fixes issue with streaming APIs returning only first streamed value.

Version 0.1.2

13 Dec 21:53
Compare
Choose a tag to compare
Version 0.1.2 Pre-release
Pre-release

Bug fixes

Initial build

22 Nov 04:34
Compare
Choose a tag to compare
Initial build Pre-release
Pre-release

Initial pre-release build of the gRPC server support library for each platform with pre-built C++ example client.