NI gRPC Device Server 1.3
Updates since release 1.2:
- Added support for NI RFSA and NI RFSG.
Breaking changes:
Several source-breaking changes were made in this release. These will not break existing clients but may require minor source changes after re-running protoc. See linked PRs for more information.
- #401 - Make all attribute names singular.
- #396 - Use shared proto for NIComplex types.
- #408 - Add missing DAQmx AnalogStatesWithOutputType functions.
- #379 - Generate custom message types in proto file.
The following methods were removed from all grpc-device services:
- #403 - Remove LockSession and UnlockSession from all driver services.