Release 2.4.0
This is the VIRL (CML) Client Library for the CML release 2.4.0. It is functionally equivalent to the bundled version, there are a few minor changes to accommodate the GitHub CI.
What's changed
- update all the dependencies as of June 2022
- removal of the integration tests as they can't be used on GitHub anyway
- changes to licensing SSMS URLs
- when connecting to nodes in a topology with PyATS to e.g. retrieve the configuration the extraction would fail if the expected hostname is different from the actual hostname. This is fixed
- changes to adapt to the changes of the 2.4 API
Known issues
get_link_by_nodes
andget_link_by_interfaces
are broken -- will be addressed in a subsequent release
Note
Due to changes on the controller (everything is now kept in a database, IDs are all UUIDs created at database insertion time), elements can not be created locally anymore. E.g. offline operation of the client library has been deprecated.