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 f376919 commit 6846480Copy full SHA for 6846480
README.rst
@@ -40,6 +40,18 @@ https://tcms-api.readthedocs.io/en/latest/modules/tcms_api.html
40
CHANGELOG
41
---------
42
43
+
44
+v12.9 (12 Jan 2024)
45
+~~~~~~~~~~~~~~~~~~~
46
47
+- Refresh internal https transport every 4 minutes to avoid an
48
+ ``ssl.SSLEOFError: EOF occurred in violation of protocol`` error
49
+ on Python 3.10 and later when executing very long running tests.
50
+ Limited to non-kerberos connections!
51
+- Include Python version in ``User-Agent`` header
52
+- Send XML-RPC method name in ``Referer:`` header to improve logs
53
54
55
v12.8.2 (23 Dec 2023)
56
~~~~~~~~~~~~~~~~~~~~~
57
tcms_api/version.py
@@ -1 +1 @@
1
-__version__ = "12.8.2"
+__version__ = "12.9"
0 commit comments