diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2019-06-13 11:54:58 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-06-13 20:21:13 +0200 |
commit | 04c89d129ceedbcda57dbfaf3f50c206440dc9cc (patch) | |
tree | 39c21b32d5c298b84c4abc6323c14e37eb6e95de /server/sonar-docs/src/pages/setup/upgrade-notes.md | |
parent | 0616b2d9acf1a4f1512695d869db9363e4a9a704 (diff) | |
download | sonarqube-04c89d129ceedbcda57dbfaf3f50c206440dc9cc.tar.gz sonarqube-04c89d129ceedbcda57dbfaf3f50c206440dc9cc.zip |
DOC add upgrade note for SONAR-12188
Diffstat (limited to 'server/sonar-docs/src/pages/setup/upgrade-notes.md')
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrade-notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index 73d68329def..e88e6888703 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -25,6 +25,9 @@ It is now possible to verify that webhook payloads actually come from SonarQube **Graceful shutdown** The SonarQube server now shuts down gracefully. I.E. it completes any currently-processing background tasks before shutting down. This may mean that shutdown takes longer than previously. ([SONAR-12043](https://jira.sonarsource.com/browse/SONAR-12043)) +**Duplication density correction** +A bug affecting the calculation of duplication density has been fixed. Each project's duplication density value will likely rise at the next analysis, possibly affecting Quality Gate status. ([SONAR-12188](https://jira.sonarsource.com/browse/SONAR-12188)) + **Additional authentication methods embedded** The SAML and GitHub Authentication plugins are now embedded in all editions ([SONAR-11894](https://jira.sonarsource.com/browse/SONAR-11894)) |