Releases: nokia/moler
Releases · nokia/moler
v3.12.0
What's Changed
- debug info by @marcin-usielski in #548
- Remove state from state machine dict - UnixRemote conditionally deletes PROXY_PC by @marcin-usielski in #547
- Readability by @marcin-usielski in #550
- ProxyPC - Juniper by @marcin-usielski in #549
- Version 3.12.0 by @marcin-usielski in #551
Full Changelog: v3.11.1...v3.12.0
ver3.11.1
What's Changed
- Fix the reverse order of data processing in TextualEvent (Wait4prompts) by @marcin-usielski in #546
Full Changelog: ver3.11.0...ver3.11.1
ver3.11.0
What's Changed
- Change at command to accept in apn name by @kochania in #539
- add new locking cell command for AT devices by @piotrwojdan in #540
- Return None if not a number by @marcin-usielski in #541
- Log info for state observer by @marcin-usielski in #542
- uptime by @marcin-usielski in #544
- Support for new archivizers by @marcin-usielski in #543
- Version 3.11.0 by @marcin-usielski in #545
Full Changelog: ver3.10.0...ver3.11.0
v3.10.0
- Wait4prompts - reverse order of processing lines
- More readable info when more than 1 prompt match the same line
- CommandChangingPrompt - refactoring
v3.9.0
What's Changed
- More info for SshShell by @marcin-usielski in #527
- check date parse by @marcin-usielski in #529
- keygen file is taken from ssh output by @marcin-usielski in #531
- Change ctrl+z stopping condition in GenericUnixCmd by @piotrwojdan in #532
- Sleep after state change by @marcin-usielski in #530
Full Changelog: v3.7.1...v3.9.0
moler v3.7.1
- Fix files in package
- Changed regex in iperf3 cmd _parse_header to accept 'Bitrate' and 'Bandwidth' to support older iperf3 versions
- Optional mrge additional params from config and from function
- Coverage - parameters values converted to compatibility with version 7.4.4
moler v3.3.0
- Optional log to console/stdout
- Optional sleep before commands in EventAwaiter
- Unix commands - optional ctrl + z and kill on timeout
moler v3.2.0
- Refactoring - removed warnings for Python
- ConnectionObserverLifeStatus - debug enhancement
- Refactoring - fstrings
moler v3.1.0
- Refactoring - Pylint
- Changed time calculation to time.monotonic()
- Type annotations for command base classes
- Removed code for Python < 3.7