|
| 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 | + |
0 commit comments