|
2 | 2 |
|
3 | 3 | ## 2.13.0~rc1 |
4 | 4 |
|
| 5 | +### Web Applications and API |
| 6 | + |
| 7 | +* Add check for valid tab IDs when creating sources (#7708) |
| 8 | +* Update Rust version to 1.90.0 (#7688) |
| 9 | +* Update wordlist to remove offensive term (#7678) |
| 10 | +* Add Clear-Site-Data header on logout response for Source Interface (#7660) |
| 11 | +* Use separate prefix for session cookies in Source and Journalist Interface (#7662) |
| 12 | +* Implement v2 Journalist API (#7604, #7622, #7624, #7626, #7629, #7665, #7685, #7691, #7683, #7701, #7681, #7699, #7705, #7706, #7712, #7703, #7713, #7716, #7719) |
| 13 | +* Fix UndefinedError exception on 404 responses for static URLs (#7504) |
| 14 | +* Fix deprecation warnings in `pretty_bad_privacy` (#7532) |
| 15 | +* Remove guard around opening i18n.json (#7458) |
| 16 | +* Dependency updates: |
| 17 | + * pip to 25.2 (#7668) |
| 18 | + * psutil to 7.0.0 (#7642) |
| 19 | + |
| 20 | +### Operations |
| 21 | + |
| 22 | +* Update admin toolng to be deployed as a Debian package instead of via git (#7606) |
| 23 | +* Suppress OSSEC alert caused by non-error Tor log message (#7670) |
| 24 | +* Remove support for Ubuntu 20.04 (Focal) #7671, #7673, #7674) |
| 25 | +* Add playbook checks for server OS version (#7652, #7654) |
| 26 | +* Support admin tools in Qubes (#7576) |
| 27 | +* Dependency updates: |
| 28 | + * markupsafe to 3.0.3 (#7606) |
| 29 | + * resolvelib to 1.0.1 (#7606) |
| 30 | + * wcwidth to 0.2.13 (#7606) |
| 31 | + |
| 32 | +### Development |
| 33 | + |
| 34 | +* Add test to validate apparmor config (#7702) |
| 35 | +* Update test Firefox and Tor Browser versions to 140 and 15 respectively (#7698) |
| 36 | +* Add workflows for demo container management to Github Packages (#7693) |
| 37 | +* Clean up cargo config following noble migration removal (#7680) |
| 38 | +* Support import of fixd datasets (#7669) |
| 39 | +* add redwood build artifacts to `.gitignore` (#7643) |
| 40 | +* Add CSP for demo landing page (#7638) |
| 41 | +* Remove `safety` Makefile target and CI jobs (#7627) |
| 42 | +* Increase functional test startup timeout (#7623) |
| 43 | +* Add dependency review Github Actions workflow (#7625) |
| 44 | +* Remove CircleCI badge from README (#7598) |
| 45 | +* Update developer quickstart section in README (#7596) |
| 46 | +* Add optional datastore persistence for the dev environments (#7578) |
| 47 | +* Set Ubuntu Noble as default in devops scripts and dev environments (#7570) |
| 48 | +* Update demo Dockerfile to use Ubuntu Noble by default (#7567) |
| 49 | +* Use a base requirements file and consistently apply constraints (#7551) |
| 50 | +* Updated functional test setup to simplify driver creation (#7439) |
| 51 | +* Add "Copy to clipboard" to all fields on demo site (#7557) |
| 52 | +* Update functional tests to use webdriver-supplied locale (#7548) |
| 53 | +* Pin `ruamel.yamel.clib` at version 0.2.12 in Ubuntu Noble (#7550) |
| 54 | +* Add additional dev-helper Makefile targets (#7278) |
| 55 | +* Add integration tests for nl2br jinja2 filter (#7546) |
| 56 | +* Improve testinfra grsecurity checks to support automated kernel testing (#7542) |
| 57 | +* Verify a build tag's signature and working tree (#7478) |
| 58 | +* Dependency updates: |
| 59 | + * requests to 2.32.4 (#7586) |
| 60 | + * urllib3 to 2.5.0 (#7582, #7586) |
| 61 | + * uv to 0.9.6 (#7710) |
| 62 | + * semgrep to 1.142.1 (#7710) |
| 63 | + * Github actions/upload-artifact to 5 (#7694) |
| 64 | + * Github actions/setup-python to 6 (#7656) |
| 65 | + * Github actions/download to 5 (#7636) |
| 66 | + * Github actions/checkout to 5 (#7637) |
5 | 67 |
|
6 | 68 | ## 2.12.10 |
7 | 69 |
|
|
0 commit comments