Releases: arista-eosplus/pyeapi
Releases · arista-eosplus/pyeapi
Release 1.0.4
Release 1.0.2
- Provides a critical bug fix introduced by PR#220
- Fixed all system tests and provides some enhancements for unit tests
It's advised to upgrade to this release due to above critical fix.
Release 1.0.1 (interim release for EOS integration)
- This is an interim release for EOS integration purpose
- contains only minor improvements in the test subsystem and github workflow
Release 1.0.0
- This is a Python3 only release (Python2 is no longer supported)
- The minimum supported python version is 3.7
- Arista EOS 4.22 or later is required (for on-box use cases only)
- for further release details refer to Release Notes
Release 0.8.4
This release includes
- Fix deprecated 'collections' dependancy
- Power support(ppc64le) with continuous integration
Release 0.8.3
This release includes checks on ACL regexp statement of 'match', adopts changes of CLI described in Field Notice 0039
Release 0.8.2
This maintenance release includes some improved error handling and enables the use of eAPI command revisions in methods such as run_commands(), enable(), etc.
Unix socket connection and other bug fixes
- Fixes bug that breaks unix-socket connection.
- Allows commands sent as unicode to be used.
- Updated error messages for commands that timeout.
VRF API, Ethernet subinterfaces, extended ACLs and eAPI parameter support
- Adds VRF API
- Allows creation of Ethernet subinterfaces
- Allow usage of expandAliases and autoComplete parameters
- Adds extended ACL support
Add Cross-platform Support, OSPF API
- Adds better platform support (Windows)
- Adds enhancement to Node enable() method
- Add OSPF API