Skip to content

Releases: ni/grpc-labview

Version v1.2.4.1

10 May 11:40
22643bb
Compare
Choose a tag to compare
Version v1.2.4.1 Pre-release
Pre-release

What's Changed

  • added a _cancelled flag for the client call to track if the call was cancelled by @ni-sujain in #360

Full Changelog: v1.2.3.1...v1.2.4.1

v1.2.3.1

19 Apr 06:54
4f783cb
Compare
Choose a tag to compare
v1.2.3.1 Pre-release
Pre-release

What's Changed

  • Made 'Wait On Occurrence Wrapper.vi' reentrant and enabled separate compiled code by @yash-ni in #355

Full Changelog: v1.2.2.1...v1.2.3.1

Version 1.2.2.1

13 Mar 11:15
3f9e5f2
Compare
Choose a tag to compare
Version 1.2.2.1 Pre-release
Pre-release

What's Changed

  • Update sync_issues_to_azdo.yml to match AzDO area path update by @xhuff in #350
  • Add vipm.io badges to Update README.md by @jimkring in #347
  • fixing crashes related to Repeated NestedMessage Parsing and bugs in PackToAny API by @ni-sujain in #352
  • bump build spec version to 1.2.2.1 by @ni-sujain in #353

New Contributors

Full Changelog: v1.2.1.1...v1.2.2.1

v1.2.1.1 - Fixed client side hangs and added feature toggle option for occurrence

06 Mar 04:41
9b486f5
Compare
Choose a tag to compare

What's Changed

  • Improved cmake tests configuration by @yash-ni in #348
  • Fixed gRPC Client Hang issue by @yash-ni in #349
  • Added feature toggle for wait on occurrence in client API's

Full Changelog: v1.2.0.1...v1.2.1.1

v1.2.0.1 : CEIP + Client performance improvements + other minor improvements

25 Jan 06:51
0020685
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1.1...v1.2.0.1

v1.0.1.1 - Add support for getting enum metadata from cluster

20 Sep 11:58
57fed4c
Compare
Choose a tag to compare

What's Changed

  • Added Streaming Tests to Testing Suite by @yash-ni in #303
  • Included 'MessageConverterProxy.vim' for deletion after server generation by @yash-ni in #310
  • Added enum and oneof streaming tests by @yash-ni in #306
  • Add support for getting enum metadata from cluster by @pbirkhol-ni in #309

New Contributors

Full Changelog: v1.0.0.7...v1.0.1.1

v1.0.0.5 + bug fix for debug console logs

11 Sep 11:13
Compare
Choose a tag to compare

Stellantis Direct Injection Project has a custom orchestration tool has a functionality to be called from CMD. With the new offering version the gRPC APIs are printing error every time when those are called in the code. This issue wasn't in the previous version of the gRPC llb.

This release provides a fix for this issue. Note that this change has already been submitted to the master branch and should be available on releases v1.0.0.6 and above. But the customer needs the bugfix specifically for v1.0.0.5 since they are not able to upgrade to the latest release.

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