generated from ni/github-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
ni/grpc-device#798 split the SessionUtilities interface into a separate .proto file, which broke source compatibility for Python clients.
The first release of ni.grpcdevice.v1.proto will use the old version of session.proto to avoid breaking compatibility with shipped verisons of nimi-python, nidaqmx-python, and measurement-plugin-python.
Here is the migration plan:
- Release ni.grpcdevice.v1.proto 1.x that is compatible with the current nimi-python, nidaqmx-python, and measurement-plugin-python.
- Update nimi-python, nidaqmx-python, and measurement-plugin-python to use ni.grpcdevice.v1.proto. This should not break clients.
- Later, release ni.grpcdevice.v1.proto 2.x with the session.proto updates. This will break clients who mix new/old nimi-python/nidaqmx-python/measurement-plugin-python
- If possible, use Obsoletes-Dist to indicate that it is incompatible with old versions of nidmm, nidcpower, etc.? However, I don't know if Poetry supports this either as a producer or consumer of packages.
Originally posted by @bkeryan in #72 (comment)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request