- Fix the hanging problem in RemoteShell by removing extra ANSI CSI escape sequences in bash terminal prompt texts of different OS
1.4.0b2
-------
- Fix Windows compatibility - Add option for custom proxies to TerminalPools
1.4.0b1
-------
- Add remote shell that uses paramiko in both linux and windows to setup remote ssh connection
- Add kubernetes shell that access the pods bash terminal by exec
1.3.2
-----
- Change prompt setting in BashShell so that the prompt is not literally shown in command history, otherwise listing command history could lead to incorrect match when reading command output until prompt is found.
1.3.1
-----
- Fix pexpect TypeErrError when terminal has logfile defined.
- Fix pexpect can't find prompt when KeyauthenticatedSshShell initial_prompt attribute is string.
1.3.0
-----
- Refactor BashShell init_env parameter, alias python command executing is added as option
- Add new parameter python_command to SelfRepairingSession and InteractiveSessionExecutor classes' constructor.