We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c343b26 commit c836ab2Copy full SHA for c836ab2
docs/changelog.rst
@@ -4,6 +4,20 @@ Release History
4
5
.. towncrier release notes start
6
7
+v4.28.1 (2025-07-22)
8
+--------------------
9
+
10
+Bugfixes - 4.28.1
11
+~~~~~~~~~~~~~~~~~
12
+- Use `tarfile.data_filter <https://docs.python.org/3/library/tarfile.html#tarfile.data_filter>`_ with ``extractall``
13
+ only on supported Python versions:
14
15
+ - ``>= 3.11.4``
16
+ - ``>= 3.10.12`` and ``< 3.11``
17
+ - ``>= 3.9.17`` and ``< 3.10``
18
19
+ by :user:`gaborbernat`. (:issue:`3565`)
20
21
v4.28.0 (2025-07-20)
22
--------------------
23
docs/changelog/3565.bugfix.rst
0 commit comments