Releases: aristanetworks/cloudvision-python
Releases · aristanetworks/cloudvision-python
Release 1.21.1
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
Includes:
- Ability to set tags in log requests through ctx
- IP utilities for cvlib for studios
- Various API defintion updates
Release 1.20.0
Includes:
- Updating of all api clients and grpc connector to use protobuf 4 generated code from 3.X
Release 1.19.1
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
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
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
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
Includes:
- Helper methods for setting multiple studio inputs at once
Release 1.15.0
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
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