aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src
diff options
context:
space:
mode:
authorMikeBirnstiehl <michael.birnstiehl@sonarsource.com>2020-05-20 12:22:21 -0500
committersonartech <sonartech@sonarsource.com>2020-05-25 20:05:24 +0000
commit4fc4a5853354a00e80f1e27556385e4338b57cd0 (patch)
tree3887f1acbe098ffbeb0337f24b5f4dfb47db15d5 /server/sonar-docs/src
parentcd47401eab656893f5150170841c994cb41be89a (diff)
downloadsonarqube-4fc4a5853354a00e80f1e27556385e4338b57cd0.tar.gz
sonarqube-4fc4a5853354a00e80f1e27556385e4338b57cd0.zip
SONAR-13447 Update the Upgrade Notes with deprecated WS parameters and plugin API method
Diffstat (limited to 'server/sonar-docs/src')
-rw-r--r--server/sonar-docs/src/pages/setup/upgrade-notes.md5
1 files changed, 5 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 51dc388a6be..baebc1fcbdd 100644
--- a/server/sonar-docs/src/pages/setup/upgrade-notes.md
+++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md
@@ -2,6 +2,11 @@
title: Release Upgrade Notes
url: /setup/upgrade-notes/
---
+## Release 8.4 Upgrade Notes
+**Changes in web services and plugin APIs**
+The format of several IDs exposed in web services changed and their use is deprecated. See [SONAR-13248](https://jira.sonarsource.com/browse/SONAR-13248), [SONAR-13249](https://jira.sonarsource.com/browse/SONAR-13249), and [SONAR-13300](https://jira.sonarsource.com/browse/SONAR-13300).
+
+A related change is introduced in a plugin API method. See [SONAR-13420](https://jira.sonarsource.com/browse/SONAR-13420).
## Release 8.3 Upgrade Notes
**Security Hotspots in the built-in Quality Gate**