|
| 1 | +========================= |
| 2 | +Python Library Core 4.4.1 |
| 3 | +========================= |
| 4 | + |
| 5 | + |
| 6 | +.. default-role:: code |
| 7 | + |
| 8 | + |
| 9 | +`Python Library Core`_ is a generic component making it easier to create |
| 10 | +bigger `Robot Framework`_ test libraries. Python Library Core 4.4.1 is |
| 11 | +a new release with a bug fix to not leak keywords names if @keyword |
| 12 | +decorator defines custom name. |
| 13 | + |
| 14 | +All issues targeted for Python Library Core v4.4.1 can be found |
| 15 | +from the `issue tracker`_. |
| 16 | + |
| 17 | +If you have pip_ installed, just run |
| 18 | + |
| 19 | +:: |
| 20 | + |
| 21 | + pip install --pre --upgrade pip install robotframework-pythonlibcore |
| 22 | + |
| 23 | +to install the latest available release or use |
| 24 | + |
| 25 | +:: |
| 26 | + |
| 27 | + pip install pip install robotframework-pythonlibcore==4.4.1 |
| 28 | + |
| 29 | +to install exactly this version. Alternatively you can download the source |
| 30 | +distribution from PyPI_ and install it manually. |
| 31 | + |
| 32 | +Python Library Core 4.4.1 was released on Saturday April 6, 2024. |
| 33 | + |
| 34 | +.. _PythonLibCore: https://github.com/robotframework/PythonLibCore |
| 35 | +.. _Robot Framework: http://robotframework.org |
| 36 | +.. _pip: http://pip-installer.org |
| 37 | +.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore |
| 38 | +.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.4.1 |
| 39 | + |
| 40 | + |
| 41 | +.. contents:: |
| 42 | + :depth: 2 |
| 43 | + :local: |
| 44 | + |
| 45 | +Most important enhancements |
| 46 | +=========================== |
| 47 | + |
| 48 | +If @keyword deco has custom name, original name leaks to keywords (`#146`_) |
| 49 | +--------------------------------------------------------------------------- |
| 50 | +If @keyword deco has custom name, then original and not translated method name |
| 51 | +leaks to keywords. This issue is now fixed. |
| 52 | + |
| 53 | +Full list of fixes and enhancements |
| 54 | +=================================== |
| 55 | + |
| 56 | +.. list-table:: |
| 57 | + :header-rows: 1 |
| 58 | + |
| 59 | + * - ID |
| 60 | + - Type |
| 61 | + - Priority |
| 62 | + - Summary |
| 63 | + * - `#146`_ |
| 64 | + - bug |
| 65 | + - critical |
| 66 | + - If @keyword deco has custom name, original name leaks to keywords |
| 67 | + |
| 68 | +Altogether 1 issue. View on the `issue tracker <https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.4.1>`__. |
| 69 | + |
| 70 | +.. _#146: https://github.com/robotframework/PythonLibCore/issues/146 |
0 commit comments