-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from arista-eosplus/release-0.4.0
Release 0.4.0
- Loading branch information
Showing
68 changed files
with
6,853 additions
and
720 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,7 @@ coverage.xml | |
|
||
# Sphinx documentation | ||
docs/_build/ | ||
docs/*_modules/ | ||
|
||
# PyBuilder | ||
target/ | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,7 @@ | ||
Python Client for eAPI | ||
====================== | ||
|
||
## v0.3.2, 7/16/2015 | ||
Full [release notes] [rns] hosted at readthedocs | ||
|
||
- fixes a problem with parsing the hostname value in the system module | ||
|
||
## v0.3.1, 6/14/2015 | ||
|
||
- make pyeapi compatible under Python 3.4 with all unit tests passing ok | ||
- added socket_error property to connection to capture socket errors | ||
- adds function to create per vlan vtep flood lists | ||
|
||
## v0.3.0, 5/4/2015 | ||
|
||
- fixes an issue with configuring stp portfast edge correctly | ||
- fixes #13 | ||
- fixes #11 | ||
- added initial support for system api module | ||
- added initial support for acl api module (standard) | ||
- added initial api support for mlag configuration | ||
- added tag feature to eapi.conf | ||
|
||
## v0.2.4, 4/30/2015 | ||
|
||
- adds required docs/description.rst for setup.py | ||
|
||
## v0.2.3, 4/29/2015 | ||
|
||
- fixes issue with importing syslog module on Windows | ||
|
||
## v0.2.2, 04/15/2015 | ||
|
||
- fixes an issue with eAPI error messages that do not return a data key | ||
|
||
## v0.2.1, 03/28/2015 | ||
|
||
- restores default certificate validation behavior for py2.7.9 | ||
|
||
## v0.2.0, 3/19/2015 | ||
|
||
- adds udp_port, vlans and flood_list attributes to vxlan interfaces | ||
- renames spanningtree api module to stp for consistency | ||
- depreciated spanningtree api module in favor of stp | ||
- interfaces module now properly responds to hasattr calls | ||
- fixes an issue with collecting the vxlan global flood list from the config | ||
- fixes an issue with properly parsing portchannel configurations | ||
- adds portfast_type attribute to stp interfaces resource | ||
|
||
## v0.1.1, 2/17/2015 | ||
|
||
- adds introspection properties to CommandError for more details (#4) | ||
- changed the default transport from HTTP to HTTPS to align with EOS | ||
- updates the message returned if the connection profile name is not found | ||
- fixes connection name not copied to host parameter if host not configured | ||
- fixes an issue where an ipinterface wasnt properly recognized | ||
- fixes an issue where a switchport interface was propertly recognized | ||
|
||
## v0.1.0, 1/23/2015 | ||
|
||
- initial public release of pyeapi | ||
- initial support for vlans | ||
- initial support for interfaces | ||
- initial support for spanningtree | ||
- initial support for switchports | ||
- initial support for ipinterfaces | ||
[rns]: http://pyeapi.readthedocs.org/en/master/release-notes.html |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.3.3 | ||
0.4.0 |
This file contains 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
This file contains 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
Oops, something went wrong.