Taskautom

Latest version: v8.3.0

Safety actively analyzes 723144 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 10

7.10.1

- New option `cmdVerify` with default `yes`.
- This is enabled by default and should be used, especially, whenever dealing with config-like commands. See [here](https://github.com/ktbyers/netmiko/issues/2429)

7.10.0

- Inside `fncWriteToConnection(self, inText, connInfo)` distinguish between `show` and `config` commands so as to use `send_command()` or `send_config_set()` respetively.
- This will help in the future to obatin show output data as JSON format.
- New parameter `pluginType`, either `show` or `config` according Netmiko's [documentation](https://ktbyers.github.io/netmiko/docs/netmiko/#netmiko.BaseConnection.send_command)
- Default set to `config`.
- New parameter `max_loops`: in conjuntion with `delay_factor` and `pluginType` helps in obtaining long output data.
- Default set to `5000`.
- `timeOut = max_loops * 0.2 * delay_factor`. See [this](https://github.com/ktbyers/netmiko/blob/develop/netmiko/utilities.py#L628) for explanation.
- Using `connInfo` as input paramter for all the internal methods of the connect class.
- Inside `routerLoginSsh()` using `fast_cli=False` inside the connection handler.
- Change of default cient type to `ssh`.

7.9.6

logData

- time was being reported as string; now as float.

7.9.5

logData

- Better handling of logData.
- Better support for vendors other than Nokia (nokia_sros)

7.9

Inventory File

- Posibility of implementing per router connection parameters.
- If inventory file is being used, default connection values overridden by those in the inventory file.
- If a router exists in data CSV, but not in the inventory file, default values are used.

7.8

Implement strict Order

Added

- Implement the StrictOrder possibility, following the order of lines inside the CSV;
- Implement the HaltOnError possibility, only available if StrictOrder enabled. If result is neither `SendSuccess` nor `ReadTimeout`, then halts.
- Function `renderCliLine`.
- Use of `dictParam` as dictionary to pass parameters over functions

Page 9 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.