1Release 0.8.2
2-------------
3
42018-02-09
5
6New Modules
7^^^^^^^^^^^
8
9
10Enhancements
11^^^^^^^^^^^^
12
13* Support eapi command revision syntax (`158 <https://github.com/arista-eosplus/pyeapi/pull/158>`_) [`jerearista <https://github.com/jerearista>`_]
14    Support requests for specific revisions of EOS command output
15
16  .. code-block:: python
17
18    >>> node.enable({'cmd': 'show cvx', 'revision': 2})
19    [{'command': {'cmd': 'show cvx', 'revision': 2},
20      'encoding': 'json',
21      'result': {u'clusterMode': False,
22                 u'controllerUUID': u'',
23                 u'enabled': False,
24                 u'heartbeatInterval': 20.0,
25                 u'heartbeatTimeout': 60.0}}]
26
27* Add clearer error message for bad user credentials. (`152 <https://github.com/arista-eosplus/pyeapi/pull/152>`_) [`mharista <https://github.com/mharista>`_]
28    .. comment
29* Reformat EapiConnection send methods exception handling. (`148 <https://github.com/arista-eosplus/pyeapi/pull/148>`_) [`mharista <https://github.com/mharista>`_]
30    .. comment
31
32Fixed
33^^^^^
34
35* Fix route map getall function to find route maps with a hyphen in the name. (`154 <https://github.com/arista-eosplus/pyeapi/pull/154>`_) [`mharista <https://github.com/mharista>`_]
36    .. comment
37
38Known Caveats
39^^^^^^^^^^^^^
40
41
42