Skip to content

Release 2.4.0

Compare
Choose a tag to compare
@rschmied rschmied released this 09 Jun 19:46
v2.4.0
93e7151

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 and get_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.