v0.5.0¶
2016-02-16
New APIs¶
- NTP module (72) [grybak-arista]
Add NTP functionality.
Enhancements¶
- Issue #18 performance fixes (74) [cheynearista]
Rework underlying HTTP transport to improve receive performance.
- Redmine issue 648 (73) [grybak-arista]
Fix some instances where an empty string as negation would not properly negate the option/command.
- Fix for redmine issues 234 and 268 (68) [grybak-arista]
Reworked some system tests for robustness get_block accepts a config string as well as the default ‘running_config’
- fix #7 and fix #37 (67) [grybak-arista]
Certain command errors will return more detailed information. The connect() method can optionally return a node object.
- Add disable key to existing modules for negation of properties (65) [grybak-arista]
Modules now take disable=<True/False> to negate the command, rather than overloading value.
- Add key error checking to set_tracks (63) [grybak-arista]
Fixed¶
- Failure when eapi.conf is not formatted correctly (38)
Adds more robust error handling when parsing eapi.conf files. Also, if an error is found it will syslog the error and continue parsing any other eapi.conf files.