Skip to content

Latest commit

 

History

History
110 lines (82 loc) · 3.23 KB

PythonLibCore-4.0.0.rst

File metadata and controls

110 lines (82 loc) · 3.23 KB

Python Library Core 4.0.0

`Python Library Core`_ is a generic component making it easier to create bigger Robot Framework test libraries. Python Library Core 4.0.0 is a new release with support for plugin API and bug fixe for library source.

All issues targeted for Python Library Core v4.0.0 can be found from the issue tracker.

If you have pip installed, just run

pip install --upgrade pip install robotframework-pythonlibcore

to install the latest available release or use

pip install pip install robotframework-pythonlibcore==4.0.0

to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.

Python Library Core 4.0.0 was released on Saturday November 5, 2022.

Add support for plugin API from SeleniumLibrary (#103)

PLC now support similar plugin API as SeleniumLibrary. This makes implementation of plugin easier for other libraries in community.

Support Python 3.10 and ensure that new type hints works (#87)

Support for Python 3.10.

Decorator resolves as wron file path (#99)

Keyword with decorators did not resolve correct path when decorator was in different file. This is now fixed.

Drop RF 3.2 support (#85)

RF 3.2 is not tested and therefore not officially supported.

Drop Python 3.6 suopport (#92)

Python 3.6 has been end of life for some time and therefore it is not anymore supported.

ID Type Priority Summary
#103 enhancement critical Add support for plugin API from SeleniumLibrary
#85 enhancement critical Drop RF 3.2 support
#87 enhancement critical Support Python 3.10 and ensure that new type hints works
#92 enhancement critical Drop Python 3.6 suopport
#99 bug high Decorator resolves as wron file path

Altogether 5 issues. View on the issue tracker.