Releases: yamcs/python-yamcs-client
Releases · yamcs/python-yamcs-client
yamcs-client 1.5.2
- Fix an issue with setting extra attributes on a command
- Added operations for Yamcs CFDP API
yamcs-client 1.5.1
- Fix issue with sequence generation of commands
yamcs-client 1.5.0
- Update to Yamcs 5.0.0
- Link operations are now grouped in a LinkClient
- SQL results can be iterated
- Python 2.7 support is now removed. Use 3.5 or higher
yamcs-client 1.4.6
- Fix auth issue when the first call uses the websocket api (#6)
- In
issue_command, TC arguments of typeBINARYmay now also be specified using values of typebytes(py3) orbytearray(py2 + py3). Previously only hexlified strings were accepted. - Some imports were updated to match latest Yamcs API.
yamcs-client 1.4.5
- Fix processor subscription of top-level parameters of type aggregate and array
- Provide MDB-level access to array/aggregate type structure of parameters