Releases: CiscoDevNet/virl2-client
Releases · CiscoDevNet/virl2-client
2.2.1-update1 Release
"Final" is too much of a word -- it's absolute. Especially when you realize that final in this case wasn't really final. Due to the nature of a "split brain", where we have the client as part of a private repository and this repository, things did not work out as planned and a few files and updates have missed the boat ride from "private" to "public".
While at it, we added some GitHub workflow to run the included (and now working) tests when doing PRs and merges to master. In more detail:
- added missing dependency
requests_toolbelt
which solved #10 - added test configuration files to allow running the non-integration tests
- while at it, also added GitHub workflow configuration to run those tests for the supported Python versions 3.5 - 3.9.
This should now be complete and consistent. And the next release will be a regular one :-)
Final 2.2.1 Release
- added
logout
method to log-out / de-authorize the current session - added
GroupManagement
,UserManagement
andSystemManagement
classes - added
set_product_license
method to thelicensing
class - fixed various typos
Final 2.1.0 Release
minor changes from the RC release... basically around lab owner handling.
Release Candidate for the 2.1.0 release of the VIRL Client Library.
Changes since 2.0.0
- added additional examples (licensing, link conditioning)
- default username and password have been changed from
virl2
tocml2
andcml2cml2
, respectively - entire code base is using Black for formatting
- link conditioning API added to library
- node CPU limiting added to library
- licensing added to library
- controller version checking done when connecting