-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mihaiparvu
committed
Nov 5, 2021
1 parent
17a46d2
commit 9bcde91
Showing
3 changed files
with
75 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,73 @@ | ||
=================== | ||
SSHLibrary 3.8.0rc1 | ||
=================== | ||
|
||
|
||
.. default-role:: code | ||
|
||
|
||
SSHLibrary_ is a `Robot Framework`_ test library for SSH and SFTP. | ||
SSHLibrary 3.8.0rc1 is a new release with several enhancements and bug fixes. | ||
All issues targeted for SSHLibrary v3.8.0 can be found from | ||
the `issue tracker`_. | ||
|
||
If you have pip_ installed, just run | ||
|
||
:: | ||
|
||
pip install --pre --upgrade robotframework-sshlibrary | ||
|
||
to install the latest release or use | ||
|
||
:: | ||
|
||
pip install robotframework-sshlibrary==3.8.0rc1 | ||
|
||
to install exactly this version. Alternatively you can download the source | ||
distribution from PyPI_ and install it manually. | ||
|
||
SSHLibrary 3.8.0rc1 was released on Friday November 5, 2021. | ||
|
||
.. _Robot Framework: http://robotframework.org | ||
.. _SSHLibrary: https://github.com/robotframework/SSHLibrary | ||
.. _pip: http://pip-installer.org | ||
.. _PyPI: https://pypi.python.org/pypi/robotframework-sshlibrary | ||
.. _issue tracker: https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.8.0 | ||
|
||
|
||
.. contents:: | ||
:depth: 2 | ||
:local: | ||
|
||
Full list of fixes and enhancements | ||
=================================== | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
|
||
* - ID | ||
- Type | ||
- Priority | ||
- Summary | ||
- Added | ||
* - `#388`_ | ||
- bug | ||
- medium | ||
- Get File scp=ALL depends on nonstandard utility | ||
- rc 1 | ||
* - `#104`_ | ||
- enhancement | ||
- medium | ||
- File Should Exist not allowing GLOB | ||
- rc 1 | ||
* - `#350`_ | ||
- enhancement | ||
- low | ||
- execute command with sudo has a potential password exposure | ||
- rc 1 | ||
|
||
Altogether 3 issues. View on the `issue tracker <https://github.com/robotframework/SSHLibrary/issues?q=milestone%3Av3.8.0>`__. | ||
|
||
.. _#388: https://github.com/robotframework/SSHLibrary/issues/388 | ||
.. _#104: https://github.com/robotframework/SSHLibrary/issues/104 | ||
.. _#350: https://github.com/robotframework/SSHLibrary/issues/350 |
Large diffs are not rendered by default.
Oops, something went wrong.
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