Open
Conversation
* Expose all operational data in sync call * Allow passing arbitrary PyATS parameters in run command * Configuration cleanup * Add missing attributes to join_existing_lab method * Fix type annotations for convergence wait time * Remove unnecessary trailing slashes Add support for starting index when connecting nodes (#126) SIMPLE-7357 - Advanced group permissions SIMPLE-7357 - Advanced group permissions update * Fix deprecated endpoints and remove missed trailing slashes SIMPLE-6003 - Improve node __repr__ readability * Switch all __repr__ to f-strings and shorten to useful info * Simplify node constructor for manual use Add params to connection function (#134) * Add ability to update multiple lab properties SIMPLE-7411 - Support tar file upload for Docker SIMPLE-7407 - Diagnostics in client (#138) SIMPLE-7496 - Deprecate get_diagnostics with no args (#139) * Remove unused group permissions * Rename modules to singular * Fix docstring indentation and content * Raise LabNotFound only on 404 Not Found SIMPLE-7569 - API changes for RBAC (#141) SIMPLE-7622 - Fix GET NodeDefinition API call (#145) SIMPLE-7461 - Consolidate exceptions (#144) SIMPLE-7433 - Show all running nodes in compute hosts sysadmin (#146) * Fix image definition download with YAML response * Workaround for previous CML releases SIMPLE-7745 - Allow .tar.gz image file extension (#147) SIMPLE-7783 - Use test_data_dir fixture, allow Path for image upload (#148) SIMPLE-6967 - Add pubkey for user create/update and testbed key_path setting (#151) SIMPLE-7758 - Add client type identifier (#149) * Fix CVE-2024-47081 SIMPLE-7993 - Deprecate original module names (#156) * Fix CVE-2025-50181, CVE-2025-50182 SIMPLE-8002 - Exclude unneeded files (#161) SIMPLE-8052 - Fix None fields (#162) SIMPLE-7778 - Update Poetry to version 2 (#163) * Update CML version to 2.10 * Rework mechanism to check incompatible versions SIMPLE-7926 - Fix PCL operational data storage (#157) SIMPLE-7927 - Fix system management controller property compute load * Fix invalid external connector references Fix PCL node configuration confusion with Main and default (#166) SIMPLE-8078 - PCL support for lab repositories (#165) Make client version check optional, rearrange attribute setting in init (#169) CMLDEV-95 - Remove deprecated structures (#170) CMLDEV-377 - Support for clearing discovered addresses (#167) CMLDEV-587 - Extend link conditioning parameters (#174) * Allow unsetting link conditioning properties CMLDEV-617 - Drop support for Python 3.9 (#175) * Add support for Python 3.14 CMLDEV-655 - Refactor opt-in to enum (#178) * Add telemetry support CMLDEV-12 - Add serial console switching for pyATS connections (#177) CMLDEV-376 - Fix pyATS relogin after node stop and start (#176) CMLDEV-23 - Clean pyATS loggers (#179) CMLDEV-531 - Implement lab_autostart support (#172) CMLDEV-537 - Implement node-staging feature (#173) CMLDEV-702 - Fix pyATS console switching (#184) * Default pyATS terminal server SSH options disable agents and identities * Improve disconnect detection and reconnect CMLDEV-575 - PCAP support (#186) CMLDEV-727 - JWT authentication (#182) CMLDEV-777 - Refactor configuration handling * Reduce complexity of _get_configuration * Move config methods to ClientConfig * Resolve pyATS inconsistencies CMLDEV-727 - Revert old authentication for previous CML releases (#189) CMLDEV-786 - Switch to using link ID as capture key (#188) * Remove the never-released capture key method CMLDEV-428 - Make pyATS configurable per node image definition (#190) CMLDEV-690 - Add pyATS enable password configurable per node Move deprecation warning for configuration via input (#191) CMLDEV-689 - Implement RADIUS auth (#192) CMLDEV-489 - Add timeout property to LDAP auth and fix password setter * Fix opt_in coercion for UserManagement payloads * Fix documentation and deprecation warning correctness * Update cryptography to fix vulnerabilities * Deprecate USER_LIST diagnostics CMLDEV-910 - Raise APIError when JWT is incorrect and credentials not provided (#194) Fix bugs and apply improvements across client library (#197) * Fix PyatsException inheritance and ControllerNotFound instantiation * Fix sync_states staleness handling and _import_link parameter order * Refactor Annotation validation, Version comparisons, and get_lab_list * Optimize Node.next_available_interface with direct slicing Store users locally to improve performance when querying labs/nodes (#199) * Consolidate duplicated annotation properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SIMPLE-7211 - Add node clone image API call
Add support for starting index when connecting nodes (#126)
SIMPLE-7357 - Advanced group permissions
SIMPLE-7357 - Advanced group permissions update
SIMPLE-6003 - Improve node repr readability
Add params to connection function (#134)
SIMPLE-7411 - Support tar file upload for Docker
SIMPLE-7407 - Diagnostics in client (#138)
SIMPLE-7496 - Deprecate get_diagnostics with no args (#139)
SIMPLE-7569 - API changes for RBAC (#141)
SIMPLE-7622 - Fix GET NodeDefinition API call (#145)
SIMPLE-7461 - Consolidate exceptions (#144)
SIMPLE-7433 - Show all running nodes in compute hosts sysadmin (#146)
SIMPLE-7745 - Allow .tar.gz image file extension (#147)
SIMPLE-7783 - Use test_data_dir fixture, allow Path for image upload (#148)
SIMPLE-6967 - Add pubkey for user create/update and testbed key_path setting (#151)
SIMPLE-7758 - Add client type identifier (#149)
SIMPLE-7993 - Deprecate original module names (#156)
SIMPLE-8002 - Exclude unneeded files (#161)
SIMPLE-8052 - Fix None fields (#162)
SIMPLE-7778 - Update Poetry to version 2 (#163)
SIMPLE-7926 - Fix PCL operational data storage (#157)
SIMPLE-7927 - Fix system management controller property compute load
Fix PCL node configuration confusion with Main and default (#166)
SIMPLE-8078 - PCL support for lab repositories (#165)
Make client version check optional, rearrange attribute setting in init (#169)
CMLDEV-95 - Remove deprecated structures (#170)
CMLDEV-377 - Support for clearing discovered addresses (#167)
CMLDEV-587 - Extend link conditioning parameters (#174)
CMLDEV-617 - Drop support for Python 3.9 (#175)
CMLDEV-655 - Refactor opt-in to enum (#178)
CMLDEV-12 - Add serial console switching for pyATS connections (#177)
CMLDEV-376 - Fix pyATS relogin after node stop and start (#176)
CMLDEV-23 - Clean pyATS loggers (#179)
CMLDEV-531 - Implement lab_autostart support (#172)
CMLDEV-537 - Implement node-staging feature (#173)
CMLDEV-702 - Fix pyATS console switching (#184)
CMLDEV-575 - PCAP support (#186)
CMLDEV-727 - JWT authentication (#182)
CMLDEV-777 - Refactor configuration handling
CMLDEV-727 - Revert old authentication for previous CML releases (#189)
CMLDEV-786 - Switch to using link ID as capture key (#188)
CMLDEV-428 - Make pyATS configurable per node image definition (#190)
CMLDEV-690 - Add pyATS enable password configurable per node
Move deprecation warning for configuration via input (#191)
CMLDEV-689 - Implement RADIUS auth (#192)
CMLDEV-489 - Add timeout property to LDAP auth and fix password setter
CMLDEV-910 - Raise APIError when JWT is incorrect and credentials not provided (#194)
Fix bugs and apply improvements across client library (#197)
Store users locally to improve performance when querying labs/nodes (#199)