Skip to content

Releases: ni/grpc-labview

v1.0.0.7 Log CEIP and add support for reflection ListServices

29 Aug 12:43
b28390c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0.6...v1.0.0.7

Support for Oneof + Bug Fixes

10 Aug 18:28
e89f65f
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0.5...v1.0.0.6

Known Issues

  • Regenerating code for a proto file with oneof currently throws errors. The workaround is to delete the previously generated code before regenerating code through the gRPC tool. (This will be fixed soon.)

Version 1.0.0.5

05 Jun 13:34
b2f5ba0
Compare
Choose a tag to compare
Version 1.0.0.5 Pre-release
Pre-release

What's Changed

  • Fixed an error that was thrown upon regeneration of server code after adding a new message in the protofile. by @yash-ni in #250
  • [Crash Fix] Shutdown and drain completion queue when stopping server by @gaoruhao in #262

Full Changelog: v1.0.0.4...v1.0.0.5

Version v1.0.0.4

08 May 14:21
9d0036a
Compare
Choose a tag to compare
Version v1.0.0.4 Pre-release
Pre-release

bug fixes #230,#239, #249, #251.

What's Changed

  • Does not have reflection support present in v1.0.0.3.
  • fix hang problem with python subprocess run while running tests by @ni-sujain in #239
  • Occurence bug fix by @ni-sujain in #251
  • fix vipb depdency for 1.0.0.2 by @ni-sujain in #252
  • Return Unavailable status if not able to parse request by @ni-sujain in #254
  • fix NumericArrayResize to allocate correctly for UInt64Arrays in CopyUInt64ToCluster by @ni-sujain in #255
  • update buildspec version to 1.0.0.4 by @ni-sujain in #256

Full Changelog: v1.0.0.2...v1.0.0.4

Version v1.0.0.3

05 May 08:21
Compare
Choose a tag to compare
Version v1.0.0.3 Pre-release
Pre-release
  • reflection service support.

Version 1.0.0.2 Enum support

27 Apr 10:49
eeac02b
Compare
Choose a tag to compare
Pre-release

While installation it does not automatically upgrade dependent packages because of incorrect dependency on version 1.0.0.1, need to upgrade manually in VIPM

  • adding Enum support
  • making some VI's source only

What's Changed

New Contributors

Full Changelog: v1.0.0.1...v1.0.0.2

Version 1.0.0.1

02 Feb 08:58
ee5591b
Compare
Choose a tag to compare
Version 1.0.0.1 Pre-release
Pre-release

Bumping up the version to 1.0.0.1

Version 0.5.2.3

20 Dec 09:31
35caa88
Compare
Choose a tag to compare
Version 0.5.2.3 Pre-release
Pre-release
  • Fixed the client-side call cancellation VIs to pass out the call/context Id that was passed in (#211)

Version 0.5.2.2

07 Dec 10:08
f38da47
Compare
Choose a tag to compare
Version 0.5.2.2 Pre-release
Pre-release

Updated reentrancy of grpc Client Template VIs under Client Template.lvlib to be "Pre-allocated clone re-entrant"
image

Version 0.5.2.1

28 Nov 13:19
571486a
Compare
Choose a tag to compare
Version 0.5.2.1 Pre-release
Pre-release
  • Added support for canceling ongoing calls by passing in an explicit client context which you can call cancel on

Note
With this release, we had to change the connector pane pattern for one of the core VIs for a Unary call. This will break existing VIs generated for a Unary call, but it should be straightforward to fix this issue. You would need to right-click on the call to Client Unary Call.vim and select "Relink to SubVI" as shown in the image below.

image