|
1 | 1 | Change Log
|
2 | 2 | ==========
|
3 | 3 |
|
| 4 | +Kiwi TCMS 14.1 (10 Mar 2025) |
| 5 | +---------------------------- |
| 6 | + |
| 7 | +.. important:: |
| 8 | + |
| 9 | + This is a minor version release which includes security related updates, |
| 10 | + several improvements, API changes and new translations. |
| 11 | + |
| 12 | + |
| 13 | +Recommended upgrade path, see :ref:`upgrading-instructions`:: |
| 14 | + |
| 15 | + 14.0 -> 14.1 |
| 16 | + |
| 17 | + |
| 18 | +After upgrade don't forget to:: |
| 19 | + |
| 20 | + ./manage.py upgrade |
| 21 | + |
| 22 | +Security |
| 23 | +~~~~~~~~ |
| 24 | + |
| 25 | +- Update Django from 5.1.6 to 5.1.7 addressing a medium severity |
| 26 | + denial-of-service vulnerability, |
| 27 | + `CVE-CVE-2025-26699 <https://nvd.nist.gov/vuln/detail/CVE-2025-26699>`_, |
| 28 | + which does not appear to affect Kiwi TCMS |
| 29 | + |
| 30 | + |
| 31 | +Improvements |
| 32 | +~~~~~~~~~~~~ |
| 33 | + |
| 34 | +- Update django-simple-captcha from 0.6.1 to 0.6.2 |
| 35 | +- Update psycopg from 3.2.4 to 3.2.5 |
| 36 | +- Update pygithub from 2.5.0 to 2.6.1 |
| 37 | +- Enable search functionality on Tag Admin page (Jurijs Ješkins). Fixes |
| 38 | + `Issue #3739 <https://github.com/kiwitcms/Kiwi/issues/3739>`_ |
| 39 | +- After cloning a TestCase load its Edit page. (Martin Bodurov) |
| 40 | +- Add ``Search Test Executions`` item under ``SEARCH`` menu in navigation bar |
| 41 | +- Display ``Default tester`` field on Search Test Cases page |
| 42 | +- Display ``Default tester`` fields on Execution Dashboard page. Closes |
| 43 | + `Issue #3766 <https://github.com/kiwitcms/Kiwi/issues/3766>`_ |
| 44 | +- On TestRun view page display TestExecution history diff only when user |
| 45 | + accessing the page has the ``testruns.view_historicaltestexecution`` |
| 46 | + permission. Otherwise it will not be shown |
| 47 | +- Display ``Last Bug ID - Status`` widget for each TestExecution row on |
| 48 | + TestRun view page. Closes |
| 49 | + `Issue #3748 <https://github.com/kiwitcms/Kiwi/issues/3748>`_ |
| 50 | +- Allow user to exclude ``Product`` condition on Search Test Cases page |
| 51 | +- Update references to Kiwi TCMS container images across our code base, |
| 52 | + documentation and website as we may change hosting providers soon |
| 53 | +- Update performance results documentation |
| 54 | +- Document results for parallel user session perfomance. Closes |
| 55 | + `Issue #721 <https://github.com/kiwitcms/Kiwi/issues/721>`_ |
| 56 | + |
| 57 | + |
| 58 | +API |
| 59 | +~~~ |
| 60 | + |
| 61 | +- Method ``TestExecution.history()`` is now controlled by the more granular |
| 62 | + ``testruns.view_historicaltestexecution`` permission instead of the generic |
| 63 | + ``testruns.view_testexecution`` |
| 64 | + |
| 65 | + |
| 66 | +Refactoring and testing |
| 67 | +~~~~~~~~~~~~~~~~~~~~~~~ |
| 68 | + |
| 69 | +- Update isort from 6.0.0 to 6.0.1 |
| 70 | +- Update sphinx from 8.1.3 to 8.2.3 |
| 71 | +- Update node_modules/webpack from 5.97.1 to 5.98.0 |
| 72 | +- Remove eslint-plugin-promise as a direct dependency |
| 73 | +- Remove duplicate field ``history_change_reason`` from ORM query |
| 74 | +- Refactor code which displays the red bug icon in TestRun view page |
| 75 | + |
| 76 | + |
| 77 | +Translations |
| 78 | +~~~~~~~~~~~~ |
| 79 | + |
| 80 | +- Updated `Albanian translation <https://crowdin.com/project/kiwitcms/sq#>`_ |
| 81 | +- Updated `Korean translation <https://crowdin.com/project/kiwitcms/ko#>`_ |
| 82 | +- Updated `Portuguese, Brazilian translation <https://crowdin.com/project/kiwitcms/pt-BR#>`_ |
| 83 | + |
| 84 | + |
| 85 | + |
4 | 86 | Kiwi TCMS 14.0 (05 Feb 2025)
|
5 | 87 | ----------------------------
|
6 | 88 |
|
|
0 commit comments