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: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
12
12
13
13
### Changed
14
14
- Refactored models: Use `keep_lines` and `reject_lines` in aosw, arubainstant, asa, efos, firelinuxos, fsos, ironware, mlnxos and perle to (@robertcheramy)
15
+
- Refactor SSH and SCP into a common class SSHBase. Fixes #3597 (@robertcheramy)
16
+
- SSH#disconnect directly calls @ssh.close, as #close waits for the channels to be closed anyway. This might have side effects, please open an issue if you observe a regression. (@robertcheramy)
15
17
- Modified models to support store mode on significant changes: ios, fortios, perle (@robertcheramy)
0 commit comments