Skip to content

Commit

Permalink
Changelog for v12.9
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jan 12, 2024
1 parent f376919 commit 6846480
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@ https://tcms-api.readthedocs.io/en/latest/modules/tcms_api.html
CHANGELOG
---------


v12.9 (12 Jan 2024)
~~~~~~~~~~~~~~~~~~~

- Refresh internal https transport every 4 minutes to avoid an
``ssl.SSLEOFError: EOF occurred in violation of protocol`` error
on Python 3.10 and later when executing very long running tests.
Limited to non-kerberos connections!
- Include Python version in ``User-Agent`` header
- Send XML-RPC method name in ``Referer:`` header to improve logs


v12.8.2 (23 Dec 2023)
~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion tcms_api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "12.8.2"
__version__ = "12.9"

0 comments on commit 6846480

Please sign in to comment.