Skip to content

Commit f896c8d

Browse files
committed
Releasing v24.8
1 parent 1e8929e commit f896c8d

31 files changed

+960
-241
lines changed

docs/changelog/2024/august.rst

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
August 2024
2+
==========
3+
4+
August 27 - Unicon v24.8
5+
------------------------
6+
7+
8+
9+
.. csv-table:: Module Versions
10+
:header: "Modules", "Versions"
11+
12+
``unicon.plugins``, v24.8
13+
``unicon``, v24.8
14+
15+
Install Instructions
16+
^^^^^^^^^^^^^^^^^^^^
17+
18+
.. code-block:: bash
19+
20+
bash$ pip install unicon.plugins
21+
bash$ pip install unicon
22+
23+
Upgrade Instructions
24+
^^^^^^^^^^^^^^^^^^^^
25+
26+
.. code-block:: bash
27+
28+
bash$ pip install --upgrade unicon.plugins
29+
bash$ pip install --upgrade unicon
30+
31+
Features and Bug Fixes:
32+
^^^^^^^^^^^^^^^^^^^^^^^
33+
34+
35+
36+
37+
Changelogs
38+
^^^^^^^^^^
39+
--------------------------------------------------------------------------------
40+
Fix
41+
--------------------------------------------------------------------------------
42+
43+
* unicon.bases
44+
* Added message argument to log_service_call
45+
46+
* unicon.statemachine
47+
* Modified Exception handling, propagate authentication failures
48+
49+
* unicon
50+
* topology
51+
* Fixed logic for proxy connection.
52+
* sshtunnel
53+
* Added -o EnableEscapeCommandline=yes to ssh-options.
54+
55+
* unicon.eal.backend
56+
* Modified telnet backend
57+
* improved option negotiation
58+
* Added informational RTT log message
59+
60+
61+
--------------------------------------------------------------------------------
62+
New
63+
--------------------------------------------------------------------------------
64+
65+
* unicon.adapter
66+
* Modified topology adapter to support enxr
67+
68+
* unicon.core.errors
69+
* Add new exception LearnTokenError
70+
71+
* unicon.bases
72+
* Update exception handling to raise LearnTokenError without closing connection
73+
74+
75+
--------------------------------------------------------------------------------
76+
New
77+
--------------------------------------------------------------------------------
78+
79+
* iosxe
80+
* Modified Rommon service
81+
* Allowing for a config-register parameter to the rommon service
82+
83+
84+
--------------------------------------------------------------------------------
85+
Fix
86+
--------------------------------------------------------------------------------
87+
88+
* unicon.plugins.generic
89+
* Modified password_handler
90+
* Have it check for tacacs_password first
91+
92+

docs/changelog/2024/september.rst

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
September 2024
2+
==========
3+
4+
September 24 - Unicon v24.8
5+
------------------------
6+
7+
8+
9+
.. csv-table:: Module Versions
10+
:header: "Modules", "Versions"
11+
12+
``unicon.plugins``, v24.8
13+
``unicon``, v24.8
14+
15+
Install Instructions
16+
^^^^^^^^^^^^^^^^^^^^
17+
18+
.. code-block:: bash
19+
20+
bash$ pip install unicon.plugins
21+
bash$ pip install unicon
22+
23+
Upgrade Instructions
24+
^^^^^^^^^^^^^^^^^^^^
25+
26+
.. code-block:: bash
27+
28+
bash$ pip install --upgrade unicon.plugins
29+
bash$ pip install --upgrade unicon
30+
31+
Features and Bug Fixes:
32+
^^^^^^^^^^^^^^^^^^^^^^^
33+
34+
35+
36+
37+
Changelogs
38+
^^^^^^^^^^
39+
--------------------------------------------------------------------------------
40+
Fix
41+
--------------------------------------------------------------------------------
42+
43+
* unicon.bases
44+
* Added message argument to log_service_call
45+
46+
* unicon.statemachine
47+
* Modified Exception handling, propagate authentication failures
48+
49+
* unicon
50+
* topology
51+
* Fixed logic for proxy connection.
52+
* sshtunnel
53+
* Added -o EnableEscapeCommandline=yes to ssh-options.
54+
55+
* unicon.eal.backend
56+
* Modified telnet backend
57+
* improved option negotiation
58+
* Added informational RTT log message
59+
60+
61+
--------------------------------------------------------------------------------
62+
New
63+
--------------------------------------------------------------------------------
64+
65+
* unicon.adapter
66+
* Modified topology adapter to support enxr
67+
68+
* unicon.core.errors
69+
* Add new exception LearnTokenError
70+
71+
* unicon.bases
72+
* Update exception handling to raise LearnTokenError without closing connection
73+
74+
75+
--------------------------------------------------------------------------------
76+
New
77+
--------------------------------------------------------------------------------
78+
79+
* iosxe
80+
* Modified Rommon service
81+
* Allowing for a config-register parameter to the rommon service
82+
83+
84+
--------------------------------------------------------------------------------
85+
Fix
86+
--------------------------------------------------------------------------------
87+
88+
* unicon.plugins.generic
89+
* Modified password_handler
90+
* Have it check for tacacs_password first
91+
92+

docs/changelog/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changelog
44
.. toctree::
55
:maxdepth: 2
66

7+
2024/september
8+
2024/august
79
2024/july
810
2024/june
911
2024/may
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
August 2024
2+
==========
3+
4+
August 27 - Unicon.Plugins v24.8
5+
------------------------
6+
7+
8+
9+
.. csv-table:: Module Versions
10+
:header: "Modules", "Versions"
11+
12+
``unicon.plugins``, v24.8
13+
``unicon``, v24.8
14+
15+
Install Instructions
16+
^^^^^^^^^^^^^^^^^^^^
17+
18+
.. code-block:: bash
19+
20+
bash$ pip install unicon.plugins
21+
bash$ pip install unicon
22+
23+
Upgrade Instructions
24+
^^^^^^^^^^^^^^^^^^^^
25+
26+
.. code-block:: bash
27+
28+
bash$ pip install --upgrade unicon.plugins
29+
bash$ pip install --upgrade unicon
30+
31+
Features and Bug Fixes:
32+
^^^^^^^^^^^^^^^^^^^^^^^
33+
34+
35+
36+
37+
Changelogs
38+
^^^^^^^^^^
39+
--------------------------------------------------------------------------------
40+
Add
41+
--------------------------------------------------------------------------------
42+
43+
* pid_tokens
44+
* add pid entry for ir1800 device
45+
46+
47+
--------------------------------------------------------------------------------
48+
Fix
49+
--------------------------------------------------------------------------------
50+
51+
* generic
52+
* Update execute() service log message to include device alias
53+
* Update unittests to handle authentication exceptions
54+
* Update unittests for token learning
55+
56+
* iosxr
57+
* Update more prompt handling to support (END) prompt
58+
59+
60+
--------------------------------------------------------------------------------
61+
New
62+
--------------------------------------------------------------------------------
63+
64+
* iosxr
65+
* New `monitor` service for IOS-XR with support for "monitor interface" command.
66+
67+
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
September 2024
2+
==========
3+
4+
September 24 - Unicon.Plugins v24.8
5+
------------------------
6+
7+
8+
9+
.. csv-table:: Module Versions
10+
:header: "Modules", "Versions"
11+
12+
``unicon.plugins``, v24.8
13+
``unicon``, v24.8
14+
15+
Install Instructions
16+
^^^^^^^^^^^^^^^^^^^^
17+
18+
.. code-block:: bash
19+
20+
bash$ pip install unicon.plugins
21+
bash$ pip install unicon
22+
23+
Upgrade Instructions
24+
^^^^^^^^^^^^^^^^^^^^
25+
26+
.. code-block:: bash
27+
28+
bash$ pip install --upgrade unicon.plugins
29+
bash$ pip install --upgrade unicon
30+
31+
Features and Bug Fixes:
32+
^^^^^^^^^^^^^^^^^^^^^^^
33+
34+
35+
36+
37+
Changelogs
38+
^^^^^^^^^^
39+
--------------------------------------------------------------------------------
40+
Add
41+
--------------------------------------------------------------------------------
42+
43+
* pid_tokens
44+
* add pid entry for ir1800 device
45+
46+
47+
--------------------------------------------------------------------------------
48+
Fix
49+
--------------------------------------------------------------------------------
50+
51+
* generic
52+
* Update execute() service log message to include device alias
53+
* Update unittests to handle authentication exceptions
54+
* Update unittests for token learning
55+
56+
* iosxr
57+
* Update more prompt handling to support (END) prompt
58+
59+
60+
--------------------------------------------------------------------------------
61+
New
62+
--------------------------------------------------------------------------------
63+
64+
* iosxr
65+
* New `monitor` service for IOS-XR with support for "monitor interface" command.
66+
67+

docs/changelog_plugins/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Plugins Changelog
44
.. toctree::
55
:maxdepth: 2
66

7+
2024/september
8+
2024/august
79
2024/july
810
2024/june
911
2024/may

0 commit comments

Comments
 (0)