|
1 | 1 | Change Log |
2 | 2 | ========== |
3 | 3 |
|
| 4 | +Kiwi TCMS 15.2 (06 Dec 2025) |
| 5 | +---------------------------- |
| 6 | + |
| 7 | +.. important:: |
| 8 | + |
| 9 | + This is a minor version release which includes security related updates, |
| 10 | + several improvements, new API methods and new translations. |
| 11 | + |
| 12 | + |
| 13 | +Security |
| 14 | +~~~~~~~~ |
| 15 | + |
| 16 | +- Update Django from 5.2.7 to 5.2.9 which contains patches for |
| 17 | + *CVE-2025-64459*, *CVE-2025-64458*, *CVE-2025-13372* and *CVE-2025-64460* |
| 18 | +- Update node_modules/js-yaml from 4.1.0 to 4.1.1 |
| 19 | + |
| 20 | + |
| 21 | +Improvements |
| 22 | +~~~~~~~~~~~~ |
| 23 | + |
| 24 | +- Update bleach from 6.2.0 to 6.3.0 |
| 25 | +- Update django-grappelli from 4.0.2 to 4.0.3. Fixes |
| 26 | + `Issue #4119 <https://github.com/kiwitcms/Kiwi/issues/4119>`_ |
| 27 | +- Update django-tree-queries from 0.21.2 to 0.23.0 |
| 28 | +- Update markdown from 3.9 to 3.10 |
| 29 | +- Update psycopg[binary] from 3.2.11 to 3.3.1 |
| 30 | +- Update python-gitlab from 6.5.0 to 7.0.0 |
| 31 | +- Add new toolbar menu item on TestRun page, which opens the |
| 32 | + Execution Dashboard page with executions from the current TestRun. Closes |
| 33 | + `Issue #4084 <https://github.com/kiwitcms/Kiwi/issues/4084>`_ |
| 34 | +- Display TestCase ID on Execution Dashboard page |
| 35 | +- Display Priority & Automated columns in Execution Dashboard page |
| 36 | + |
| 37 | + |
| 38 | +API |
| 39 | +~~~ |
| 40 | + |
| 41 | +- Add ``BugTracker.create()`` API method |
| 42 | +- Add ``BugTracker.filter()`` API method |
| 43 | +- Add ``Priority.create()`` API method |
| 44 | +- Add ``Severity.create()`` API method |
| 45 | +- Add ``Severity.filter()`` API method |
| 46 | +- Add ``Tag.create()`` API method |
| 47 | +- Add ``Template.create()`` API method |
| 48 | +- Add ``Template.filter()`` API method |
| 49 | +- Add ``TestCaseStatus.create()`` API method |
| 50 | +- Add ``TestExecutionStatus.create()`` API method |
| 51 | + |
| 52 | + |
| 53 | +Refactoring and testing |
| 54 | +~~~~~~~~~~~~~~~~~~~~~~~ |
| 55 | + |
| 56 | +- Update actions/checkout from 5 to 6 |
| 57 | +- Update actions/upload-artifact from 4 to 5 |
| 58 | +- Update black from 25.9.0 to 25.11.0 |
| 59 | +- Update locust from 2.42.0 to 2.42.6 |
| 60 | +- Update sphinx from 8.2.3 to 9.0.4 |
| 61 | +- Update node_modules/webpack from 5.102.1 to 5.103.0 |
| 62 | +- Update password reset URL format to match latest in Django 5.2 |
| 63 | +- Add end-to-end test for password reset functionality |
| 64 | +- Remove redundant ``_fixture_setup()`` definition |
| 65 | + |
| 66 | + |
| 67 | +Translations |
| 68 | +~~~~~~~~~~~~ |
| 69 | + |
| 70 | +- Updated `Chinese Simplified translation <https://crowdin.com/project/kiwitcms/zh-CN#>`_ |
| 71 | +- Updated `Indonesian translation <https://crowdin.com/project/kiwitcms/id#>`_ |
| 72 | +- Updated `Japanese translation <https://crowdin.com/project/kiwitcms/ja#>`_ |
| 73 | +- Updated `Polish translation <https://crowdin.com/project/kiwitcms/pl#>`_ |
| 74 | +- Updated `Russian translation <https://crowdin.com/project/kiwitcms/ru#>`_ |
| 75 | + |
| 76 | + |
| 77 | + |
4 | 78 | Kiwi TCMS 15.1 (24 Oct 2025) |
5 | 79 | ---------------------------- |
6 | 80 |
|
|
0 commit comments