Codebase list python-procrunner / a1ec2d8
Update changelog Markus Gerstel 3 years ago
1 changed file(s) with 12 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 =======
11 History
22 =======
3
4 2.1.0 (2020-09-05)
5 ------------------
6 * `Deprecated array access on the return object (#60)<https://github.com/DiamondLightSource/python-procrunner/pull/60>`_.
7 The return object will become a subprocess.CompletedProcess in a future
8 release, which no longer allows array-based access. For a translation table
9 of array elements to attributes please see the pull request linked above.
10 * Add a `new parameter 'raise_timeout_exceptions' (#61)<https://github.com/DiamondLightSource/python-procrunner/pull/61>`_.
11 When set to 'True' a subprocess.TimeoutExpired exception is raised when the
12 process runtime exceeds the timeout threshold. This defaults to 'False' and
13 will be set to 'True' in a future release.
14 * Final version supporting Python 3.5
315
416 2.0.0 (2020-06-24)
517 ------------------