Skip to content

Releases: aristanetworks/cloudvision-python

Release 1.21.1

14 Aug 09:00
Compare
Choose a tag to compare

Includes:

  • A fix for studio input getter for situation where studio inputs are greater than the grpc message limits. previously, no results would be returned in those scenarios

Release 1.21.0

07 Aug 14:28
Compare
Choose a tag to compare

Includes:

  • Ability to set tags in log requests through ctx
  • IP utilities for cvlib for studios
  • Various API defintion updates

Release 1.20.0

26 Apr 09:59
Compare
Choose a tag to compare

Includes:

  • Updating of all api clients and grpc connector to use protobuf 4 generated code from 3.X

Release 1.19.1

16 Apr 11:33
Compare
Choose a tag to compare

Includes:

  • Fixes to allow for logging failures to be more easily ignored
  • Fixes to tag pulling to reflect workspace state more accurately
  • Dropping python 2 support
  • Converts to using toml files
  • Some updates to rAPI clients

Release 1.19.0

25 Mar 18:12
Compare
Choose a tag to compare

Includes:

  • Upgrades to a number of dependencies to address new vulnerabilities in them
  • Updates to several rAPI clients
  • New exception for logging failures in CV scripts

Release 1.18.0

29 Feb 11:21
Compare
Choose a tag to compare

Includes:

  • Numerous updates for various resource api clients.
  • The addition of an ID allocator in cvlib for assigning IDs to various objects such as splines, leafs, etc.

Release 1.17.0

23 Jan 09:34
Compare
Choose a tag to compare

Includes:

  • Release of the connectivitymonitor.1 and serviceaccount.v1 rAPI client definitions.
  • The ability for studios to set custom data for communication between studios in a workspace build.
  • Addition of tags helper methods using setSome.
  • Some additional checks when setting inputs through the studios APIs to ensure the value is serializable.

Release 1.16.0

04 Jan 12:17
Compare
Choose a tag to compare

Includes:

  • Helper methods for setting multiple studio inputs at once

Release 1.15.0

14 Dec 18:18
Compare
Choose a tag to compare

Includes:

  • Interface tag fetching support
  • A number of fixes for workspace getters and studio input handling, allowing for the processing of larger inputs

Release 1.14.2

14 Nov 11:11
Compare
Choose a tag to compare

This release includes:

  • A number of updated stubs for various resource apis
  • A fix for an issue in cvlib where a race condition is present if python threading is in use
  • Removal of some longstanding test compatibility code