Releases: ni/grpc-labview
Version 0.2.4
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
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
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
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
Initial version with a scripting tool that parsers a .proto file and gernerates LabVIEW Server stub.
Version 0.1.3
Fixes issue with streaming APIs returning only first streamed value.
Version 0.1.2
Bug fixes
Initial build
Initial pre-release build of the gRPC server support library for each platform with pre-built C++ example client.