Skip to content

Releases: ni/grpc-labview

Version v1.2.7.1

17 Oct 19:42
Compare
Choose a tag to compare
Version v1.2.7.1 Pre-release
Pre-release

What's Changed

  • Several bug fixes for serialization or nested/repeated messages by @jasonmreding in #387

Full Changelog: v1.2.6.1...v1.2.7.1

Version v1.2.6.1

09 Oct 17:28
Compare
Choose a tag to compare
Version v1.2.6.1 Pre-release
Pre-release

What's Changed

  • Avoid proxy issues for localhost only communication by @jasonmreding in #377
  • Fix LV code generation so that it honors source version of the project by @jasonmreding in #380
  • Fix gRPCid out when registering empty messages by @jasonmreding in #383
  • Add boolean array support to GetUnpackedField. by @ccaltagi in #389
  • Disabling EfficientMessageCopy feature until bugs can be fixed and further testing is performed by @jasonmreding in #391

New Contributors

Full Changelog: v1.2.5.1...v1.2.6.1

v1.2.5.1 - Fixed multiple server crash and implemented unpacking for varints in unknown fields

29 Jul 23:03
c3336ea
Compare
Choose a tag to compare

What's Changed

  • Update to only export LIBRARY_EXPORT symbols from the shared library for Linux by @yaqian256 in #362
  • Updated various github action's versions by @yash-ni in #367
  • Added support for unpacking varints in unknownfields. by @yash-ni in #369
  • Remove singleton behavior for Reflection Plugin Class to fix multiple server crash by @yash-ni in #370

New Contributors

Full Changelog: v1.2.4.1...v1.2.5.1

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.