Skip to content

Commit 6846480

Browse files
committed
Changelog for v12.9
1 parent f376919 commit 6846480

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@ https://tcms-api.readthedocs.io/en/latest/modules/tcms_api.html
4040
CHANGELOG
4141
---------
4242

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+
4355
v12.8.2 (23 Dec 2023)
4456
~~~~~~~~~~~~~~~~~~~~~
4557

tcms_api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "12.8.2"
1+
__version__ = "12.9"

0 commit comments

Comments
 (0)