Skip to content

Releases: CiscoDevNet/virl2-client

2.2.1-update1 Release

19 May 05:51
30b4cae
Compare
Choose a tag to compare

"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

17 May 12:11
Compare
Choose a tag to compare
  • added logout method to log-out / de-authorize the current session
  • added GroupManagement, UserManagement and SystemManagement classes
  • added set_product_license method to the licensing class
  • fixed various typos

Final 2.1.0 Release

04 Nov 14:47
Compare
Choose a tag to compare

minor changes from the RC release... basically around lab owner handling.

Release Candidate for the 2.1.0 release of the VIRL Client Library.

21 Sep 10:13
Compare
Choose a tag to compare

Changes since 2.0.0

  • added additional examples (licensing, link conditioning)
  • default username and password have been changed from virl2 to cml2 and cml2cml2, 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