Skip to content

v2.0a14

Choose a tag to compare

@KarthikSKumar98 KarthikSKumar98 released this 26 Feb 23:00
8c40d73

This release improves profile retrieval reliability, refines the show commands interface to support increased input handling, and extends client management functionality with new helper utilities and dependency updates.

Improvements

  • Updated get_profile docstring and added handling for invalid URL responses to improve robustness during profile lookups.
  • Updated show command methods across Troubleshooting & Device classes to reflect API changes. Related functions now accept either a string or a list of strings representing the set of show commands to be run on the devices.
  • Updated dependencies: requests==2.32.5, PyYAML==6.0.3, protobuf==6.33.5 to ensure compatibility and stability.
  • Added get_client_details method to fetch client-specific details.
  • Added _validate_mac_address helper method to support input validation for MAC address fields.