Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record additional work for 1.5.0 in change log #5376

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
* Add v2 onion service deprecation warning to securedrop-admin (#5370)
* Add v2 onion service deprecation warning to journalist interface (#5366)
* Update kernel version to 4.14.188 (#5365)
* Changed modal_warning message in the delete source dialogue to match the context (#5358)
* Further redaction of wordlist (#5357)
* Handle disconnected replies in API endpoint (#5351)
* Handle disconnected submissions in API endpoint (#5345)
* Ignore tmp files in /var/lib/securedrop/shredder (#5308)
* Add type annotations for source_app/utils.py (#5300)
* Update syntax for existing type annotations (#5298)
* Handle case of deleted journalists (#5284)
* Adds more checks for invalid username (#5380)

## 1.4.1

Expand Down Expand Up @@ -66,7 +75,7 @@

* Improved QA loader script to produce datasets more consistent with production data (#5174, #5200)
* Updated SecureDrop Core’s Qubes staging environment provisioning, removing requirement for manual reboots and renaming VMs to avoid conflicts with SecureDrop Workstation (#5190, #5099)
* Dependency updates:
* Dependency updates:
* pyyaml from 5.1.2 to 5.3.1;
* urllib from 1.25.3 to 1.25.8;
* safety from 1.8.4 to 1.8.7;
Expand All @@ -75,7 +84,7 @@
* pylint from 1.8.1 to 2.4.4;
* markupsafe from 1.0 to 1.1.1;
* setuptools from 41.6.0 to 46.0.0
* astroid from 2.3.3 to 2.4.0
* astroid from 2.3.3 to 2.4.0
(#5182, #5151, #5133, #5219)
* Updated makefile lint target to ignore SC2230 shellcheck warnings (#5171)
* CI: Updated translation tests to run in parallel across set of supported languages (#5062)
Expand Down