|
| 1 | +========================== |
| 2 | +Python Remote Server 1.1.1 |
| 3 | +========================== |
| 4 | + |
| 5 | +.. default-role:: code |
| 6 | + |
| 7 | +This project implement a generic remote server for `Robot Framework`_ using |
| 8 | +Python. Version 1.1.1 fixes compatibility with Python 3.10 and 3.11. |
| 9 | + |
| 10 | +If you have pip_ installed, just run |
| 11 | + |
| 12 | +:: |
| 13 | + |
| 14 | + pip install --upgrade robotremoteserver |
| 15 | + |
| 16 | +to install the latest available release or use |
| 17 | + |
| 18 | +:: |
| 19 | + |
| 20 | + pip install robotremoteserver==1.1.1 |
| 21 | + |
| 22 | +to install exactly this version. Alternatively you can download the source |
| 23 | +distribution from PyPI_ and install it manually. |
| 24 | + |
| 25 | +Python Remote Server 1.1.1 was released on Friday December 23, 2022. |
| 26 | + |
| 27 | +.. _Robot Framework: http://robotframework.org |
| 28 | +.. _pip: http://pip-installer.org |
| 29 | +.. _PyPI: https://pypi.python.org/pypi/robotremoteserver |
| 30 | +.. _issue tracker: https://github.com/robotframework/PythonRemoteServer/issues?q=milestone%3Av1.1.1 |
| 31 | + |
| 32 | +.. contents:: |
| 33 | + :depth: 2 |
| 34 | + :local: |
| 35 | + |
| 36 | +Full list of fixes and enhancements |
| 37 | +=================================== |
| 38 | + |
| 39 | +.. list-table:: |
| 40 | + :header-rows: 1 |
| 41 | + |
| 42 | + * - ID |
| 43 | + - Type |
| 44 | + - Priority |
| 45 | + - Summary |
| 46 | + * - `#58`_ |
| 47 | + - bug |
| 48 | + - critical |
| 49 | + - Python 3.10 compatibility |
| 50 | + * - `#81`_ |
| 51 | + - bug |
| 52 | + - critical |
| 53 | + - Python 3.11 compatibility |
| 54 | + * - `#60`_ |
| 55 | + - bug |
| 56 | + - low |
| 57 | + - Misleading documentation related to listening to "all interfaces" |
| 58 | + |
| 59 | +Altogether 3 issues. View on the `issue tracker <https://github.com/robotframework/PythonRemoteServer/issues?q=milestone%3Av1.1.1>`__. |
| 60 | + |
| 61 | +.. _#58: https://github.com/robotframework/PythonRemoteServer/issues/58 |
| 62 | +.. _#60: https://github.com/robotframework/PythonRemoteServer/issues/60 |
| 63 | +.. _#81: https://github.com/robotframework/PythonRemoteServer/issues/81 |
0 commit comments