Skip to content

Commit 55e4aac

Browse files
committed
Release 1.21.1
Signed-off-by: Andreas Maier <[email protected]>
1 parent 000722a commit 55e4aac

File tree

8 files changed

+27
-13
lines changed

8 files changed

+27
-13
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Andreas Maier <[email protected]>
88
Andreas Scheuring <[email protected]>
99
Andrew Brezovsky <[email protected]>
1010
Anil Kumar Dakarapu <[email protected]>
11+
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1112
Edwin Guenthner <[email protected]>
1213
Edwin Günthner <[email protected]>
1314
Juergen Leopold <[email protected]>
@@ -20,5 +21,4 @@ Shreejit Nair <[email protected]>
2021
Simon Spinner <[email protected]>
2122
Sreeram Venkateswaran <[email protected]>
2223
Viktor Mihajlovski <[email protected]>
23-
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2424
```

changes/1888.2.fix.rst

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

changes/1888.fix.rst

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

changes/noissue.1.21.1.notshown.rst

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

changes/noissue.1.feature.rst

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

changes/noissue.1.fix.rst

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

changes/noissue.safety.fix.rst

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

docs/changes.rst

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

2222
.. towncrier start
23+
Version 1.21.1
24+
^^^^^^^^^^^^^^
25+
26+
Released: 2025-07-10
27+
28+
**Bug fixes:**
29+
30+
* Fixed safety issues up to 2025-06-04.
31+
32+
* Increased minimum version of "urllib3" to 2.2.3 in order to pick up changes
33+
that help when using unstable networks. Specifically, enabling
34+
enforce_content_length by default and distinguishing too much from not enough
35+
response data. (`#1888.2 <https://github.com/zhmcclient/python-zhmcclient/issues/1888.2>`_)
36+
37+
* Dev: Fixed Sphinx build issue by excluding snowballstemmer 3.0.0.
38+
39+
* Changed the default for HTTP read retries from 0 to 3. This applies only to
40+
the HTTP "GET" method. This should help when using unstable networks. (`#1888 <https://github.com/zhmcclient/python-zhmcclient/issues/1888>`_)
41+
42+
**Enhancements:**
43+
44+
* Improved the error message in connection related exceptions by eliminating
45+
useless object representations. In zhmcclient.ConnectionError, added the
46+
qualified type of the original exception received by zhmcclient.
47+
48+
2349
Version 1.21.0
2450
^^^^^^^^^^^^^^
2551

0 commit comments

Comments
 (0)