diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2019-04-15 11:16:41 -0400 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-04-23 10:37:56 +0200 |
commit | a5bf96e1bb48375f63420e2bfe87b097033f664f (patch) | |
tree | 36eb47e778bad41c426496d9229cd314287050e2 /server/sonar-docs | |
parent | 143a2a9a505cced28d898a3e863440f51a5805e3 (diff) | |
download | sonarqube-a5bf96e1bb48375f63420e2bfe87b097033f664f.tar.gz sonarqube-a5bf96e1bb48375f63420e2bfe87b097033f664f.zip |
DOC upgrade note for notifications changes
Diffstat (limited to 'server/sonar-docs')
-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 121ce78cb93..35ff9fcc302 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -16,6 +16,9 @@ Only the following scanner versions are compatible with SonarQube 7.8: * SonarQube Scanner Maven 3.3.0.603+ * SonarQube Scanner Gradle 2.3+ +**Notifications changes** +The notifications algorithm has been replaced with one that offers better performance during background task processing. Additionally, issue change notifications spawned analysis or bulk change now generate only one email per event rather than one email per issue. + ## Release 7.7 Upgrade Notes **Deprecated parameters dropped** `sonar.language`, and `sonar.profile`, both deprecated since 4.5, are dropped in this version as is `sonar.analysis.mode`, which as been deprecated since 6.6. These now-unrecognized parameters will simply be ignored, rather than failing analysis. |