-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #275 from nokia/release_v1.5.1
New release v1.5.1
- Loading branch information
Showing
4 changed files
with
35 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,86 @@ | ||
## moler 1.5.1 | ||
|
||
### Fixed | ||
* SSH regex for fingerptint prompt | ||
|
||
## moler 1.5.0 | ||
|
||
### Added | ||
* Termianl binary debug | ||
* Termianl binary debug | ||
|
||
### Improved | ||
* CI pipeline | ||
* ls command | ||
* CI pipeline | ||
* ls command | ||
|
||
### Changed | ||
* Redefined timeout for telnet and ssh | ||
* RegexHelper checks if parameter is not None | ||
* Redefined timeout for telnet and ssh | ||
* RegexHelper checks if parameter is not None | ||
|
||
|
||
## moler 1.4.0 | ||
|
||
### Changed | ||
* connection name returned by iperf2 uses "port@host" format to not confuse on IPv6 (fd00::1:0:5901 -> 5901@fd00::1:0) | ||
* connection name returned by iperf2 uses "port@host" format to not confuse on IPv6 (fd00::1:0:5901 -> 5901@fd00::1:0) | ||
|
||
### Deprecated | ||
* `config_type` parameter of `load_config()` is not needed, configuration type is autodetected | ||
* `config_type` parameter of `load_config()` is not needed, configuration type is autodetected | ||
|
||
|
||
## moler 1.3.1 | ||
|
||
### Added | ||
* possibility to enable/disable logging each occurrence of event | ||
* backward compatibility for load_device_from_config() | ||
* possibility to enable/disable logging each occurrence of event | ||
* backward compatibility for load_device_from_config() | ||
|
||
### Fixed | ||
* device closing (dev.remove() method) fails if device was already closed | ||
* device closing (dev.remove() method) fails if device was already closed | ||
|
||
|
||
## moler 1.3.0 | ||
|
||
### Added | ||
* force Unix device to return into local shell when device is closing (that would close ssh if was open) | ||
* allow adding devices after initial load of configuration | ||
* new UNIX command handled by moler: **devmem** | ||
* iperf command refactored into iperf2 command | ||
* force Unix device to return into local shell when device is closing (that would close ssh if was open) | ||
* allow adding devices after initial load of configuration | ||
* new UNIX command handled by moler: **devmem** | ||
* iperf command refactored into iperf2 command | ||
|
||
### Fixed | ||
* wrong iperf bandwidth calculation when bandwidth displayed in Kbits/sec, Mbits/sec, Gbits/sec | ||
* first moler prompt to catch | ||
* removal of new line characters on some connections | ||
* wrong iperf bandwidth calculation when bandwidth displayed in Kbits/sec, Mbits/sec, Gbits/sec | ||
* first moler prompt to catch | ||
* removal of new line characters on some connections | ||
|
||
### Deprecated | ||
* stop using Iperf command from moler.cmd.unix.iperf; use Iperf2 from moler.cmd.unix.iperf2 instead | ||
* stop using Iperf command from moler.cmd.unix.iperf; use Iperf2 from moler.cmd.unix.iperf2 instead | ||
|
||
|
||
## moler v1.2.0 | ||
|
||
### Added | ||
* Possibility to forget device | ||
* Change number of retry whe terminal not operable yet | ||
* Possibility to forget device | ||
* Change number of retry whe terminal not operable yet | ||
|
||
### Fixed | ||
* fix calculating timeout of sudo command | ||
* fix calculating timeout of sudo command | ||
|
||
|
||
## moler v1.1.0 | ||
|
||
### Added | ||
* new UNIX command handled by moler: **gzip** | ||
* skip asyncio test under python 2 (internal CI of moler) | ||
* new UNIX command handled by moler: **gzip** | ||
* skip asyncio test under python 2 (internal CI of moler) | ||
|
||
### Fixed | ||
* wrong processing of chunked lines by textual events | ||
* sudo command incorrectly handling result of sudo-embedded command | ||
* wrong processing of chunked lines by textual events | ||
* sudo command incorrectly handling result of sudo-embedded command | ||
|
||
|
||
## moler v1.0.1 | ||
|
||
### Added | ||
* improved documentation generation | ||
* improved documentation generation | ||
|
||
|
||
## moler v1.0.0 | ||
|
||
### Added | ||
* first official release of Moler | ||
* first official release of Moler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters