Skip to content

Commit 5c92312

Browse files
committed
Release 1.23.2
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent 9d70a9e commit 5c92312

7 files changed

Lines changed: 31 additions & 17 deletions

File tree

changes/1969.cleanup.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

changes/1970.cleanup.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changes/1975.cleanup.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/1982.fix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/noissue.1.23.2.notshown.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/noissue.63.cleanup.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changes.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,37 @@ Change log
2020
----------
2121

2222
.. towncrier start
23+
Version 1.23.2
24+
^^^^^^^^^^^^^^
25+
26+
Released: 2025-09-20
27+
28+
**Bug fixes:**
29+
30+
* Increased the max size of the internal handover queue for notifications
31+
from 10 to 1000, in order to better handle spikes of notifications. (`#1982 <https://github.com/zhmcclient/python-zhmcclient/issues/1982>`_)
32+
33+
**Cleanup:**
34+
35+
* Install: Removed dependency to the Python package "decorator", which was not
36+
used anymore.
37+
38+
* Install: Removed dependency to the Python package "pytz", which was used
39+
by the zhmcclient package, and replaced that with standard Python's
40+
"datetime.timezone" module. Testcases were converted to use standard
41+
Python's "zoneinfo" module (which requires installing the 'tzdata' package on
42+
Windows). Since the "zoneinfo" module was added in Python 3.9, test functions
43+
that need this module are skipped on Python 3.8. (`#1969 <https://github.com/zhmcclient/python-zhmcclient/issues/1969>`_)
44+
45+
* Install: Removed dependency to the Python package "pyrsistent", which was used
46+
indirectly by the zhmcclient package via the "jsonschema" package, in order
47+
to get security issues addressed. The minimum version of jsonschema 4.18 that
48+
we now use, no longer uses "pyrsistent". (`#1970 <https://github.com/zhmcclient/python-zhmcclient/issues/1970>`_)
49+
50+
* Install: Removed dependency to the Python package "python-dateutil" and
51+
replaced its use with the "datetime" module of standard Python. (`#1975 <https://github.com/zhmcclient/python-zhmcclient/issues/1975>`_)
52+
53+
2354
Version 1.23.1
2455
^^^^^^^^^^^^^^
2556

0 commit comments

Comments
 (0)