-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
NCSC Code Release
committed
Oct 26, 2020
1 parent
48081ea
commit d080512
Showing
2 changed files
with
75 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2020-10-06_1 | ||
2020-10-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# Release Notes | ||
|
||
|
||
## What's new in release 2020-10-22 | ||
|
||
### :rocket: Improvements | ||
|
||
- Manage workspaces page will now show domain verification type | ||
|
||
- Added a dedicated "Add Subdomain" button to domain summary page | ||
|
||
### :bug: Fixes | ||
|
||
- | ||
|
||
|
||
## What's new in release 2020-10-21 | ||
|
||
### :rocket: Improvements | ||
|
||
- A user is now able to delete or rename a workspace | ||
|
||
- Additional guidance added to email traffic IPs page | ||
|
||
- Removing incorrect "alert" role from frontend message boxes | ||
|
||
### :bug: Fixes | ||
|
||
- | ||
|
||
|
||
## What's new in release 2020-10-19 | ||
|
||
### :rocket: Improvements | ||
|
||
- A user is now able to remove domains from their workspaces | ||
|
||
- Clarified wording around partially trusted emails still passing DMARC checks | ||
|
||
### :bug: Fixes | ||
|
||
- Fixed an issue with the "Check Now" button | ||
|
||
- Fixed a number of issue with the TLS configuration tester | ||
|
||
|
||
## What's new in release 2020-10-09 | ||
|
||
### :rocket: Improvements | ||
|
||
- Improved test coverage for SPF | ||
|
||
- Amended outdated DMARC advice | ||
|
||
### :bug: Fixes | ||
|
||
- Amending DMARC parsing to allow colon separated list of failure options | ||
|
||
- Amending DMARC record instructional text to include missing semi-colon | ||
|
||
|
||
## What's new in release 2020-10-02 | ||
|
||
### :rocket: Improvements | ||
|
||
- Removing duplicated logging in DNS clients | ||
|
||
- Amended database migration scripts to run GRANTs on every deployment | ||
|
||
- Auto-generating database user passwords if missing | ||
|
||
### :bug: Fixes | ||
|
||
- Fixed null reference bug in SPF |