Skip to content

Commit 2bb965a

Browse files
committed
Release notes for 4.2.0
1 parent 855c41e commit 2bb965a

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

docs/PythonLibCore-4.2.0.rst

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
=========================
2+
Python Library Core 4.2.0
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.2.0 is
11+
a new release with supporting list when importing plugins and
12+
dropping Python 3.7 support.
13+
14+
All issues targeted for Python Library Core v4.2.0 can be found
15+
from the `issue tracker`_.
16+
17+
**REMOVE ``--pre`` from the next command with final releases.**
18+
If you have pip_ installed, just run
19+
20+
::
21+
22+
pip install --pre --upgrade pip install robotframework-pythonlibcore
23+
24+
to install the latest available release or use
25+
26+
::
27+
28+
pip install pip install robotframework-pythonlibcore==4.2.0
29+
30+
to install exactly this version. Alternatively you can download the source
31+
distribution from PyPI_ and install it manually.
32+
33+
Python Library Core 4.2.0 was released on Monday July 10, 2023.
34+
35+
.. _PythonLibCore: https://github.com/robotframework/PythonLibCore
36+
.. _Robot Framework: http://robotframework.org
37+
.. _pip: http://pip-installer.org
38+
.. _PyPI: https://pypi.python.org/pypi/robotframework-robotlibcore
39+
.. _issue tracker: https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.2.0
40+
41+
42+
.. contents::
43+
:depth: 2
44+
:local:
45+
46+
Most important enhancements
47+
===========================
48+
49+
Support list in plugin import (`#122`_)
50+
---------------------------------------
51+
Now plugins can be imported as a list and not only a comma separated string.
52+
53+
Backwards incompatible changes
54+
==============================
55+
56+
Drop Python 3.7 support (`#125`_)
57+
---------------------------------
58+
Python 3.7 has been end of life for while and it is time to drop
59+
support for Python 3.7.
60+
61+
Full list of fixes and enhancements
62+
===================================
63+
64+
.. list-table::
65+
:header-rows: 1
66+
67+
* - ID
68+
- Type
69+
- Priority
70+
- Summary
71+
* - `#122`_
72+
- enhancement
73+
- high
74+
- Support list in plugin import
75+
* - `#125`_
76+
- enhancement
77+
- high
78+
- Drop Python 3.7 support
79+
80+
Altogether 2 issues. View on the `issue tracker <https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.2.0>`__.
81+
82+
.. _#122: https://github.com/robotframework/PythonLibCore/issues/122
83+
.. _#125: https://github.com/robotframework/PythonLibCore/issues/125

0 commit comments

Comments
 (0)