@@ -14,15 +14,16 @@ Supported Catalystwan WAN Server Versions
14
14
- 20.15
15
15
- 20.16
16
16
17
+
17
18
Important Notice: Version Incompatibility
18
19
-----------------------------------------
19
20
20
- Cisco Catalyst WAN SDK Version 2.0 Incompatibility with Legacy Versions
21
- We are excited to announce the release of Cisco Catalyst WAN SDK version 2.0.
22
- This new version introduces a range of enhancements and features designed
23
- to improve performance and usability. However, it is important to note that version 2.0
21
+ We are excited to announce the release of Cisco Catalyst WAN SDK version 2.0.
22
+ This new version introduces a range of enhancements and features designed
23
+ to improve performance and usability. However, it is important to note that version 2.0
24
24
is not compatible with any previous legacy versions of the SDK.
25
25
26
+
26
27
Actions Recommended:
27
28
Backup: Ensure you have backups of your current projects before attempting to upgrade.
28
29
Review Documentation: Carefully review the updated documentation and release notes for guidance on migration and new features.
@@ -32,6 +33,15 @@ We appreciate your understanding and cooperation as we continue to enhance the C
32
33
33
34
Thank you for your continued support and feedback!
34
35
36
+
37
+ Not recommend to use in production environments.
38
+ ------------------------------------------------
39
+ Cisco Catalyst WAN SDK in its ` pre-alpha ` release phase. This marks a significant milestone
40
+ in empowering developers to unlock the full capabilities of Cisco's networking solutions.
41
+ Please note that, as a pre-alpha release, this version of the SDK is still in active development
42
+ and testing. It is provided "as is," with limited support offered on a best-effort basis.
43
+
44
+
35
45
Supported Python Versions
36
46
-------------------------
37
47
@@ -49,7 +59,7 @@ To install the SDK, run the following command:
49
59
pip install catalystwan==2.0.0a0
50
60
```
51
61
52
- To manually install the necessary Python packages in editable mode, you can use the ` pip install -e ` command.
62
+ To manually install the necessary Python packages in editable mode, you can use the ` pip install -e ` command.
53
63
54
64
``` bash
55
65
pip install -e ./packages/catalystwan-types \
@@ -80,7 +90,7 @@ with create_client(url=url, username=username, password=password) as client:
80
90
print (result)
81
91
```
82
92
83
- If you need to preform more complex operations that require models, they can utilize an alias: ` m ` .
93
+ If you need to preform more complex operations that require models, they can utilize an alias: ` m ` .
84
94
``` python
85
95
86
96
with create_client(... ) as client:
0 commit comments