You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+75Lines changed: 75 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,80 @@
4
4
- Summary:
5
5
- Insert something here
6
6
7
+
## Version: 0.8.29
8
+
9
+
- Released: 2025-07-19
10
+
- Summary:
11
+
- Migrate documentation from reStructuredText to markdown (myST flavor)
12
+
- Warn users of `CiscoPassword()` class against usage which will soon be deprecated
13
+
14
+
## Version: 0.8.28
15
+
16
+
- Released: 2025-07-12
17
+
- Summary:
18
+
- Use a better random number generator to create the salt for Cisco Type 8 passwords (Type 9 scrypt passwords already use a better random number generator)
19
+
20
+
## Version: 0.8.27
21
+
22
+
- Released: 2025-07-12
23
+
- Summary:
24
+
- Another attempt to silence SonarQube warnings about scrypt() r being too low. It seems that Cisco IOS requires r=1
25
+
26
+
## Version: 0.8.26
27
+
28
+
- Released: 2025-07-12
29
+
- Summary:
30
+
- Silence SonarQube warnings about scrypt() r being too low. It seems that Cisco IOS requires r=1
31
+
32
+
## Version: 0.8.25
33
+
34
+
- Released: 2025-07-12
35
+
- Summary:
36
+
- Add MacOS back into the test matrix
37
+
38
+
## Version: 0.8.24
39
+
40
+
- Released: 2025-07-12
41
+
- Summary:
42
+
- Remove scrypt and cryptography imports
43
+
44
+
## Version: 0.8.23
45
+
46
+
- Released: 2025-07-12
47
+
- Summary:
48
+
- Replace https://pypi.org/project/scrypt/ with `hashlib.scrypt()`
49
+
50
+
## Version: 0.8.22
51
+
52
+
- Released: 2025-07-04
53
+
- Summary:
54
+
- attempting to retire use of passlib==1.7.4, which is now unmaintained. [`libpass`][2] will be used instead...
55
+
56
+
## Version: 0.8.21
57
+
58
+
- Released: 2025-07-04
59
+
- Summary:
60
+
- Add hypothesis `IPv4Obj()` and `IPv6Obj()` tests
61
+
- Remove unused sshd mock
62
+
- Remove tomlkit and tox as dev dependencies
63
+
- Update typeguard to the latest version
64
+
- Remove `requirements/` directory
65
+
66
+
## Version: 0.8.20
67
+
68
+
- Released: 2025-05-17
69
+
- Summary:
70
+
- Add initial context-manager support to `CiscoConfParse()`
71
+
- Add initial context-manager support to `ConfigList()`
72
+
- Remove support for the `ConfigList().CiscoConfParse` attribute
73
+
- Implement `traitlets` on non-container objects instead of typeguard
74
+
75
+
## Version: 0.8.19
76
+
77
+
- Released: 2025-05-17
78
+
- Summary:
79
+
- Make dev dependencies explicit
80
+
7
81
## Version: 0.8.18
8
82
9
83
- Released: 2025-05-17
@@ -840,3 +914,4 @@
840
914
- Start new project as `ciscoconfparse2` from the original `ciscoconfparse` version 1.9.51
0 commit comments